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

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

public class TopNonPersistC
extends TopNonPersistB


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
TopNonPersistB.Id
 
Field Summary
 char 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
TopNonPersistC()
           
TopNonPersistC(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

TopNonPersistC

public TopNonPersistC()

TopNonPersistC

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


Copyright © 2005 Apache Software Foundation. All Rights Reserved.