Interface WebLocaleTranslation

  • All Known Implementing Classes:
    WebLocaleTranslationImpl

    public interface WebLocaleTranslation
    The WebLocaleTranslation interface represents a translation at a locale for one object.
    • 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
      • getTranslationKeyName

        java.lang.String getTranslationKeyName()
        Returns the translationKeyName of the translation
        Returns:
        translationKeyName of the translation
      • getLocaleID

        int getLocaleID()
        Returns the localeID of the locale in which the translation appears
        Returns:
        localeID of the locale
      • getLocaleLanguage

        java.lang.String getLocaleLanguage()
        Returns the localeLanguage of the locale in which the translation appears
        Returns:
        localeLanguage of the locale
      • getTranslationString

        java.lang.String getTranslationString()
        Returns the translation string
        Returns:
        the translation string