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

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

public class TopPersistE
extends TopPersistD


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

Field Detail

floatE

public float floatE
Constructor Detail

TopPersistE

public TopPersistE()

TopPersistE

public TopPersistE(int intA,
                   double doubleB,
                   int intB,
                   char charC,
                   boolean booleanD,
                   float floatE)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.