org.apache.ojb.broker
Class BidirectionalAssociationObjectA

java.lang.Object
  extended byorg.apache.ojb.broker.BidirectionalAssociationObjectA
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
BidirectionalAssociationObjectA()
           
 
Method Summary
 java.lang.String getFkToB()
           
 java.lang.String getPk()
           
 BidirectionalAssociationObjectB getRelatedB()
           
 void setFkToB(java.lang.String fkToB)
           
 void setPk(java.lang.String pk)
           
 void setRelatedB(BidirectionalAssociationObjectB relatedB)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BidirectionalAssociationObjectA

public BidirectionalAssociationObjectA()
Method Detail

getPk

public java.lang.String getPk()

setPk

public void setPk(java.lang.String pk)

getFkToB

public java.lang.String getFkToB()

setFkToB

public void setFkToB(java.lang.String fkToB)

getRelatedB

public BidirectionalAssociationObjectB getRelatedB()

setRelatedB

public void setRelatedB(BidirectionalAssociationObjectB relatedB)


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