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

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

public class TopNonPersistB
extends TopNonPersist


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

Field Detail

doubleB

public double doubleB

intB

public int intB
Constructor Detail

TopNonPersistB

public TopNonPersistB()

TopNonPersistB

public TopNonPersistB(int intA,
                      double doubleVal,
                      int intB)


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