Class Attribute
java.lang.Object
com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.catalog.product.Attribute
- All Implemented Interfaces:
 PassthroughProperties,ExchangeObject,Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetValue()inthashCode()voidsetNameLabel(String nameLabel) voidsetTranslations(List<Translation> translations) voidtoString()Methods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
getCorrelationId, getJsonPath, getParentCorrelationId, isNewlyCreated, setCorrelationId, setJsonPath, setNewlyCreated, setParentCorrelationIdMethods inherited from class com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
containsCustomProperty, getCustomProperties, getCustomProperty, setCustomProperties, setCustomPropertyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
 - 
equals
- Overrides:
 equalsin classAbstractExchangeObject
 - 
canEqual
- Overrides:
 canEqualin classAbstractExchangeObject
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classAbstractExchangeObject
 - 
toString
- Overrides:
 toStringin classAbstractExchangeObject
 
 -