Class Record

  • All Implemented Interfaces:
    java.io.Serializable

    public class Record
    extends java.lang.Object
    implements java.io.Serializable
    Class representing a record element for Template in Planner REST Service.
    See Also:
    Template, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int id
      id of the Record
      protected long timestamp  
    • Constructor Summary

      Constructors 
      Constructor Description
      Record()  
      Record​(int id, int id2, int id3, java.lang.String stringid)  
    • Field Detail

      • id

        protected int id
        id of the Record
      • timestamp

        protected long timestamp
    • Constructor Detail

      • Record

        public Record()
      • Record

        public Record​(int id,
                      int id2,
                      int id3,
                      java.lang.String stringid)
    • Method Detail

      • 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 java.lang.String getStringId()
        stringId of the Record
      • setStringId

        public void setStringId​(java.lang.String stringid)
      • getId

        public int getId()
        id of the Record
      • setId

        public void setId​(int id)