org.apache.jdo.tck.pc.inheritance
Class AllPersist

java.lang.Object
  extended byorg.apache.jdo.tck.pc.inheritance.AllPersist
Direct Known Subclasses:
AllPersist2

public class AllPersist
extends java.lang.Object


Nested Class Summary
static class AllPersist.Id
           
 
Field Summary
 double doubleB
           
 int intA
           
 int intB
           
 
Constructor Summary
AllPersist()
           
AllPersist(int intA, double doubleVal, int intB)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intA

public int intA

doubleB

public double doubleB

intB

public int intB
Constructor Detail

AllPersist

public AllPersist()

AllPersist

public AllPersist(int intA,
                  double doubleVal,
                  int intB)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.