Class Localization

    • Field Detail

      • language

        protected String language
      • decimalSeparator

        protected String decimalSeparator
      • groupingSeparator

        protected String groupingSeparator
    • Constructor Detail

      • Localization

        public Localization()
    • Method Detail

      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • getDecimalSeparator

        public String getDecimalSeparator()
        Gets the value of the decimalSeparator property.
        Returns:
        possible object is String
      • setDecimalSeparator

        public void setDecimalSeparator​(String value)
        Sets the value of the decimalSeparator property.
        Parameters:
        value - allowed object is String
      • getGroupingSeparator

        public String getGroupingSeparator()
        Gets the value of the groupingSeparator property.
        Returns:
        possible object is String
      • setGroupingSeparator

        public void setGroupingSeparator​(String value)
        Sets the value of the groupingSeparator property.
        Parameters:
        value - allowed object is String