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)WebLocaleTranslationImpl(WebObjectInfo _owner, java.lang.String _key, int _id, java.lang.String _name, java.lang.String _keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLocaleID()Returns the localeID of the locale in which the translation appearsjava.lang.StringgetLocaleLanguage()Returns the localeLanguage of the locale in which the translation appearsWebObjectInfogetOwner()Returns the owner of translationjava.lang.StringgetTranslationKey()Returns the translationKey of the translationjava.lang.StringgetTranslationKeyName()Returns the translationKeyName of the translationjava.lang.StringgetTranslationString()Returns the translation stringprotected voidsetLocaleID(int localeID)protected voidsetOwner(WebObjectInfo owner)protected voidsetTranslationKey(java.lang.String translationKey)protected voidsetTranslationName(java.lang.String translationName)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, java.lang.String _keyName)
-
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
-
getLocaleLanguage
public java.lang.String getLocaleLanguage()
Description copied from interface:WebLocaleTranslationReturns the localeLanguage of the locale in which the translation appears- Specified by:
getLocaleLanguagein interfaceWebLocaleTranslation- Returns:
- localeLanguage 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)
-
getTranslationKeyName
public java.lang.String getTranslationKeyName()
Description copied from interface:WebLocaleTranslationReturns the translationKeyName of the translation- Specified by:
getTranslationKeyNamein interfaceWebLocaleTranslation- Returns:
- translationKeyName of the translation
-
setTranslationName
protected void setTranslationName(java.lang.String translationName)
-
-