org.kuali.kfs.module.endow.businessobject
Class KemidAgreement

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.KemidAgreement
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class KemidAgreement
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

This KemidAgreement class provides the documentation used to establish a KEMID.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KemidAgreement()
           
 
Method Summary
 org.kuali.rice.kns.util.KualiInteger getAgreementId()
          Gets the agreementId.
 AgreementStatus getAgreementStatus()
          Gets the agreementStatus.
 String getAgreementStatusCode()
          Gets the agreementStatusCode.
 Date getAgreementStatusDate()
          Gets the agreementStatusDate.
 AgreementType getAgreementType()
          Gets the agreementType.
 String getAgreementTypeCode()
          Gets the agreementTypeCode.
 String getComments()
          Gets the comments.
 String getDonorIntentFromAgreement()
          Gets the donorIntentFromAgreement.
 String getKemid()
          Gets the kemid.
 KEMID getKemidObjRef()
          Gets the kemidObjRef.
 String getOtherAgreementDocumentation()
          Gets the otherAgreementDocumentation.
 boolean isActive()
           
 boolean isUseTransactionRestrictionFromAgreement()
          Gets the useTransactionRestrictionFromAgreement.
 void setActive(boolean active)
           
 void setAgreementId(org.kuali.rice.kns.util.KualiInteger agreementId)
          Sets the agreementId.
 void setAgreementStatus(AgreementStatus agreementStatus)
          Sets the agreementStatus.
 void setAgreementStatusCode(String agreementStatusCode)
          Sets the agreementStatusCode.
 void setAgreementStatusDate(Date agreementStatusDate)
          Sets the agreementStatusDate.
 void setAgreementType(AgreementType agreementType)
          Sets the agreementType.
 void setAgreementTypeCode(String agreementTypeCode)
          Sets the agreementTypeCode.
 void setComments(String comments)
          Sets the comments.
 void setDonorIntentFromAgreement(String donorIntentFromAgreement)
          Sets the donorIntentFromAgreement.
 void setKemid(String kemid)
          Sets the kemid.
 void setKemidObjRef(KEMID kemidObjRef)
          Sets the kemidObjRef.
 void setOtherAgreementDocumentation(String otherAgreementDocumentation)
          Sets the otherAgreementDocumentation.
 void setUseTransactionRestrictionFromAgreement(boolean useTransactionRestrictionFromAgreement)
          Sets the useTransactionRestrictionFromAgreement.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

KemidAgreement

public KemidAgreement()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
See Also:
Inactivateable.isActive()

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
See Also:
Inactivateable.setActive(boolean)

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getAgreementId

public org.kuali.rice.kns.util.KualiInteger getAgreementId()
Gets the agreementId.

Returns:
agreementId

setAgreementId

public void setAgreementId(org.kuali.rice.kns.util.KualiInteger agreementId)
Sets the agreementId.

Parameters:
agreementId -

getAgreementTypeCode

public String getAgreementTypeCode()
Gets the agreementTypeCode.

Returns:
agreementTypeCode

setAgreementTypeCode

public void setAgreementTypeCode(String agreementTypeCode)
Sets the agreementTypeCode.

Parameters:
agreementTypeCode -

getAgreementStatusCode

public String getAgreementStatusCode()
Gets the agreementStatusCode.

Returns:
agreementStatusCode

setAgreementStatusCode

public void setAgreementStatusCode(String agreementStatusCode)
Sets the agreementStatusCode.

Parameters:
agreementStatusCode -

getAgreementStatusDate

public Date getAgreementStatusDate()
Gets the agreementStatusDate.

Returns:
agreementStatusDate

setAgreementStatusDate

public void setAgreementStatusDate(Date agreementStatusDate)
Sets the agreementStatusDate.

Parameters:
agreementStatusDate -

getOtherAgreementDocumentation

public String getOtherAgreementDocumentation()
Gets the otherAgreementDocumentation.

Returns:
otherAgreementDocumentation

setOtherAgreementDocumentation

public void setOtherAgreementDocumentation(String otherAgreementDocumentation)
Sets the otherAgreementDocumentation.

Parameters:
otherAgreementDocumentation -

getDonorIntentFromAgreement

public String getDonorIntentFromAgreement()
Gets the donorIntentFromAgreement.

Returns:
donorIntentFromAgreement

setDonorIntentFromAgreement

public void setDonorIntentFromAgreement(String donorIntentFromAgreement)
Sets the donorIntentFromAgreement.

Parameters:
donorIntentFromAgreement -

getComments

public String getComments()
Gets the comments.

Returns:
comments

setComments

public void setComments(String comments)
Sets the comments.

Parameters:
comments -

getKemidObjRef

public KEMID getKemidObjRef()
Gets the kemidObjRef.

Returns:
kemidObjRef

setKemidObjRef

public void setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef.

Parameters:
kemidObjRef -

getAgreementType

public AgreementType getAgreementType()
Gets the agreementType.

Returns:
agreementType

setAgreementType

public void setAgreementType(AgreementType agreementType)
Sets the agreementType.

Parameters:
agreementType -

getAgreementStatus

public AgreementStatus getAgreementStatus()
Gets the agreementStatus.

Returns:
agreementStatus

setAgreementStatus

public void setAgreementStatus(AgreementStatus agreementStatus)
Sets the agreementStatus.

Parameters:
agreementStatus -

isUseTransactionRestrictionFromAgreement

public boolean isUseTransactionRestrictionFromAgreement()
Gets the useTransactionRestrictionFromAgreement.

Returns:
useTransactionRestrictionFromAgreement

setUseTransactionRestrictionFromAgreement

public void setUseTransactionRestrictionFromAgreement(boolean useTransactionRestrictionFromAgreement)
Sets the useTransactionRestrictionFromAgreement.

Parameters:
useTransactionRestrictionFromAgreement -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.