|
||||||||||
| 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.module.ar.businessobject.CashControlDetail
public class CashControlDetail
| 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 |
|---|
public CashControlDetail()
| Method Detail |
|---|
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - The documentNumber to set.public String getReferenceFinancialDocumentNumber()
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
referenceFinancialDocumentNumber - The referenceFinancialDocumentNumber to set.public String getCustomerPaymentMediumIdentifier()
public void setCustomerPaymentMediumIdentifier(String customerPaymentMediumIdentifier)
customerPaymentMediumIdentifier - The customerPaymentMediumIdentifier to set.public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentLineAmount()
public void setFinancialDocumentLineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentLineAmount)
financialDocumentLineAmount - The financialDocumentLineAmount to set.public String getCustomerPaymentDescription()
public void setCustomerPaymentDescription(String customerPaymentDescription)
customerPaymentDescription - The customerPaymentDescription to set.public String getCustomerNumber()
public void setCustomerNumber(String customerNumber)
customerNumber - The customerNumber to set.public Date getCustomerPaymentDate()
public void setCustomerPaymentDate(Date customerPaymentDate)
customerPaymentDate - The customerPaymentDate to set.public PaymentApplicationDocument getReferenceFinancialDocument()
public void setReferenceFinancialDocument(PaymentApplicationDocument referenceFinancialDocument)
referenceFinancialDocument - The referenceFinancialDocument to set.public Customer getCustomer()
public void setCustomer(Customer customer)
customer - The customer to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public CashControlDocument getCashControlDocument()
public void setCashControlDocument(CashControlDocument cashControlDocument)
public String getStatus()
public void setStatus(String status)
status -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||