|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.odmg.Master
the facade to all TestCases in this package.
Field Summary | |
java.util.Vector |
collDetailFKinPK
|
java.util.Vector |
collDetailFKnoPK
|
java.lang.Integer |
masterId
|
java.lang.String |
masterText
|
Constructor Summary | |
Master()
|
|
Master(java.lang.Integer id,
java.lang.String text)
|
Method Summary | |
java.util.Vector |
getCollDetailFKinPK()
Gets the collDetailFKinPK. |
java.util.Vector |
getCollDetailFKnoPK()
Gets the collDetailFKnoPK. |
java.lang.Integer |
getMasterId()
Gets the masterId. |
java.lang.String |
getMasterText()
Gets the masterText. |
void |
setCollDetailFKinPK(java.util.Vector collDetailFKinPK)
Sets the collDetailFKinPK. |
void |
setCollDetailFKnoPK(java.util.Vector collDetailFKnoPK)
Sets the collDetailFKnoPK. |
void |
setMasterId(java.lang.Integer masterId)
Sets the masterId. |
void |
setMasterText(java.lang.String masterText)
Sets the masterText. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.Integer masterId
public java.lang.String masterText
public java.util.Vector collDetailFKinPK
public java.util.Vector collDetailFKnoPK
Constructor Detail |
public Master(java.lang.Integer id, java.lang.String text)
public Master()
Method Detail |
public java.lang.String toString()
public java.util.Vector getCollDetailFKinPK()
public void setCollDetailFKinPK(java.util.Vector collDetailFKinPK)
collDetailFKinPK
- The collDetailFKinPK to setpublic java.util.Vector getCollDetailFKnoPK()
public void setCollDetailFKnoPK(java.util.Vector collDetailFKnoPK)
collDetailFKnoPK
- The collDetailFKnoPK to setpublic java.lang.Integer getMasterId()
public void setMasterId(java.lang.Integer masterId)
masterId
- The masterId to setpublic java.lang.String getMasterText()
public void setMasterText(java.lang.String masterText)
masterText
- The masterText to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |