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

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.KemidDonorStatement
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class KemidDonorStatement
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This KemidDonorStatement class provides the Donor to receive annual statements on the KEMID.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KemidDonorStatement()
           
 
Method Summary
 Donor getCombineWithDonor()
          Gets the combineWithDonor.
 String getCombineWithDonorId()
          Gets the combineWithDonorId.
 Donor getDonor()
          Gets the donor.
 String getDonorId()
          Gets the donorId.
 String getDonorLabel()
          Gets the donorLabel.
 DonorLabel getDonorLabelObjRef()
          Gets the donorLabelObjRef.
 org.kuali.rice.kns.util.KualiInteger getDonorSeq()
          Gets the donorSeq.
 DonorStatementCode getDonorStatement()
          Gets the donorStatement.
 String getDonorStatementCode()
          Gets the donorStatementCode.
 Date getEffectiveDate()
          Gets the effectiveDate.
 String getKemid()
          Gets the kemid.
 KEMID getKemidObjRef()
          Gets the kemidObjRef.
 Date getTerminationDate()
          Gets the terminationDate.
 String getTerminationReason()
          Gets the terminationReason.
 void setCombineWithDonor(Donor combineWithDonor)
          Sets the combineWithDonor.
 void setCombineWithDonorId(String combineWithDonorId)
          Sets the combineWithDonorId.
 void setDonor(Donor donor)
          Sets the donor.
 void setDonorId(String donorId)
          Sets the donorId.
 void setDonorLabel(String donorLabel)
          Sets the donorLabel.
 void setDonorLabelObjRef(DonorLabel donorLabelObjRef)
          Sets the donorLabelObjRef.
 void setDonorSeq(org.kuali.rice.kns.util.KualiInteger donorSeq)
          Sets the donorSeq.
 void setDonorStatement(DonorStatementCode donorStatement)
          Sets the donorStatement.
 void setDonorStatementCode(String donorStatementCode)
          Sets the donorStatementCode.
 void setEffectiveDate(Date effectiveDate)
          Sets the effectiveDate.
 void setKemid(String kemid)
          Sets the kemid.
 void setKemidObjRef(KEMID kemidObjRef)
          Sets the kemidObjRef.
 void setTerminationDate(Date terminationDate)
          Sets the terminationDate.
 void setTerminationReason(String terminationReason)
          Sets the terminationReason.
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

KemidDonorStatement

public KemidDonorStatement()
Method Detail

toStringMapper

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

getCombineWithDonorId

public String getCombineWithDonorId()
Gets the combineWithDonorId.

Returns:
combineWithDonorId

setCombineWithDonorId

public void setCombineWithDonorId(String combineWithDonorId)
Sets the combineWithDonorId.

Parameters:
combineWithDonorId -

getDonorId

public String getDonorId()
Gets the donorId.

Returns:
donorId

setDonorId

public void setDonorId(String donorId)
Sets the donorId.

Parameters:
donorId -

getDonorSeq

public org.kuali.rice.kns.util.KualiInteger getDonorSeq()
Gets the donorSeq.

Returns:
donorSeq

setDonorSeq

public void setDonorSeq(org.kuali.rice.kns.util.KualiInteger donorSeq)
Sets the donorSeq.

Parameters:
donorSeq -

getDonorStatementCode

public String getDonorStatementCode()
Gets the donorStatementCode.

Returns:
donorStatementCode

setDonorStatementCode

public void setDonorStatementCode(String donorStatementCode)
Sets the donorStatementCode.

Parameters:
donorStatementCode -

getEffectiveDate

public Date getEffectiveDate()
Gets the effectiveDate.

Returns:
effectiveDate

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)
Sets the effectiveDate.

Parameters:
effectiveDate -

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getTerminationDate

public Date getTerminationDate()
Gets the terminationDate.

Returns:
terminationDate

setTerminationDate

public void setTerminationDate(Date terminationDate)
Sets the terminationDate.

Parameters:
terminationDate -

getTerminationReason

public String getTerminationReason()
Gets the terminationReason.

Returns:
terminationReason

setTerminationReason

public void setTerminationReason(String terminationReason)
Sets the terminationReason.

Parameters:
terminationReason -

getDonor

public Donor getDonor()
Gets the donor.

Returns:
donor

setDonor

public void setDonor(Donor donor)
Sets the donor.

Parameters:
donor -

getDonorStatement

public DonorStatementCode getDonorStatement()
Gets the donorStatement.

Returns:
donorStatement

setDonorStatement

public void setDonorStatement(DonorStatementCode donorStatement)
Sets the donorStatement.

Parameters:
donorStatement -

getKemidObjRef

public KEMID getKemidObjRef()
Gets the kemidObjRef.

Returns:
kemidObjRef

setKemidObjRef

public void setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef.

Parameters:
kemidObjRef -

getCombineWithDonor

public Donor getCombineWithDonor()
Gets the combineWithDonor.

Returns:
combineWithDonor

setCombineWithDonor

public void setCombineWithDonor(Donor combineWithDonor)
Sets the combineWithDonor.

Parameters:
combineWithDonor -

getDonorLabel

public String getDonorLabel()
Gets the donorLabel.

Returns:
donorLabel

setDonorLabel

public void setDonorLabel(String donorLabel)
Sets the donorLabel.

Parameters:
donorLabel -

getDonorLabelObjRef

public DonorLabel getDonorLabelObjRef()
Gets the donorLabelObjRef.

Returns:
donorLabelObjRef

setDonorLabelObjRef

public void setDonorLabelObjRef(DonorLabel donorLabelObjRef)
Sets the donorLabelObjRef.

Parameters:
donorLabelObjRef -


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