edu.indiana.util.db
Class RDBCollectionID

java.lang.Object
  extended by edu.indiana.util.db.RDBCollectionID
All Implemented Interfaces:
java.io.Serializable

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

The unique (across the Domain) identifier for a given Collection in a HashMapTable or a HashSetTable.

See Also:
Serialized Form

Constructor Summary
protected RDBCollectionID()
           
  RDBCollectionID(int intValue)
          Creates a new instance of FeatureKey
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getIntValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDBCollectionID

protected RDBCollectionID()

RDBCollectionID

public RDBCollectionID(int intValue)
Creates a new instance of FeatureKey

Method Detail

hashCode

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

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

getIntValue

public int getIntValue()