Package com.microstrategy.web.objects
Class WebLocaleTranslationImpl
- java.lang.Object
 - 
- com.microstrategy.web.objects.WebLocaleTranslationImpl
 
 
- 
- All Implemented Interfaces:
 WebLocaleTranslation
public class WebLocaleTranslationImpl extends java.lang.Object implements WebLocaleTranslation
 
- 
- 
Constructor Summary
Constructors Constructor Description WebLocaleTranslationImpl()WebLocaleTranslationImpl(WebObjectInfo _owner, java.lang.String _key, int _id, java.lang.String _name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLocaleID()Returns the localeID of the locale in which the translation appearsWebObjectInfogetOwner()Returns the owner of translationjava.lang.StringgetTranslationKey()Returns the translationKey of the translationjava.lang.StringgetTranslationString()Returns the translation stringprotected voidsetLocaleID(int localeID)protected voidsetOwner(WebObjectInfo owner)protected voidsetTranslationKey(java.lang.String translationKey)protected voidsetTranslationString(java.lang.String translationString) 
 - 
 
- 
- 
Constructor Detail
- 
WebLocaleTranslationImpl
public WebLocaleTranslationImpl()
 
- 
WebLocaleTranslationImpl
public WebLocaleTranslationImpl(WebObjectInfo _owner, java.lang.String _key, int _id, java.lang.String _name)
 
 - 
 
- 
Method Detail
- 
getOwner
public WebObjectInfo getOwner()
Description copied from interface:WebLocaleTranslationReturns the owner of translation- Specified by:
 getOwnerin interfaceWebLocaleTranslation- Returns:
 - owner of translation
 
 
- 
setOwner
protected void setOwner(WebObjectInfo owner)
 
- 
getTranslationKey
public java.lang.String getTranslationKey()
Description copied from interface:WebLocaleTranslationReturns the translationKey of the translation- Specified by:
 getTranslationKeyin interfaceWebLocaleTranslation- Returns:
 - translationKey of the translation
 
 
- 
setTranslationKey
protected void setTranslationKey(java.lang.String translationKey)
 
- 
getLocaleID
public int getLocaleID()
Description copied from interface:WebLocaleTranslationReturns the localeID of the locale in which the translation appears- Specified by:
 getLocaleIDin interfaceWebLocaleTranslation- Returns:
 - localeID of the locale
 
 
- 
setLocaleID
protected void setLocaleID(int localeID)
 
- 
getTranslationString
public java.lang.String getTranslationString()
Description copied from interface:WebLocaleTranslationReturns the translation string- Specified by:
 getTranslationStringin interfaceWebLocaleTranslation- Returns:
 - the translation string
 
 
- 
setTranslationString
protected void setTranslationString(java.lang.String translationString)
 
 - 
 
 -