Package com.priint.comet.port.whiteboard
Class CometWhiteboard.RecordID
java.lang.Object
com.priint.comet.port.whiteboard.CometWhiteboard.RecordID
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CometWhiteboard
The type Record id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecordID
public RecordID()Instantiates a new Record id.
-
-
Method Details
-
getId1
public long getId1()Gets id 1.- Returns:
- the id 1
-
setId1
public void setId1(long id1) Sets id 1.- Parameters:
id1- the id 1
-
getId2
public long getId2()Gets id 2.- Returns:
- the id 2
-
setId2
public void setId2(long id2) Sets id 2.- Parameters:
id2- the id 2
-
getId3
public long getId3()Gets id 3.- Returns:
- the id 3
-
setId3
public void setId3(long id3) Sets id 3.- Parameters:
id3- the id 3
-
getStringID
Gets string id.- Returns:
- the string id
-
setStringID
Sets string id.- Parameters:
stringID- the string id
-