Class Translation
java.lang.Object
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.translation.Translation
- All Implemented Interfaces:
ExchangeObject
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The name of the field that is being translated.The ID of the owning entity.The type of the owning entity.getId()
The locale for this translation.getValue()
This will usually be a String.int
hashCode()
void
setEntityField
(String entityField) The name of the field that is being translated.void
setEntityId
(String entityId) The ID of the owning entity.void
setEntityType
(String entityType) The type of the owning entity.void
Set the id of the entityvoid
The locale for this translation.void
This will usually be a String.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, setContextState
-
Constructor Details
-
Translation
public Translation()
-
-
Method Details
-
getId
- Returns:
- the id of the entity
-
getEntityField
The name of the field that is being translated. -
getEntityId
The ID of the owning entity. -
getEntityType
The type of the owning entity. -
getLocale
The locale for this translation. -
getValue
This will usually be a String. But since we can translate anything, really, this allows us to accept numbers, collections, etc. -
setId
Description copied from interface:ExchangeObject
Set the id of the entity- Parameters:
id
- the id of the entity
-
setEntityField
The name of the field that is being translated. -
setEntityId
The ID of the owning entity. -
setEntityType
The type of the owning entity. -
setLocale
The locale for this translation. -
setValue
This will usually be a String. But since we can translate anything, really, this allows us to accept numbers, collections, etc. -
toString
- Overrides:
toString
in classAbstractExchangeObject
-
equals
- Overrides:
equals
in classAbstractExchangeObject
-
canEqual
- Overrides:
canEqual
in classAbstractExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractExchangeObject
-