| |
|
| java.lang.Object org.apache.ojb.odmg.shared.DetailFKinPK
DetailFKinPK | public class DetailFKinPK implements Serializable(Code) | | the facade to all TestCases in this package.
author: Thomas Mahler |
DetailFKinPK | public DetailFKinPK()(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 aMaster.
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 aMaster)(Code) | | Sets the aMaster.
Parameters: aMaster - The aMaster to set |
setMasterId | public void setMasterId(Integer masterId)(Code) | | Sets the masterId.
Parameters: masterId - The masterId to set |
|
|
|