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

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

public class TopPersistD
extends TopPersistC


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

Field Detail

booleanD

public boolean booleanD
Constructor Detail

TopPersistD

public TopPersistD()

TopPersistD

public TopPersistD(int int1,
                   double doubleB,
                   int intB,
                   char charC,
                   boolean booleanVal)


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