Class CharacterSet

    • Constructor Detail

      • CharacterSet

        public CharacterSet()
    • Method Detail

      • setCharacterSetName

        public void setCharacterSetName​(String characterSetName)

        The name of the character set.

        Parameters:
        characterSetName - The name of the character set.
      • getCharacterSetName

        public String getCharacterSetName()

        The name of the character set.

        Returns:
        The name of the character set.
      • withCharacterSetName

        public CharacterSet withCharacterSetName​(String characterSetName)

        The name of the character set.

        Parameters:
        characterSetName - The name of the character set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCharacterSetDescription

        public void setCharacterSetDescription​(String characterSetDescription)

        The description of the character set.

        Parameters:
        characterSetDescription - The description of the character set.
      • getCharacterSetDescription

        public String getCharacterSetDescription()

        The description of the character set.

        Returns:
        The description of the character set.
      • withCharacterSetDescription

        public CharacterSet withCharacterSetDescription​(String characterSetDescription)

        The description of the character set.

        Parameters:
        characterSetDescription - The description of the character set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object