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

Constructor Summary
RecordID()
           
RecordID(int id)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getID()
           
 boolean isUnused()
           
 void setID(int id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordID

public RecordID(int id)

RecordID

public RecordID()
Method Detail

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.