|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.tck.pc.singlefieldidentity.AbstractPCPointSingleField
This is the super class for all PCPoint single indentity classes.
It defines an abstract method equals(SingleFieldIdentity)
.
That method ensures that all single identity test cases have a common
implementation.
Constructor Summary | |
AbstractPCPointSingleField()
|
Method Summary | |
abstract boolean |
equalsPKField(javax.jdo.identity.SingleFieldIdentity singleFieldIdentity)
Returns true if the given the key of the given
SingleFieldIdentity instance equals the key in the subclass
of this class. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractPCPointSingleField()
Method Detail |
public abstract boolean equalsPKField(javax.jdo.identity.SingleFieldIdentity singleFieldIdentity)
true
if the given the key of the given
SingleFieldIdentity
instance equals the key in the subclass
of this class.
singleFieldIdentity
- the single field identity to check.
true
if the given the key of the given
SingleFieldIdentity
instance equals the key in the subclass
of this class.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |