public class DepositCashReceiptControl extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| DepositCashReceiptControl()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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_RICE20_REFACTORME() | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic DepositCashReceiptControl()
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_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.