|
||||||||||
| 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.Lockbox
public class Lockbox
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
Lockbox()
Default constructor. |
|
| Method Summary | |
|---|---|
int |
compareTo(Lockbox lockbox)
|
Bank |
getBank()
|
String |
getBankCode()
Gets the bankCode attribute. |
Integer |
getBatchSequenceNumber()
Gets the batchSequenceNumber attribute. |
Date |
getBillingDate()
Gets the billingDate attribute. |
String |
getCustomerNumber()
Gets the customerNumber attribute. |
PaymentMedium |
getCustomerPaymentMedium()
Gets the customerPaymentMedium attribute. |
String |
getCustomerPaymentMediumCode()
Gets the customerPaymentMediumCode attribute. |
String |
getFinancialDocumentReferenceInvoiceNumber()
Gets the financialDocumentReferenceInvoiceNumber attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getInvoicePaidOrAppliedAmount()
Gets the invoicePaidOrAppliedAmount attribute. |
Long |
getInvoiceSequenceNumber()
Gets the invoiceSequenceNumber attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getInvoiceTotalAmount()
Gets the invoiceTotalAmount attribute. |
String |
getLockboxNumber()
Gets the lockboxNumber attribute. |
Date |
getProcessedInvoiceDate()
Gets the processedInvoiceDate attribute. |
String |
getProxyInitiator()
This method... |
Date |
getScannedInvoiceDate()
Gets the scannedInvoiceDate attribute. |
void |
setBank(Bank bank)
|
void |
setBankCode(String bankCode)
Sets the bankCode attribute value. |
void |
setBatchSequenceNumber(Integer batchSequenceNumber)
Sets the batchSequenceNumber attribute. |
void |
setBillingDate(Date billingDate)
Sets the billingDate attribute. |
void |
setCustomerNumber(String customerNumber)
Sets the customerNumber attribute. |
void |
setCustomerPaymentMedium(PaymentMedium customerPaymentMedium)
Deprecated. |
void |
setCustomerPaymentMediumCode(String customerPaymentMediumCode)
Sets the customerPaymentMediumCode attribute. |
void |
setFinancialDocumentReferenceInvoiceNumber(String financialDocumentReferenceInvoiceNumber)
Sets the financialDocumentReferenceInvoiceNumber attribute. |
void |
setInvoicePaidOrAppliedAmount(org.kuali.rice.kns.util.KualiDecimal invoicePaidOrAppliedAmount)
Sets the invoicePaidOrAppliedAmount attribute. |
void |
setInvoiceSequenceNumber(Long invoiceSequenceNumber)
Sets the invoiceSequenceNumber attribute. |
void |
setInvoiceTotalAmount(org.kuali.rice.kns.util.KualiDecimal invoiceTotalAmount)
Sets the invoiceTotalAmount attribute. |
void |
setLockboxNumber(String lockboxNumber)
Sets the lockboxNumber attribute. |
void |
setProcessedInvoiceDate(Date processedInvoiceDate)
Sets the processedInvoiceDate attribute. |
void |
setProxyInitiator(String proxyInitiator)
This method... |
void |
setScannedInvoiceDate(Date scannedInvoiceDate)
Sets the scannedInvoiceDate attribute. |
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 Lockbox()
| Method Detail |
|---|
public Long getInvoiceSequenceNumber()
public void setInvoiceSequenceNumber(Long invoiceSequenceNumber)
invoiceSequenceNumber - The invoiceSequenceNumber to set.public String getLockboxNumber()
public void setLockboxNumber(String lockboxNumber)
lockboxNumber - The lockboxNumber to set.public String getCustomerNumber()
public void setCustomerNumber(String customerNumber)
customerNumber - The customerNumber to set.public String getFinancialDocumentReferenceInvoiceNumber()
public void setFinancialDocumentReferenceInvoiceNumber(String financialDocumentReferenceInvoiceNumber)
financialDocumentReferenceInvoiceNumber - The financialDocumentReferenceInvoiceNumber to set.public Date getBillingDate()
public void setBillingDate(Date billingDate)
billingDate - The billingDate to set.public org.kuali.rice.kns.util.KualiDecimal getInvoiceTotalAmount()
public void setInvoiceTotalAmount(org.kuali.rice.kns.util.KualiDecimal invoiceTotalAmount)
invoiceTotalAmount - The invoiceTotalAmount to set.public org.kuali.rice.kns.util.KualiDecimal getInvoicePaidOrAppliedAmount()
public void setInvoicePaidOrAppliedAmount(org.kuali.rice.kns.util.KualiDecimal invoicePaidOrAppliedAmount)
invoicePaidOrAppliedAmount - The invoicePaidOrAppliedAmount to set.public Date getScannedInvoiceDate()
public void setScannedInvoiceDate(Date scannedInvoiceDate)
scannedInvoiceDate - The scannedInvoiceDate to set.public String getCustomerPaymentMediumCode()
public void setCustomerPaymentMediumCode(String customerPaymentMediumCode)
customerPaymentMediumCode - The customerPaymentMediumCode to set.public Date getProcessedInvoiceDate()
public void setProcessedInvoiceDate(Date processedInvoiceDate)
processedInvoiceDate - The processedInvoiceDate to set.public Integer getBatchSequenceNumber()
public void setBatchSequenceNumber(Integer batchSequenceNumber)
batchSequenceNumber - The batchSequenceNumber to set.public PaymentMedium getCustomerPaymentMedium()
public void setCustomerPaymentMedium(PaymentMedium customerPaymentMedium)
customerPaymentMedium - The customerPaymentMedium to set.public int compareTo(Lockbox lockbox)
compareTo in interface Comparable<Lockbox>protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public String getProxyInitiator()
public void setProxyInitiator(String proxyInitiator)
proxyInitiator - public String getBankCode()
public void setBankCode(String bankCode)
bankCode - The bankCode to set.public Bank getBank()
public void setBank(Bank bank)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||