org.apache.ojb.odmg
Class Master

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

public class Master
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.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

masterId

public java.lang.Integer masterId

masterText

public java.lang.String masterText

collDetailFKinPK

public java.util.Vector collDetailFKinPK

collDetailFKnoPK

public java.util.Vector collDetailFKnoPK
Constructor Detail

Master

public Master(java.lang.Integer id,
              java.lang.String text)

Master

public Master()
Method Detail

toString

public java.lang.String toString()

getCollDetailFKinPK

public java.util.Vector getCollDetailFKinPK()
Gets the collDetailFKinPK.

Returns:
Returns a java.util.Vector

setCollDetailFKinPK

public void setCollDetailFKinPK(java.util.Vector collDetailFKinPK)
Sets the collDetailFKinPK.

Parameters:
collDetailFKinPK - The collDetailFKinPK to set

getCollDetailFKnoPK

public java.util.Vector getCollDetailFKnoPK()
Gets the collDetailFKnoPK.

Returns:
Returns a java.util.Vector

setCollDetailFKnoPK

public void setCollDetailFKnoPK(java.util.Vector collDetailFKnoPK)
Sets the collDetailFKnoPK.

Parameters:
collDetailFKnoPK - The collDetailFKnoPK 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

getMasterText

public java.lang.String getMasterText()
Gets the masterText.

Returns:
Returns a String

setMasterText

public void setMasterText(java.lang.String masterText)
Sets the masterText.

Parameters:
masterText - The masterText 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