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

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
Direct Known Subclasses:
TopPersistG

public class TopPersistF
extends TopPersistE


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.TopPersist
TopPersist.Id
 
Field Summary
 TopPersistH secondObj
           
 short shortF
           
 TopPersistH 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
TopPersistF()
           
TopPersistF(int intA, double doubleB, int intB, char charC, boolean booleanD, float floatE, short shortVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shortF

public short shortF

secondObj

public TopPersistH secondObj

thirdObj

public TopPersistH thirdObj
Constructor Detail

TopPersistF

public TopPersistF()

TopPersistF

public TopPersistF(int intA,
                   double doubleB,
                   int intB,
                   char charC,
                   boolean booleanD,
                   float floatE,
                   short shortVal)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.