org.broadleafcommerce.common.i18n.domain
Class TranslationImpl
java.lang.Object
org.broadleafcommerce.common.i18n.domain.TranslationImpl
- All Implemented Interfaces:
- Serializable, Translation
@Entity
public class TranslationImpl
- extends Object
- implements Serializable, Translation
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
entityType
protected String entityType
entityId
protected String entityId
fieldName
protected String fieldName
localeCode
protected String localeCode
translatedValue
protected String translatedValue
TranslationImpl
public TranslationImpl()
getEntityType
public TranslatedEntity getEntityType()
- Specified by:
getEntityType in interface Translation
setEntityType
public void setEntityType(TranslatedEntity entityType)
- Specified by:
setEntityType in interface Translation
getId
public Long getId()
- Specified by:
getId in interface Translation
setId
public void setId(Long id)
- Specified by:
setId in interface Translation
getEntityId
public String getEntityId()
- Specified by:
getEntityId in interface Translation
setEntityId
public void setEntityId(String entityId)
- Specified by:
setEntityId in interface Translation
getFieldName
public String getFieldName()
- Specified by:
getFieldName in interface Translation
setFieldName
public void setFieldName(String fieldName)
- Specified by:
setFieldName in interface Translation
getLocaleCode
public String getLocaleCode()
- Specified by:
getLocaleCode in interface Translation
setLocaleCode
public void setLocaleCode(String localeCode)
- Specified by:
setLocaleCode in interface Translation
getTranslatedValue
public String getTranslatedValue()
- Specified by:
getTranslatedValue in interface Translation
setTranslatedValue
public void setTranslatedValue(String translatedValue)
- Specified by:
setTranslatedValue in interface Translation
Copyright © 2013. All Rights Reserved.