java.lang.Object
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.translation.Translation
All Implemented Interfaces:
ExchangeObject, Serializable

public class Translation extends AbstractExchangeObject
See Also:
  • Constructor Details

    • Translation

      public Translation()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id of the entity
    • getEntityField

      public String getEntityField()
      The name of the field that is being translated.
    • getEntityId

      public String getEntityId()
      The ID of the owning entity.
    • getEntityType

      public String getEntityType()
      The type of the owning entity.
    • getLocale

      public Locale getLocale()
      The locale for this translation.
    • getValue

      public Object getValue()
      This will usually be a String. But since we can translate anything, really, this allows us to accept numbers, collections, etc.
    • setId

      public void setId(String id)
      Description copied from interface: ExchangeObject
      Set the id of the entity
      Parameters:
      id - the id of the entity
    • setEntityField

      public void setEntityField(String entityField)
      The name of the field that is being translated.
    • setEntityId

      public void setEntityId(String entityId)
      The ID of the owning entity.
    • setEntityType

      public void setEntityType(String entityType)
      The type of the owning entity.
    • setLocale

      public void setLocale(Locale locale)
      The locale for this translation.
    • setValue

      public void setValue(Object value)
      This will usually be a String. But since we can translate anything, really, this allows us to accept numbers, collections, etc.
    • toString

      public String toString()
      Overrides:
      toString in class AbstractExchangeObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AbstractExchangeObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AbstractExchangeObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractExchangeObject