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

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

public class AllPersist2
extends AllPersist


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.AllPersist
AllPersist.Id
 
Field Summary
 boolean booleanD
           
 char charC
           
 float floatE
           
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.AllPersist
doubleB, intA, intB
 
Constructor Summary
AllPersist2()
           
AllPersist2(int intA, double doubleB, int intB, char charC, boolean booleanVal, float floatE)
           
 
Methods inherited from class org.apache.jdo.tck.pc.inheritance.AllPersist
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

charC

public char charC

booleanD

public boolean booleanD

floatE

public float floatE
Constructor Detail

AllPersist2

public AllPersist2()

AllPersist2

public AllPersist2(int intA,
                   double doubleB,
                   int intB,
                   char charC,
                   boolean booleanVal,
                   float floatE)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.