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, setCustomProperty
Methods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
getCorrelationId, getJsonPath, getParentCorrelationId, isNewlyCreated, setCorrelationId, setJsonPath, 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, setContextState
-
Constructor Details
-
DataDrivenEnum
public DataDrivenEnum()
-
-
Method Details
-
equals
- Overrides:
equals
in classEntityExchangeObject
-
canEqual
- Overrides:
canEqual
in classEntityExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEntityExchangeObject
-
getId
Description copied from class:EntityExchangeObject
The ID of the entity.- Specified by:
getId
in interfaceExchangeObject
- Overrides:
getId
in classEntityExchangeObject
- Returns:
- the id of the entity
-
getType
-
getValue
-
getDisplayValue
-
setId
Description copied from class:EntityExchangeObject
The ID of the entity.- Specified by:
setId
in interfaceExchangeObject
- Overrides:
setId
in classEntityExchangeObject
- Parameters:
id
- the id of the entity
-
setType
-
setValue
-
setDisplayValue
-
toString
- Overrides:
toString
in classEntityExchangeObject
-