Class DataDrivenEnum
java.lang.Object
com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.EntityExchangeObject
com.broadleafcommerce.dataexchange.domain.catalog.product.DataDrivenEnum
- All Implemented Interfaces:
 PassthroughProperties,ExchangeObject,Serializable
Represents a data driven enum from the catalog service.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.broadleafcommerce.dataexchange.domain.EntityExchangeObject
containsCustomProperty, getCustomProperties, getCustomProperty, setCustomProperties, setCustomPropertyMethods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
getCorrelationId, getJsonPath, getParentCorrelationId, isNewlyCreated, setCorrelationId, setJsonPath, setNewlyCreated, setParentCorrelationIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.dataexchange.domain.ExchangeObject
getContextState, setContextState 
- 
Constructor Details
- 
DataDrivenEnum
public DataDrivenEnum() 
 - 
 - 
Method Details
- 
equals
- Overrides:
 equalsin classEntityExchangeObject
 - 
canEqual
- Overrides:
 canEqualin classEntityExchangeObject
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classEntityExchangeObject
 - 
getId
Description copied from class:EntityExchangeObjectThe ID of the entity.- Specified by:
 getIdin interfaceExchangeObject- Overrides:
 getIdin classEntityExchangeObject- Returns:
 - the id of the entity
 
 - 
getType
 - 
getValue
 - 
getDisplayValue
 - 
setId
Description copied from class:EntityExchangeObjectThe ID of the entity.- Specified by:
 setIdin interfaceExchangeObject- Overrides:
 setIdin classEntityExchangeObject- Parameters:
 id- the id of the entity
 - 
setType
 - 
setValue
 - 
setDisplayValue
 - 
toString
- Overrides:
 toStringin classEntityExchangeObject
 
 -