Class ID

java.lang.Object
  |
  +--ID

public class ID
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  int id
           
 
Constructor Summary
ID(int id)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

id

protected int id
Constructor Detail

ID

public ID(int id)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object