org.omwg.mediation.mappingstore.model
Class ID

java.lang.Object
  extended byorg.omwg.mediation.mappingstore.model.ID
Direct Known Subclasses:
MappingID

public class ID
extends java.lang.Object


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

Field Detail

id

protected int id
Constructor Detail

ID

public ID()

ID

public ID(int id)
Method Detail

id

public int id()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()