|
||||||||||
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.fp.businessobject.RevolvingFundDetail
public class RevolvingFundDetail
This class is used to represent a revolving fund detail business object.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
RevolvingFundDetail()
Default constructor. |
Method Summary | |
---|---|
Bank |
getBank()
Gets the bank attribute. |
String |
getDocumentNumber()
Gets the documentNumber attribute. |
String |
getFinancialDocumentBankCode()
Gets the financialDocumentBankCode attribute. |
String |
getFinancialDocumentColumnTypeCode()
Gets the financialDocumentColumnTypeCode attribute. |
Integer |
getFinancialDocumentLineNumber()
Gets the financialDocumentLineNumber attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getFinancialDocumentRevolvingFundAmount()
Gets the financialDocumentRevolvingFundAmount attribute. |
Date |
getFinancialDocumentRevolvingFundDate()
Gets the financialDocumentRevolvingFundDate attribute. |
String |
getFinancialDocumentRevolvingFundDescription()
Gets the financialDocumentRevolvingFundDescription attribute. |
String |
getFinancialDocumentRevolvingFundReferenceNumber()
Gets the financialDocumentRevolvingFundReferenceNumber attribute. |
String |
getFinancialDocumentTypeCode()
Gets the financialDocumentTypeCode attribute. |
void |
setBank(Bank bank)
Sets the bank attribute value. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute. |
void |
setFinancialDocumentBankCode(String financialDocumentBankCode)
Sets the financialDocumentBankCode attribute. |
void |
setFinancialDocumentColumnTypeCode(String financialDocumentColumnTypeCode)
Sets the financialDocumentColumnTypeCode attribute. |
void |
setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
Sets the financialDocumentLineNumber attribute. |
void |
setFinancialDocumentRevolvingFundAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentRevolvingFundAmount)
Sets the financialDocumentRevolvingFundAmount attribute. |
void |
setFinancialDocumentRevolvingFundDate(Date financialDocumentRevolvingFundDate)
Sets the financialDocumentRevolvingFundDate attribute. |
void |
setFinancialDocumentRevolvingFundDescription(String financialDocumentRevolvingFundDescription)
Sets the financialDocumentRevolvingFundDescription attribute. |
void |
setFinancialDocumentRevolvingFundReferenceNumber(String financialDocumentRevolvingFundReferenceNumber)
Sets the financialDocumentRevolvingFundReferenceNumber attribute. |
void |
setFinancialDocumentTypeCode(String financialDocumentTypeCode)
Sets the financialDocumentTypeCode attribute. |
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 RevolvingFundDetail()
Method Detail |
---|
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public String getFinancialDocumentTypeCode()
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
financialDocumentTypeCode
- The financialDocumentTypeCode to set.public String getFinancialDocumentColumnTypeCode()
public void setFinancialDocumentColumnTypeCode(String financialDocumentColumnTypeCode)
financialDocumentColumnTypeCode
- The financialDocumentColumnTypeCode to set.public Integer getFinancialDocumentLineNumber()
public void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
financialDocumentLineNumber
- The financialDocumentLineNumber to set.public Date getFinancialDocumentRevolvingFundDate()
public void setFinancialDocumentRevolvingFundDate(Date financialDocumentRevolvingFundDate)
financialDocumentRevolvingFundDate
- The financialDocumentRevolvingFundDate to set.public String getFinancialDocumentRevolvingFundReferenceNumber()
public void setFinancialDocumentRevolvingFundReferenceNumber(String financialDocumentRevolvingFundReferenceNumber)
financialDocumentRevolvingFundReferenceNumber
- The financialDocumentRevolvingFundReferenceNumber to set.public String getFinancialDocumentRevolvingFundDescription()
public void setFinancialDocumentRevolvingFundDescription(String financialDocumentRevolvingFundDescription)
financialDocumentRevolvingFundDescription
- The financialDocumentRevolvingFundDescription to set.public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentRevolvingFundAmount()
public void setFinancialDocumentRevolvingFundAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentRevolvingFundAmount)
financialDocumentRevolvingFundAmount
- The financialDocumentRevolvingFundAmount to set.public String getFinancialDocumentBankCode()
public void setFinancialDocumentBankCode(String financialDocumentBankCode)
financialDocumentBankCode
- The financialDocumentBankCode to set.public Bank getBank()
public void setBank(Bank bank)
bank
- The bank to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |