java.lang.Object
com.priint.pubserver.plannerapi.resource.pageitem.State
All Implemented Interfaces:
Serializable

public class State extends Object implements Serializable
Class representing a state element for Template in Planner REST Service.
See Also:
  • Field Details

    • id

      protected int id
      id of the State
    • timestamp

      protected long timestamp
  • 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)
    • getId

      public int getId()
      id of the State
    • setId

      public void setId(int id)