Package com.microstrategy.web.objects
Interface WebLocaleTranslation
-
- All Known Implementing Classes:
WebLocaleTranslationImpl
public interface WebLocaleTranslation
The WebLocaleTranslation interface represents a translation at a locale for one object.
-
-
Method Summary
All Methods Instance Methods Abstract 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 string
-
-
-
Method Detail
-
getOwner
WebObjectInfo getOwner()
Returns the owner of translation- Returns:
- owner of translation
-
getTranslationKey
java.lang.String getTranslationKey()
Returns the translationKey of the translation- Returns:
- translationKey of the translation
-
getLocaleID
int getLocaleID()
Returns the localeID of the locale in which the translation appears- Returns:
- localeID of the locale
-
getTranslationString
java.lang.String getTranslationString()
Returns the translation string- Returns:
- the translation string
-
-