Class ExchangeEntityAsset
java.lang.Object
com.broadleafcommerce.asset.consumer.domain.EntityAsset
com.broadleafcommerce.dataexchange.domain.asset.ExchangeEntityAsset
- All Implemented Interfaces:
com.broadleafcommerce.asset.consumer.domain.AssetSourceAware
,ExchangeObject
,Serializable
- Direct Known Subclasses:
ProductAsset
public abstract class ExchangeEntityAsset
extends com.broadleafcommerce.asset.consumer.domain.EntityAsset
implements ExchangeObject
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
void
setCorrelationId
(String correlationId) void
setNewlyCreated
(boolean newlyCreated) Set to true if the object is newly created.void
setParentCorrelationId
(String parentCorrelationId) toString()
Methods inherited from class com.broadleafcommerce.asset.consumer.domain.EntityAsset
getAltText, getApplicationId, getAttributes, getEmbedCode, getProvider, getTags, getTenantId, getTitle, getType, getUrl, setAltText, setApplicationId, setAttributes, setEmbedCode, setProvider, setTags, setTenantId, setTitle, setType, setUrl
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.dataexchange.domain.ExchangeObject
getContextState, getId, setContextState, setId
-
Constructor Details
-
ExchangeEntityAsset
public ExchangeEntityAsset()
-
-
Method Details
-
getParentCorrelationId
- Specified by:
getParentCorrelationId
in interfaceExchangeObject
-
getCorrelationId
- Specified by:
getCorrelationId
in interfaceExchangeObject
-
isNewlyCreated
public boolean isNewlyCreated()- Specified by:
isNewlyCreated
in interfaceExchangeObject
- Returns:
- true if the object is newly created. Note that this is not always applicable to all objects.
-
setParentCorrelationId
- Specified by:
setParentCorrelationId
in interfaceExchangeObject
-
setCorrelationId
- Specified by:
setCorrelationId
in interfaceExchangeObject
-
setNewlyCreated
public void setNewlyCreated(boolean newlyCreated) Description copied from interface:ExchangeObject
Set to true if the object is newly created. This may not be applicable to all objects.- Specified by:
setNewlyCreated
in interfaceExchangeObject
- Parameters:
newlyCreated
- true if the object is newly created
-
toString
- Overrides:
toString
in classcom.broadleafcommerce.asset.consumer.domain.EntityAsset
-
equals
- Overrides:
equals
in classcom.broadleafcommerce.asset.consumer.domain.EntityAsset
-
canEqual
- Overrides:
canEqual
in classcom.broadleafcommerce.asset.consumer.domain.EntityAsset
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.broadleafcommerce.asset.consumer.domain.EntityAsset
-