Class State

java.lang.Object
com.priint.pubserverapi.template.State

public class State extends Object
  • Constructor Details

    • State

      public State()
    • State

      public State(int id, String value)
  • Method Details

    • getValue

      public String getValue()
      value of the State
    • setValue

      public void setValue(String value)
      State.getValue()
    • getId

      public int getId()
      id of the State
    • setId

      public void setId(int id)
      State.getId()