SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.util
Class CharIdentity

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

public class CharIdentity
extends SingleFieldIdentity

SingleFieldIdentity subclass appropriate for char fields.

See Also:
Serialized Form

Constructor Summary
CharIdentity(Class cls, char key)
           
CharIdentity(Class cls, Character key)
           
CharIdentity(Class cls, String key)
           
 
Method Summary
 boolean equals(Object o)
           
 char 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

CharIdentity

public CharIdentity(Class cls,
                    Character key)

CharIdentity

public CharIdentity(Class cls,
                    String key)

CharIdentity

public CharIdentity(Class cls,
                    char key)
Method Detail

getKey

public char getKey()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class SingleFieldIdentity

equals

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

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

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