Class Record
java.lang.Object
com.priint.pubserver.plannerapi.resource.pageitem.Record
- All Implemented Interfaces:
Serializable
Class representing a record element for Template in Planner REST Service.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
protected int idid of the Record -
timestamp
protected long timestamp
-
-
Constructor Details
-
Record
public Record() -
Record
-
-
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
stringId of the Record -
setStringId
-
getId
public int getId()id of the Record -
setId
public void setId(int id)
-