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

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

public class TopPersist
extends java.lang.Object


Nested Class Summary
static class TopPersist.Id
           
 
Field Summary
 double doubleB
           
 int intA
           
 int intB
           
 
Constructor Summary
TopPersist()
           
TopPersist(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

intA

public int intA

doubleB

public double doubleB

intB

public int intB
Constructor Detail

TopPersist

public TopPersist()

TopPersist

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


Copyright © 2005 Apache Software Foundation. All Rights Reserved.