SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.util
Class ShortIdentity

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

public class ShortIdentity
extends SingleFieldIdentity

SingleFieldIdentity subclass appropriate for short fields.

See Also:
Serialized Form

Constructor Summary
ShortIdentity(Class cls, short key)
           
ShortIdentity(Class cls, Short key)
           
ShortIdentity(Class cls, String key)
           
 
Method Summary
 boolean equals(Object o)
           
 short 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

ShortIdentity

public ShortIdentity(Class cls,
                     Short key)

ShortIdentity

public ShortIdentity(Class cls,
                     String key)

ShortIdentity

public ShortIdentity(Class cls,
                     short key)
Method Detail

getKey

public short 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.