SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.util
Class LongIdentity

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

public class LongIdentity
extends SingleFieldIdentity

SingleFieldIdentity subclass appropriate for long fields.

See Also:
Serialized Form

Constructor Summary
LongIdentity(Class cls, long key)
           
LongIdentity(Class cls, Long key)
           
LongIdentity(Class cls, String key)
           
 
Method Summary
 boolean equals(Object o)
           
 long 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

LongIdentity

public LongIdentity(Class cls,
                    Long key)

LongIdentity

public LongIdentity(Class cls,
                    String key)

LongIdentity

public LongIdentity(Class cls,
                    long key)
Method Detail

getKey

public long 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.3.5 generated on August 31 2005

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