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

java.lang.Object
  extended byorg.apache.jdo.tck.pc.inheritance.AllPersist
      extended byorg.apache.jdo.tck.pc.inheritance.AllPersist2
          extended byorg.apache.jdo.tck.pc.inheritance.AllPersist3
              extended byorg.apache.jdo.tck.pc.inheritance.AllPersist4

public class AllPersist4
extends AllPersist3


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.AllPersist
AllPersist.Id
 
Field Summary
 AllPersist4 fourthObj
           
 int intH
           
 short shortG
           
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.AllPersist3
secondObj, shortF, thirdObj
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.AllPersist2
booleanD, charC, floatE
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.AllPersist
doubleB, intA, intB
 
Constructor Summary
AllPersist4()
           
AllPersist4(int intA, double doubleB, int intB, char charC, boolean booleanD, float floatE, short shortF, short shortG, int intVal)
           
 
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

shortG

public short shortG

fourthObj

public AllPersist4 fourthObj

intH

public int intH
Constructor Detail

AllPersist4

public AllPersist4()

AllPersist4

public AllPersist4(int intA,
                   double doubleB,
                   int intB,
                   char charC,
                   boolean booleanD,
                   float floatE,
                   short shortF,
                   short shortG,
                   int intVal)


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.