Class EntityExchangeObject
java.lang.Object
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.EntityExchangeObject
- All Implemented Interfaces:
ExchangeObject
,Serializable
- Direct Known Subclasses:
CategoryRef
,ComprehensiveProduct
,ProductTag
,SkuInventory
,Variant
Entity representation of an exchange object. This implementation has an ID field. If no ID is
needed, use
AbstractExchangeObject
instead.- Author:
- Kelly Tisdell (ktisdell)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
The ID of the entity.int
hashCode()
boolean
void
The ID of the entity.void
setNewlyCreated
(boolean newlyCreated) Set to true if the object is newly created.toString()
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
-
EntityExchangeObject
public EntityExchangeObject()
-
-
Method Details
-
getId
The ID of the entity.- Returns:
- the id of the entity
-
isNewlyCreated
public boolean isNewlyCreated()- Specified by:
isNewlyCreated
in interfaceExchangeObject
- Overrides:
isNewlyCreated
in classAbstractExchangeObject
- Returns:
- true if the object is newly created. Note that this is not always applicable to all objects.
-
setId
The ID of the entity.- Parameters:
id
- the id of the entity
-
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 classAbstractExchangeObject
- Parameters:
newlyCreated
- true if the object is newly created
-
toString
- Overrides:
toString
in classAbstractExchangeObject
-
equals
- Overrides:
equals
in classAbstractExchangeObject
-
canEqual
- Overrides:
canEqual
in classAbstractExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractExchangeObject
-