org.apache.ojb.odmg
Class DetailFKnoPK

java.lang.Object
  extended byorg.apache.ojb.odmg.DetailFKnoPK
All Implemented Interfaces:
java.io.Serializable

public class DetailFKnoPK
extends java.lang.Object
implements java.io.Serializable

the facade to all TestCases in this package.

Author:
Thomas Mahler
See Also:
Serialized Form

Field Summary
 java.lang.Integer detailId
           
 java.lang.String detailText
           
 Master master
           
 java.lang.Integer masterId
           
 
Constructor Summary
DetailFKnoPK()
           
DetailFKnoPK(java.lang.Integer dId, java.lang.Integer mId, java.lang.String text)
           
 
Method Summary
 java.lang.Integer getDetailId()
          Gets the detailId.
 java.lang.String getDetailText()
          Gets the detailText.
 Master getMaster()
          Gets the master.
 java.lang.Integer getMasterId()
          Gets the masterId.
 void setDetailId(java.lang.Integer detailId)
          Sets the detailId.
 void setDetailText(java.lang.String detailText)
          Sets the detailText.
 void setMaster(Master master)
          Sets the master.
 void setMasterId(java.lang.Integer masterId)
          Sets the masterId.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

masterId

public java.lang.Integer masterId

detailId

public java.lang.Integer detailId

detailText

public java.lang.String detailText

master

public Master master
Constructor Detail

DetailFKnoPK

public DetailFKnoPK(java.lang.Integer dId,
                    java.lang.Integer mId,
                    java.lang.String text)

DetailFKnoPK

public DetailFKnoPK()
Method Detail

toString

public java.lang.String toString()

getDetailId

public java.lang.Integer getDetailId()
Gets the detailId.

Returns:
Returns a Integer

setDetailId

public void setDetailId(java.lang.Integer detailId)
Sets the detailId.

Parameters:
detailId - The detailId to set

getDetailText

public java.lang.String getDetailText()
Gets the detailText.

Returns:
Returns a String

setDetailText

public void setDetailText(java.lang.String detailText)
Sets the detailText.

Parameters:
detailText - The detailText to set

getMaster

public Master getMaster()
Gets the master.

Returns:
Returns a Master

setMaster

public void setMaster(Master master)
Sets the master.

Parameters:
master - The master to set

getMasterId

public java.lang.Integer getMasterId()
Gets the masterId.

Returns:
Returns a Integer

setMasterId

public void setMasterId(java.lang.Integer masterId)
Sets the masterId.

Parameters:
masterId - The masterId to set


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14