org.broadleafcommerce.openadmin.web.form
Class TranslationForm
java.lang.Object
org.broadleafcommerce.openadmin.web.form.TranslationForm
public class TranslationForm
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ceilingEntity
protected String ceilingEntity
entityId
protected String entityId
propertyName
protected String propertyName
localeCode
protected String localeCode
translatedValue
protected String translatedValue
translationId
protected Long translationId
isRte
protected Boolean isRte
TranslationForm
public TranslationForm()
getCeilingEntity
public String getCeilingEntity()
setCeilingEntity
public void setCeilingEntity(String ceilingEntity)
getEntityId
public String getEntityId()
setEntityId
public void setEntityId(String entityId)
getPropertyName
public String getPropertyName()
setPropertyName
public void setPropertyName(String propertyName)
getLocaleCode
public String getLocaleCode()
setLocaleCode
public void setLocaleCode(String localeCode)
getTranslatedValue
public String getTranslatedValue()
setTranslatedValue
public void setTranslatedValue(String translatedValue)
getTranslationId
public Long getTranslationId()
setTranslationId
public void setTranslationId(Long translationId)
getIsRte
public Boolean getIsRte()
setIsRte
public void setIsRte(Boolean isRte)
Copyright © 2013. All Rights Reserved.