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

java.lang.Object
  extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersist
      extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistB
          extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistC
              extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistD
                  extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistE
                      extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistF
Direct Known Subclasses:
TopNonPersistG

public class TopNonPersistF
extends TopNonPersistE


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
TopNonPersistB.Id
 
Field Summary
 TopNonPersistH secondObj
           
 short shortF
           
 TopNonPersistH thirdObj
           
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistE
floatE
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistD
booleanD
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistC
charC
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
doubleB, intB
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersist
intA
 
Constructor Summary
TopNonPersistF()
           
TopNonPersistF(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 TopNonPersistH secondObj

thirdObj

public TopNonPersistH thirdObj
Constructor Detail

TopNonPersistF

public TopNonPersistF()

TopNonPersistF

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


Copyright © 2005 Apache Software Foundation. All Rights Reserved.