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 int
getLocaleID()
Returns the localeID of the locale in which the translation appearsWebObjectInfo
getOwner()
Returns the owner of translationjava.lang.String
getTranslationKey()
Returns the translationKey of the translationjava.lang.String
getTranslationString()
Returns the translation stringprotected void
setLocaleID(int localeID)
protected void
setOwner(WebObjectInfo owner)
protected void
setTranslationKey(java.lang.String translationKey)
protected void
setTranslationString(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:WebLocaleTranslation
Returns the owner of translation- Specified by:
getOwner
in interfaceWebLocaleTranslation
- Returns:
- owner of translation
-
setOwner
protected void setOwner(WebObjectInfo owner)
-
getTranslationKey
public java.lang.String getTranslationKey()
Description copied from interface:WebLocaleTranslation
Returns the translationKey of the translation- Specified by:
getTranslationKey
in interfaceWebLocaleTranslation
- Returns:
- translationKey of the translation
-
setTranslationKey
protected void setTranslationKey(java.lang.String translationKey)
-
getLocaleID
public int getLocaleID()
Description copied from interface:WebLocaleTranslation
Returns the localeID of the locale in which the translation appears- Specified by:
getLocaleID
in interfaceWebLocaleTranslation
- Returns:
- localeID of the locale
-
setLocaleID
protected void setLocaleID(int localeID)
-
getTranslationString
public java.lang.String getTranslationString()
Description copied from interface:WebLocaleTranslation
Returns the translation string- Specified by:
getTranslationString
in interfaceWebLocaleTranslation
- Returns:
- the translation string
-
setTranslationString
protected void setTranslationString(java.lang.String translationString)
-
-