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

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
              extended byorg.apache.jdo.tck.pc.inheritance.FieldSameName4

public class FieldSameName4
extends FieldSameName3


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.FieldSameName
FieldSameName.Id
 
Constructor Summary
FieldSameName4()
           
FieldSameName4(int intA, double doubleB, int intB, char charC, boolean booleanD, float floatE, short shortF, short shortG, int intVal)
           
 
Method Summary
 FieldSameName4 getFourthObj()
           
 int getIntH()
           
 short getShortG()
           
 void setFourthObj(FieldSameName4 fourthObj)
           
 void setIntH(int intH)
           
 void setShortG(short shortG)
           
 
Methods inherited from class org.apache.jdo.tck.pc.inheritance.FieldSameName3
getSecondObj, getShortF, getThirdObj, setSecondObj, setShortF, setThirdObj
 
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

FieldSameName4

public FieldSameName4()

FieldSameName4

public FieldSameName4(int intA,
                      double doubleB,
                      int intB,
                      char charC,
                      boolean booleanD,
                      float floatE,
                      short shortF,
                      short shortG,
                      int intVal)
Method Detail

setShortG

public void setShortG(short shortG)

getShortG

public short getShortG()

setFourthObj

public void setFourthObj(FieldSameName4 fourthObj)

getFourthObj

public FieldSameName4 getFourthObj()

setIntH

public void setIntH(int intH)

getIntH

public int getIntH()


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