|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.KemidDonorStatement
public class KemidDonorStatement
This KemidDonorStatement class provides the Donor to receive annual statements on the KEMID.
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 |
---|
public KemidDonorStatement()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getCombineWithDonorId()
public void setCombineWithDonorId(String combineWithDonorId)
combineWithDonorId
- public String getDonorId()
public void setDonorId(String donorId)
donorId
- public org.kuali.rice.kns.util.KualiInteger getDonorSeq()
public void setDonorSeq(org.kuali.rice.kns.util.KualiInteger donorSeq)
donorSeq
- public String getDonorStatementCode()
public void setDonorStatementCode(String donorStatementCode)
donorStatementCode
- public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
effectiveDate
- public String getKemid()
public void setKemid(String kemid)
kemid
- public Date getTerminationDate()
public void setTerminationDate(Date terminationDate)
terminationDate
- public String getTerminationReason()
public void setTerminationReason(String terminationReason)
terminationReason
- public Donor getDonor()
public void setDonor(Donor donor)
donor
- public DonorStatementCode getDonorStatement()
public void setDonorStatement(DonorStatementCode donorStatement)
donorStatement
- public KEMID getKemidObjRef()
public void setKemidObjRef(KEMID kemidObjRef)
kemidObjRef
- public Donor getCombineWithDonor()
public void setCombineWithDonor(Donor combineWithDonor)
combineWithDonor
- public String getDonorLabel()
public void setDonorLabel(String donorLabel)
donorLabel
- public DonorLabel getDonorLabelObjRef()
public void setDonorLabelObjRef(DonorLabel donorLabelObjRef)
donorLabelObjRef
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |