Class Common.State

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Common

    public static class Common.State
    extends Comet3Entity
    The type State.
    See Also:
    Serialized Form
    • Constructor Detail

      • State

        public State()
        Instantiates a new State.
      • State

        public State​(int id,
                     java.lang.String value)
        Instantiates a new State.
        Parameters:
        id - the id
        value - the value
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets value.
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Sets value.
        Parameters:
        value - the value
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id