SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

kodo.util
Class IntIdentity

java.lang.Object
  |
  +--kodo.util.SingleFieldIdentity
        |
        +--kodo.util.IntIdentity
All Implemented Interfaces:
Serializable

public class IntIdentity
extends SingleFieldIdentity

SingleFieldIdentity subclass appropriate for int fields.

See Also:
Serialized Form

Constructor Summary
IntIdentity(Class cls, int key)
           
IntIdentity(Class cls, Integer key)
           
IntIdentity(Class cls, String key)
           
 
Method Summary
 boolean equals(Object o)
           
 int getKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class kodo.util.SingleFieldIdentity
getTargetClass, getTargetClassName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntIdentity

public IntIdentity(Class cls,
                   Integer key)

IntIdentity

public IntIdentity(Class cls,
                   String key)

IntIdentity

public IntIdentity(Class cls,
                   int key)
Method Detail

getKey

public int getKey()

hashCode

public int hashCode()
Overrides:
hashCode in class SingleFieldIdentity

equals

public boolean equals(Object o)
Overrides:
equals in class SingleFieldIdentity

toString

public String toString()
Overrides:
toString in class Object

SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.