org.apache.jdo.tck.pc.fieldtypes
Class SimpleClass
java.lang.Object
org.apache.jdo.tck.pc.fieldtypes.SimpleClass
- All Implemented Interfaces:
- java.lang.Comparable, SimpleInterface
- public class SimpleClass
- extends java.lang.Object
- implements SimpleInterface, java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SimpleClass
public SimpleClass()
SimpleClass
public SimpleClass(int intField,
java.lang.String stringField)
setIntValue
public void setIntValue(int intField)
- Specified by:
setIntValue
in interface SimpleInterface
getIntValue
public int getIntValue()
- Specified by:
getIntValue
in interface SimpleInterface
setStringValue
public void setStringValue(java.lang.String stringField)
- Specified by:
setStringValue
in interface SimpleInterface
getStringValue
public java.lang.String getStringValue()
- Specified by:
getStringValue
in interface SimpleInterface
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
compareTo
public int compareTo(java.lang.Object p)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.