org.kuali.kfs.fp.businessobject
Class DepositCashReceiptControl

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.DepositCashReceiptControl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

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

This class represents a deposit cash receipt control which contains cash receipt header used for validating receipts

See Also:
Serialized Form

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

DepositCashReceiptControl

public DepositCashReceiptControl()
Default constructor.

Method Detail

getCashReceiptDocument

public CashReceiptDocument getCashReceiptDocument()
Gets the cashReceiptDocument attribute.

Returns:
Returns the cashReceiptDocument.

setCashReceiptDocument

public void setCashReceiptDocument(CashReceiptDocument cashReceiptDocument)
Sets the cashReceiptDocument attribute value.

Parameters:
cashReceiptDocument - The cashReceiptDocument to set.

getDeposit

public Deposit getDeposit()
Returns:
current value of deposit.

setDeposit

public void setDeposit(Deposit deposit)
Sets the deposit attribute value.

Parameters:
deposit - The deposit to set.

getFinancialDocumentCashReceiptNumber

public String getFinancialDocumentCashReceiptNumber()
Returns:
current value of financialDocumentCashReceiptNumber.

setFinancialDocumentCashReceiptNumber

public void setFinancialDocumentCashReceiptNumber(String financialDocumentCashReceiptNumber)
Sets the financialDocumentCashReceiptNumber attribute value.

Parameters:
financialDocumentCashReceiptNumber - The financialDocumentCashReceiptNumber to set.

getFinancialDocumentDepositNumber

public String getFinancialDocumentDepositNumber()
Returns:
current value of financialDocumentDepositNumber.

setFinancialDocumentDepositNumber

public void setFinancialDocumentDepositNumber(String financialDocumentDepositNumber)
Sets the financialDocumentDepositNumber attribute value.

Parameters:
financialDocumentDepositNumber - The financialDocumentDepositNumber to set.

getFinancialDocumentDepositLineNumber

public Integer getFinancialDocumentDepositLineNumber()
Returns:
current value of financialDocumentDepositLineNumber.

setFinancialDocumentDepositLineNumber

public void setFinancialDocumentDepositLineNumber(Integer financialDocumentDepositLineNumber)
Sets the financialDocumentDepositLineNumber attribute value.

Parameters:
financialDocumentDepositLineNumber - The financialDocumentDepositLineNumber to set.

getFinancialSystemsCashReceiptProcessingTimestamp

public Timestamp getFinancialSystemsCashReceiptProcessingTimestamp()
Returns:
current value of financialSystemsCashReceiptProcessingTimestamp.

setFinancialSystemsCashReceiptProcessingTimestamp

public void setFinancialSystemsCashReceiptProcessingTimestamp(Timestamp financialSystemsCashReceiptProcessingTimestamp)
Sets the financialSystemsCashReceiptProcessingTimestamp attribute value.

Parameters:
financialSystemsCashReceiptProcessingTimestamp - The financialSystemsCashReceiptProcessingTimestamp to set.

getFinancialSystemsProcessingOperatorIdentifier

public String getFinancialSystemsProcessingOperatorIdentifier()
Returns:
current value of financialSystemsProcessingOperatorIdentifier.

setFinancialSystemsProcessingOperatorIdentifier

public void setFinancialSystemsProcessingOperatorIdentifier(String financialSystemsProcessingOperatorIdentifier)
Sets the financialSystemsProcessingOperatorIdentifier attribute value.

Parameters:
financialSystemsProcessingOperatorIdentifier - The financialSystemsProcessingOperatorIdentifier to set.

toStringMapper

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


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