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

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

public class TopPersistC
extends TopPersist


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.TopPersist
TopPersist.Id
 
Field Summary
 char charC
           
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopPersist
doubleB, intA, intB
 
Constructor Summary
TopPersistC()
           
TopPersistC(int intA, double doubleB, int intB, char charC)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

charC

public char charC
Constructor Detail

TopPersistC

public TopPersistC()

TopPersistC

public TopPersistC(int intA,
                   double doubleB,
                   int intB,
                   char charC)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.