org.broadleafcommerce.openadmin.web.form
Class TranslationForm

java.lang.Object
  extended by org.broadleafcommerce.openadmin.web.form.TranslationForm

public class TranslationForm
extends Object


Field Summary
protected  String ceilingEntity
           
protected  String entityId
           
protected  String localeCode
           
protected  String propertyName
           
protected  String translatedValue
           
protected  Long translationId
           
 
Constructor Summary
TranslationForm()
           
 
Method Summary
 String getCeilingEntity()
           
 String getEntityId()
           
 String getLocaleCode()
           
 String getPropertyName()
           
 String getTranslatedValue()
           
 Long getTranslationId()
           
 void setCeilingEntity(String ceilingEntity)
           
 void setEntityId(String entityId)
           
 void setLocaleCode(String localeCode)
           
 void setPropertyName(String propertyName)
           
 void setTranslatedValue(String translatedValue)
           
 void setTranslationId(Long translationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ceilingEntity

protected String ceilingEntity

entityId

protected String entityId

propertyName

protected String propertyName

localeCode

protected String localeCode

translatedValue

protected String translatedValue

translationId

protected Long translationId
Constructor Detail

TranslationForm

public TranslationForm()
Method Detail

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)


Copyright © 2013. All Rights Reserved.