public class TranslationForm extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
ceilingEntity |
protected String |
entityId |
protected Boolean |
isRte |
protected String |
localeCode |
protected String |
propertyName |
protected String |
translatedValue |
protected Long |
translationId |
| Constructor and Description |
|---|
TranslationForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCeilingEntity() |
String |
getEntityId() |
Boolean |
getIsRte() |
String |
getLocaleCode() |
String |
getPropertyName() |
String |
getTranslatedValue() |
Long |
getTranslationId() |
void |
setCeilingEntity(String ceilingEntity) |
void |
setEntityId(String entityId) |
void |
setIsRte(Boolean isRte) |
void |
setLocaleCode(String localeCode) |
void |
setPropertyName(String propertyName) |
void |
setTranslatedValue(String translatedValue) |
void |
setTranslationId(Long translationId) |
protected String ceilingEntity
protected String entityId
protected String propertyName
protected String localeCode
protected String translatedValue
protected Long translationId
protected Boolean isRte
public String getCeilingEntity()
public void setCeilingEntity(String ceilingEntity)
public String getEntityId()
public void setEntityId(String entityId)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getLocaleCode()
public void setLocaleCode(String localeCode)
public String getTranslatedValue()
public void setTranslatedValue(String translatedValue)
public Long getTranslationId()
public void setTranslationId(Long translationId)
public Boolean getIsRte()
public void setIsRte(Boolean isRte)
Copyright © 2017. All rights reserved.