java.lang.Object | |
↳ | com.microstrategy.web.objects.WebLocaleTranslationImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebLocaleTranslationImpl() | |||||||||||
WebLocaleTranslationImpl(WebObjectInfo _owner, String _key, int _id, String _name) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getLocaleID()
Returns the localeID of the locale in which the translation appears
| ||||||||||
WebObjectInfo |
getOwner()
Returns the owner of translation
| ||||||||||
String |
getTranslationKey()
Returns the translationKey of the translation
| ||||||||||
String |
getTranslationString()
Returns the translation string
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | setLocaleID(int localeID) | ||||||||||
void | setOwner(WebObjectInfo owner) | ||||||||||
void | setTranslationKey(String translationKey) | ||||||||||
void | setTranslationString(String translationString) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the localeID of the locale in which the translation appears
Returns the translationKey of the translation
Returns the translation string