org.broadleafcommerce.common.i18n.domain
Class TranslationImpl

java.lang.Object
  extended by org.broadleafcommerce.common.i18n.domain.TranslationImpl
All Implemented Interfaces:
Serializable, Translation

@Entity
public class TranslationImpl
extends Object
implements Serializable, Translation

See Also:
Serialized Form

Field Summary
protected  String entityId
           
protected  String entityType
           
protected  String fieldName
           
protected  Long id
           
protected  String localeCode
           
protected  String translatedValue
           
 
Constructor Summary
TranslationImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

entityType

protected String entityType

entityId

protected String entityId

fieldName

protected String fieldName

localeCode

protected String localeCode

translatedValue

protected String translatedValue
Constructor Detail

TranslationImpl

public TranslationImpl()
Method Detail

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.