Class Attribute
java.lang.Object
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.product.Attribute
- All Implemented Interfaces:
ExchangeObject
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getValue()
int
hashCode()
void
setNameLabel
(String nameLabel) void
setTranslations
(List<Translation> translations) void
toString()
Methods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
getCorrelationId, getCustomProperties, getParentCorrelationId, isNewlyCreated, setCorrelationId, setCustomProperties, setCustomProperty, setNewlyCreated, 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, getId, setContextState, setId
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getValue
-
getNameLabel
-
getTranslations
-
setValue
-
setNameLabel
-
setTranslations
-
toString
- Overrides:
toString
in classAbstractExchangeObject
-
equals
- Overrides:
equals
in classAbstractExchangeObject
-
canEqual
- Overrides:
canEqual
in classAbstractExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractExchangeObject
-