|
||||||||||
| 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.DepositCashReceiptControl
public class DepositCashReceiptControl
This class represents a deposit cash receipt control which contains cash receipt header used for validating receipts
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
DepositCashReceiptControl()
Default constructor. |
|
| Method Summary | |
|---|---|
CashReceiptDocument |
getCashReceiptDocument()
Gets the cashReceiptDocument attribute. |
Deposit |
getDeposit()
|
String |
getFinancialDocumentCashReceiptNumber()
|
Integer |
getFinancialDocumentDepositLineNumber()
|
String |
getFinancialDocumentDepositNumber()
|
Timestamp |
getFinancialSystemsCashReceiptProcessingTimestamp()
|
String |
getFinancialSystemsProcessingOperatorIdentifier()
|
void |
setCashReceiptDocument(CashReceiptDocument cashReceiptDocument)
Sets the cashReceiptDocument attribute value. |
void |
setDeposit(Deposit deposit)
Sets the deposit attribute value. |
void |
setFinancialDocumentCashReceiptNumber(String financialDocumentCashReceiptNumber)
Sets the financialDocumentCashReceiptNumber attribute value. |
void |
setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
Sets the financialDocumentDepositLineNumber attribute value. |
void |
setFinancialDocumentDepositNumber(String financialDocumentDepositNumber)
Sets the financialDocumentDepositNumber attribute value. |
void |
setFinancialSystemsCashReceiptProcessingTimestamp(Timestamp financialSystemsCashReceiptProcessingTimestamp)
Sets the financialSystemsCashReceiptProcessingTimestamp attribute value. |
void |
setFinancialSystemsProcessingOperatorIdentifier(String financialSystemsProcessingOperatorIdentifier)
Sets the financialSystemsProcessingOperatorIdentifier attribute value. |
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 DepositCashReceiptControl()
| Method Detail |
|---|
public CashReceiptDocument getCashReceiptDocument()
public void setCashReceiptDocument(CashReceiptDocument cashReceiptDocument)
cashReceiptDocument - The cashReceiptDocument to set.public Deposit getDeposit()
public void setDeposit(Deposit deposit)
deposit - The deposit to set.public String getFinancialDocumentCashReceiptNumber()
public void setFinancialDocumentCashReceiptNumber(String financialDocumentCashReceiptNumber)
financialDocumentCashReceiptNumber - The financialDocumentCashReceiptNumber to set.public String getFinancialDocumentDepositNumber()
public void setFinancialDocumentDepositNumber(String financialDocumentDepositNumber)
financialDocumentDepositNumber - The financialDocumentDepositNumber to set.public Integer getFinancialDocumentDepositLineNumber()
public void setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
financialDocumentDepositLineNumber - The financialDocumentDepositLineNumber to set.public Timestamp getFinancialSystemsCashReceiptProcessingTimestamp()
public void setFinancialSystemsCashReceiptProcessingTimestamp(Timestamp financialSystemsCashReceiptProcessingTimestamp)
financialSystemsCashReceiptProcessingTimestamp - The financialSystemsCashReceiptProcessingTimestamp to set.public String getFinancialSystemsProcessingOperatorIdentifier()
public void setFinancialSystemsProcessingOperatorIdentifier(String financialSystemsProcessingOperatorIdentifier)
financialSystemsProcessingOperatorIdentifier - The financialSystemsProcessingOperatorIdentifier to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||