Class Variant
java.lang.Object
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.EntityExchangeObject
com.broadleafcommerce.dataexchange.domain.product.Variant
- All Implemented Interfaces:
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.getName()
getSku()
getUpc()
int
hashCode()
boolean
void
setExternalId
(String externalId) void
void
setNewlyCreated
(boolean newlyCreated) Set to true if the object is newly created.void
setProductId
(String productId) void
setProductTags
(List<ProductTag> productTags) void
void
setTranslations
(List<Translation> translations) void
toString()
Methods inherited from class com.broadleafcommerce.dataexchange.domain.EntityExchangeObject
getId, setId
Methods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
getCorrelationId, getCustomProperties, getParentCorrelationId, setCorrelationId, setCustomProperties, setCustomProperty, setParentCorrelationId
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
-
Variant
public Variant()
-
-
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
-
equals
- Overrides:
equals
in classEntityExchangeObject
-
canEqual
- Overrides:
canEqual
in classEntityExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEntityExchangeObject
-
isNewlyCreated
public boolean isNewlyCreated()- Specified by:
isNewlyCreated
in interfaceExchangeObject
- Overrides:
isNewlyCreated
in classEntityExchangeObject
- Returns:
- true if the object is newly created. Note that this is not always applicable to all objects.
-
getSku
-
getUpc
-
getExternalId
-
getProductId
-
getName
-
getTranslations
- Specified by:
getTranslations
in interfaceTranslatable
-
getProductTags
-
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
- Overrides:
setNewlyCreated
in classEntityExchangeObject
- Parameters:
newlyCreated
- true if the object is newly created
-
setSku
-
setUpc
-
setExternalId
-
setProductId
-
setName
-
setTranslations
- Specified by:
setTranslations
in interfaceTranslatable
-
setProductTags
-
toString
- Overrides:
toString
in classEntityExchangeObject
-