Class Common.State

All Implemented Interfaces:
Serializable
Enclosing class:
Common

public static class Common.State extends Comet3Entity
The type State.
See Also:
  • Constructor Details

    • State

      public State()
      Instantiates a new State.
    • State

      public State(int id, String value)
      Instantiates a new State.
      Parameters:
      id - the id
      value - the value
  • Method Details

    • getValue

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

      public void setValue(String value)
      Sets value.
      Parameters:
      value - the value
    • getId

      public int getId()
      Description copied from class: Comet3Entity
      Gets id.
      Overrides:
      getId in class Comet3Entity
      Returns:
      the id
    • setId

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