Package com.microstrategy.web.objects
Interface WebLocaleTranslation
-
- All Known Implementing Classes:
WebLocaleTranslationImpl
public interface WebLocaleTranslationThe WebLocaleTranslation interface represents a translation at a locale for one object.
-
-
Method Summary
All Methods Instance Methods Abstract 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 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
-
-