org.apache.ojb.broker
Class Contract

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

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

See Also:
Serialized Form

Constructor Summary
Contract()
           
 
Method Summary
 java.lang.String getContractValue1()
           
 int getContractValue2()
           
 java.lang.String getContractValue3()
           
 java.util.Date getContractValue4()
           
 java.lang.String getFkToRelated()
           
 java.lang.String getPk()
           
 RelatedToContract getRelatedToContract()
           
 void setContractValue1(java.lang.String contractValue1)
           
 void setContractValue2(int contractValue2)
           
 void setContractValue3(java.lang.String contractValue3)
           
 void setContractValue4(java.util.Date contractValue4)
           
 void setFkToRelated(java.lang.String fkToRelated)
           
 void setPk(java.lang.String pk)
           
 void setRelatedToContract(RelatedToContract relatedToContract)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contract

public Contract()
Method Detail

getFkToRelated

public java.lang.String getFkToRelated()

setFkToRelated

public void setFkToRelated(java.lang.String fkToRelated)

getRelatedToContract

public RelatedToContract getRelatedToContract()

setRelatedToContract

public void setRelatedToContract(RelatedToContract relatedToContract)

getPk

public java.lang.String getPk()

setPk

public void setPk(java.lang.String pk)

getContractValue1

public java.lang.String getContractValue1()

setContractValue1

public void setContractValue1(java.lang.String contractValue1)

getContractValue2

public int getContractValue2()

setContractValue2

public void setContractValue2(int contractValue2)

getContractValue3

public java.lang.String getContractValue3()

setContractValue3

public void setContractValue3(java.lang.String contractValue3)

getContractValue4

public java.util.Date getContractValue4()

setContractValue4

public void setContractValue4(java.util.Date contractValue4)


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