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

java.lang.Object
  extended byorg.apache.jdo.tck.pc.inheritance.FieldSameName
      extended byorg.apache.jdo.tck.pc.inheritance.FieldSameName2
          extended byorg.apache.jdo.tck.pc.inheritance.FieldSameName3
Direct Known Subclasses:
FieldSameName4

public class FieldSameName3
extends FieldSameName2


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.FieldSameName
FieldSameName.Id
 
Constructor Summary
FieldSameName3()
           
FieldSameName3(int intA, double doubleB, int intB, char charC, boolean booleanD, float floatE, short shortVal)
           
 
Method Summary
 FieldSameName4 getSecondObj()
           
 short getShortF()
           
 FieldSameName4 getThirdObj()
           
 void setSecondObj(FieldSameName4 secondObj)
           
 void setShortF(short shortF)
           
 void setThirdObj(FieldSameName4 thirdObj)
           
 
Methods inherited from class org.apache.jdo.tck.pc.inheritance.FieldSameName2
getBooleanD, getCharC, getFloatE, setBooleanD, setCharC, setFloatE
 
Methods inherited from class org.apache.jdo.tck.pc.inheritance.FieldSameName
getDoubleB, getIntA, getIntB, setDoubleB, setIntA, setIntB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSameName3

public FieldSameName3()

FieldSameName3

public FieldSameName3(int intA,
                      double doubleB,
                      int intB,
                      char charC,
                      boolean booleanD,
                      float floatE,
                      short shortVal)
Method Detail

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 Apache Software Foundation. All Rights Reserved.