org.kuali.kfs.module.ar.businessobject
Class CashControlDetail

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

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

Author:
Kuali Nervous System Team (kualidev@oncourse.iu.edu)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
CashControlDetail()
          Default constructor.
 
Method Summary
 CashControlDocument getCashControlDocument()
           
 Customer getCustomer()
          Gets the customer attribute.
 String getCustomerNumber()
          Gets the customerNumber attribute.
 Date getCustomerPaymentDate()
          Gets the customerPaymentDate attribute.
 String getCustomerPaymentDescription()
          Gets the customerPaymentDescription attribute.
 String getCustomerPaymentMediumIdentifier()
          Gets the customerPaymentMediumIdentifier attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentLineAmount()
          Gets the financialDocumentLineAmount attribute.
 PaymentApplicationDocument getReferenceFinancialDocument()
          Gets the referenceFinancialDocument attribute.
 String getReferenceFinancialDocumentNumber()
          Gets the referenceFinancialDocumentNumber attribute.
 String getStatus()
          This method gets cash control detail status
 void setCashControlDocument(CashControlDocument cashControlDocument)
           
 void setCustomer(Customer customer)
          Deprecated.  
 void setCustomerNumber(String customerNumber)
          Sets the customerNumber attribute.
 void setCustomerPaymentDate(Date customerPaymentDate)
          Sets the customerPaymentDate attribute.
 void setCustomerPaymentDescription(String customerPaymentDescription)
          Sets the customerPaymentDescription attribute.
 void setCustomerPaymentMediumIdentifier(String customerPaymentMediumIdentifier)
          Sets the customerPaymentMediumIdentifier attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setFinancialDocumentLineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentLineAmount)
          Sets the financialDocumentLineAmount attribute.
 void setReferenceFinancialDocument(PaymentApplicationDocument referenceFinancialDocument)
          Sets the referenceFinancialDocument attribute.
 void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
          Sets the referenceFinancialDocumentNumber attribute.
 void setStatus(String status)
          This method sets cash control detail status
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

CashControlDetail

public CashControlDetail()
Default constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getReferenceFinancialDocumentNumber

public String getReferenceFinancialDocumentNumber()
Gets the referenceFinancialDocumentNumber attribute.

Returns:
Returns the referenceFinancialDocumentNumber

setReferenceFinancialDocumentNumber

public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
Sets the referenceFinancialDocumentNumber attribute.

Parameters:
referenceFinancialDocumentNumber - The referenceFinancialDocumentNumber to set.

getCustomerPaymentMediumIdentifier

public String getCustomerPaymentMediumIdentifier()
Gets the customerPaymentMediumIdentifier attribute.

Returns:
Returns the customerPaymentMediumIdentifier

setCustomerPaymentMediumIdentifier

public void setCustomerPaymentMediumIdentifier(String customerPaymentMediumIdentifier)
Sets the customerPaymentMediumIdentifier attribute.

Parameters:
customerPaymentMediumIdentifier - The customerPaymentMediumIdentifier to set.

getFinancialDocumentLineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentLineAmount()
Gets the financialDocumentLineAmount attribute.

Returns:
Returns the financialDocumentLineAmount

setFinancialDocumentLineAmount

public void setFinancialDocumentLineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentLineAmount)
Sets the financialDocumentLineAmount attribute.

Parameters:
financialDocumentLineAmount - The financialDocumentLineAmount to set.

getCustomerPaymentDescription

public String getCustomerPaymentDescription()
Gets the customerPaymentDescription attribute.

Returns:
Returns the customerPaymentDescription

setCustomerPaymentDescription

public void setCustomerPaymentDescription(String customerPaymentDescription)
Sets the customerPaymentDescription attribute.

Parameters:
customerPaymentDescription - The customerPaymentDescription to set.

getCustomerNumber

public String getCustomerNumber()
Gets the customerNumber attribute.

Returns:
Returns the customerNumber

setCustomerNumber

public void setCustomerNumber(String customerNumber)
Sets the customerNumber attribute.

Parameters:
customerNumber - The customerNumber to set.

getCustomerPaymentDate

public Date getCustomerPaymentDate()
Gets the customerPaymentDate attribute.

Returns:
Returns the customerPaymentDate

setCustomerPaymentDate

public void setCustomerPaymentDate(Date customerPaymentDate)
Sets the customerPaymentDate attribute.

Parameters:
customerPaymentDate - The customerPaymentDate to set.

getReferenceFinancialDocument

public PaymentApplicationDocument getReferenceFinancialDocument()
Gets the referenceFinancialDocument attribute.

Returns:
Returns the referenceFinancialDocument

setReferenceFinancialDocument

public void setReferenceFinancialDocument(PaymentApplicationDocument referenceFinancialDocument)
Sets the referenceFinancialDocument attribute.

Parameters:
referenceFinancialDocument - The referenceFinancialDocument to set.

getCustomer

public Customer getCustomer()
Gets the customer attribute.

Returns:
Returns the customer

setCustomer

public void setCustomer(Customer customer)
Deprecated. 

Sets the customer attribute.

Parameters:
customer - The customer to set.

toStringMapper

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

getCashControlDocument

public CashControlDocument getCashControlDocument()

setCashControlDocument

public void setCashControlDocument(CashControlDocument cashControlDocument)

getStatus

public String getStatus()
This method gets cash control detail status

Returns:
cash control detail status

setStatus

public void setStatus(String status)
This method sets cash control detail status

Parameters:
status -


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