Class AvailableCulture


  • public class AvailableCulture
    extends Object
    Available culture for using in a new application.
    • Constructor Detail

      • AvailableCulture

        public AvailableCulture()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public AvailableCulture withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the AvailableCulture object itself.
      • code

        public String code()
        Get the code value.
        Returns:
        the code value
      • withCode

        public AvailableCulture withCode​(String code)
        Set the code value.
        Parameters:
        code - the code value to set
        Returns:
        the AvailableCulture object itself.