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

java.lang.Object
  extended byorg.apache.jdo.tck.pc.inheritance.TopPersist
      extended byorg.apache.jdo.tck.pc.inheritance.TopPersistC
          extended byorg.apache.jdo.tck.pc.inheritance.TopPersistD
              extended byorg.apache.jdo.tck.pc.inheritance.TopPersistE
                  extended byorg.apache.jdo.tck.pc.inheritance.TopPersistF
                      extended byorg.apache.jdo.tck.pc.inheritance.TopPersistG
Direct Known Subclasses:
TopPersistH

public class TopPersistG
extends TopPersistF


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.TopPersist
TopPersist.Id
 
Field Summary
 TopPersistH fourthObj
           
 short shortG
           
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopPersistF
secondObj, shortF, thirdObj
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopPersistE
floatE
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopPersistD
booleanD
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopPersistC
charC
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopPersist
doubleB, intA, intB
 
Constructor Summary
TopPersistG()
           
TopPersistG(int intA, double doubleB, int intB, char charC, boolean booleanD, float floatE, short shortF, short shortG)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shortG

public short shortG

fourthObj

public TopPersistH fourthObj
Constructor Detail

TopPersistG

public TopPersistG()

TopPersistG

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


Copyright © 2005 Apache Software Foundation. All Rights Reserved.