@Entity public class TranslationImpl extends Object implements Serializable, Translation
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityId |
protected String |
entityType |
protected String |
fieldName |
protected Long |
id |
protected String |
localeCode |
protected String |
translatedValue |
| Constructor and Description |
|---|
TranslationImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityId() |
TranslatedEntity |
getEntityType() |
String |
getFieldName() |
Long |
getId() |
String |
getLocaleCode() |
String |
getTranslatedValue() |
void |
setEntityId(String entityId) |
void |
setEntityType(TranslatedEntity entityType) |
void |
setFieldName(String fieldName) |
void |
setId(Long id) |
void |
setLocaleCode(String localeCode) |
void |
setTranslatedValue(String translatedValue) |
protected Long id
protected String entityType
protected String entityId
protected String fieldName
protected String localeCode
protected String translatedValue
public TranslatedEntity getEntityType()
getEntityType in interface Translationpublic void setEntityType(TranslatedEntity entityType)
setEntityType in interface Translationpublic Long getId()
getId in interface Translationpublic void setId(Long id)
setId in interface Translationpublic String getEntityId()
getEntityId in interface Translationpublic void setEntityId(String entityId)
setEntityId in interface Translationpublic String getFieldName()
getFieldName in interface Translationpublic void setFieldName(String fieldName)
setFieldName in interface Translationpublic String getLocaleCode()
getLocaleCode in interface Translationpublic void setLocaleCode(String localeCode)
setLocaleCode in interface Translationpublic String getTranslatedValue()
getTranslatedValue in interface Translationpublic void setTranslatedValue(String translatedValue)
setTranslatedValue in interface TranslationCopyright © 2014. All rights reserved.