Class JavaLocaleDescription

    • Constructor Detail

      • JavaLocaleDescription

        public JavaLocaleDescription​(String locale,
                                     String description)
        Instantiates a new java locale description.
        Parameters:
        locale - the locale
        description - the description
    • Method Detail

      • getLocale

        @NotNull
        public @NotNull String getLocale()
        Get the locale.
        Returns:
        the locale
      • setLocale

        public void setLocale​(String locale)
        Sets locale.
        Parameters:
        locale - the locale
      • getDescription

        @NotNull
        public @NotNull String getDescription()
        The description of the locale.
        Returns:
        description description
      • setDescription

        public void setDescription​(String description)
        Sets description.
        Parameters:
        description - the description