com.syncbuilder.storage
Class RecordID
java.lang.Object
|
+--com.syncbuilder.storage.RecordID
- public class RecordID
- extends java.lang.Object
- implements java.io.Serializable
A representation of the (hopefully) unique ID of a database-record.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
RecordID
public RecordID(int id)
RecordID
public RecordID()
setID
public void setID(int id)
getID
public int getID()
isUnused
public boolean isUnused()
equals
public boolean equals(java.lang.Object other)
- Overrides:
- equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.