Class WebLocaleTranslationImpl

    • Constructor Detail

      • WebLocaleTranslationImpl

        public WebLocaleTranslationImpl()
      • WebLocaleTranslationImpl

        public WebLocaleTranslationImpl​(WebObjectInfo _owner,
                                        java.lang.String _key,
                                        int _id,
                                        java.lang.String _name,
                                        java.lang.String _keyName)
      • WebLocaleTranslationImpl

        public WebLocaleTranslationImpl​(WebObjectInfo _owner,
                                        java.lang.String _key,
                                        int _id,
                                        java.lang.String _name)
    • Method Detail

      • 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 interface WebLocaleTranslation
        Returns:
        localeID of the locale
      • getLocaleLanguage

        public java.lang.String getLocaleLanguage()
        Description copied from interface: WebLocaleTranslation
        Returns the localeLanguage of the locale in which the translation appears
        Specified by:
        getLocaleLanguage in interface WebLocaleTranslation
        Returns:
        localeLanguage of the locale
      • setLocaleID

        protected void setLocaleID​(int localeID)
      • setTranslationString

        protected void setTranslationString​(java.lang.String translationString)
      • setTranslationName

        protected void setTranslationName​(java.lang.String translationName)