Class ProductAsset
java.lang.Object
com.broadleafcommerce.asset.consumer.domain.EntityAsset
com.broadleafcommerce.dataexchange.domain.asset.ExchangeEntityAsset
com.broadleafcommerce.dataexchange.domain.product.ProductAsset
- All Implemented Interfaces:
com.broadleafcommerce.asset.consumer.domain.AssetSourceAware
,ExchangeObject
,Translatable
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Returns the entity type that this object represents at the service layer.getId()
int
hashCode()
void
Set the id of the entityvoid
setPrimary
(Boolean primary) void
setProductId
(String productId) void
void
setTranslations
(List<Translation> translations) toString()
Methods inherited from class com.broadleafcommerce.dataexchange.domain.asset.ExchangeEntityAsset
getCorrelationId, getParentCorrelationId, isNewlyCreated, setCorrelationId, setNewlyCreated, setParentCorrelationId
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, setContextState
-
Constructor Details
-
ProductAsset
public ProductAsset()
-
-
Method Details
-
getEntityType
Description copied from interface:Translatable
Returns the entity type that this object represents at the service layer. This should be set withTranslation.setEntityType(String)
before persistence.For example, this would be "com.broadleafcommerce.catalog.provider.jpa.domain.product.JpaVariant" for a variant entity. It is also acceptable to set this to the extended entity type.
- Specified by:
getEntityType
in interfaceTranslatable
- Returns:
- the entity type
-
getId
- Specified by:
getId
in interfaceExchangeObject
- Returns:
- the id of the entity
-
getProductId
-
getPrimary
-
getSorted
-
getTranslations
- Specified by:
getTranslations
in interfaceTranslatable
-
setId
Description copied from interface:ExchangeObject
Set the id of the entity- Specified by:
setId
in interfaceExchangeObject
- Parameters:
id
- the id of the entity
-
setProductId
-
setPrimary
-
setSorted
-
setTranslations
- Specified by:
setTranslations
in interfaceTranslatable
-
toString
- Overrides:
toString
in classExchangeEntityAsset
-
equals
- Overrides:
equals
in classExchangeEntityAsset
-
canEqual
- Overrides:
canEqual
in classExchangeEntityAsset
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExchangeEntityAsset
-