org.apache.jdo.tck.pc.inheritance
Class FieldSameName3
java.lang.Object
org.apache.jdo.tck.pc.inheritance.FieldSameName
org.apache.jdo.tck.pc.inheritance.FieldSameName2
org.apache.jdo.tck.pc.inheritance.FieldSameName3
- Direct Known Subclasses:
- FieldSameName4
- public class FieldSameName3
- extends FieldSameName2
Constructor Summary |
FieldSameName3()
|
FieldSameName3(int intA,
double doubleB,
int intB,
char charC,
boolean booleanD,
float floatE,
short shortVal)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldSameName3
public FieldSameName3()
FieldSameName3
public FieldSameName3(int intA,
double doubleB,
int intB,
char charC,
boolean booleanD,
float floatE,
short shortVal)
setShortF
public void setShortF(short shortF)
getShortF
public short getShortF()
setSecondObj
public void setSecondObj(FieldSameName4 secondObj)
getSecondObj
public FieldSameName4 getSecondObj()
setThirdObj
public void setThirdObj(FieldSameName4 thirdObj)
getThirdObj
public FieldSameName4 getThirdObj()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.