SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.util
Class StringIdentity

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

public class StringIdentity
extends SingleFieldIdentity

SingleFieldIdentity subclass appropriate for String fields.

See Also:
Serialized Form

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

StringIdentity

public StringIdentity(Class cls,
                      String key)
Method Detail

getKey

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