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

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

    • id

      protected int id
      id of the Record
    • timestamp

      protected long timestamp
  • Constructor Details

    • Record

      public Record()
    • Record

      public Record(int id, int id2, int id3, String stringid)
  • Method Details

    • getId2

      public int getId2()
      id3 of the Record
    • setId2

      public void setId2(int id2)
    • getId3

      public int getId3()
      id3 of the Record
    • setId3

      public void setId3(int id3)
    • getStringId

      public String getStringId()
      stringId of the Record
    • setStringId

      public void setStringId(String stringid)
    • getId

      public int getId()
      id of the Record
    • setId

      public void setId(int id)