| |
|
| java.lang.Object org.apache.ojb.odmg.shared.DetailFKnoPK
DetailFKnoPK | public class DetailFKnoPK implements Serializable(Code) | | the facade to all TestCases in this package.
author: Thomas Mahler |
DetailFKnoPK | public DetailFKnoPK()(Code) | | |
getDetailId | public Integer getDetailId()(Code) | | Gets the detailId.
Returns a Integer |
getDetailText | public String getDetailText()(Code) | | Gets the detailText.
Returns a String |
getMaster | public Master getMaster()(Code) | | Gets the master.
Returns a Master |
getMasterId | public Integer getMasterId()(Code) | | Gets the masterId.
Returns a Integer |
setDetailId | public void setDetailId(Integer detailId)(Code) | | Sets the detailId.
Parameters: detailId - The detailId to set |
setDetailText | public void setDetailText(String detailText)(Code) | | Sets the detailText.
Parameters: detailText - The detailText to set |
setMaster | public void setMaster(Master master)(Code) | | Sets the master.
Parameters: master - The master to set |
setMasterId | public void setMasterId(Integer masterId)(Code) | | Sets the masterId.
Parameters: masterId - The masterId to set |
|
|
|