Class LocaleCharsetMap


  • public class LocaleCharsetMap
    extends Object
    • Field Detail

      • locale

        protected String locale
      • agent

        protected String agent
      • charset

        protected String charset
      • description

        protected String description
    • Constructor Detail

      • LocaleCharsetMap

        public LocaleCharsetMap()
    • Method Detail

      • getLocale

        public String getLocale()
      • setLocale

        public void setLocale​(String value)
      • getAgent

        public String getAgent()
      • setAgent

        public void setAgent​(String value)
      • getCharset

        public String getCharset()
      • setCharset

        public void setCharset​(String value)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String value)