org.kuali.kfs.module.ar.businessobject
Class CustomerInvoiceWriteoffLookupResult
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.module.ar.businessobject.CustomerInvoiceWriteoffLookupResult
- All Implemented Interfaces:
- Serializable, org.kuali.rice.kns.bo.BusinessObject
public class CustomerInvoiceWriteoffLookupResult
- extends org.kuali.rice.kns.bo.TransientBusinessObjectBase
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
CustomerInvoiceWriteoffLookupResult
public CustomerInvoiceWriteoffLookupResult()
getCollectionStatus
public String getCollectionStatus()
setCollectionStatus
public void setCollectionStatus(String collectionStatus)
getCustomerTotal
public org.kuali.rice.kns.util.KualiDecimal getCustomerTotal()
setCustomerTotal
public void setCustomerTotal(org.kuali.rice.kns.util.KualiDecimal customerTotal)
getCustomerInvoiceDocuments
public List<CustomerInvoiceDocument> getCustomerInvoiceDocuments()
setCustomerInvoiceDocuments
public void setCustomerInvoiceDocuments(List<CustomerInvoiceDocument> customerInvoiceDocuments)
setCustomerTypeCode
public void setCustomerTypeCode(String customerTypeCode)
getCustomerName
public String getCustomerName()
setCustomerName
public void setCustomerName(String customerName)
getCustomerNumber
public String getCustomerNumber()
setCustomerNumber
public void setCustomerNumber(String customerNumber)
getCustomerTypeCode
public String getCustomerTypeCode()
setCustomerType
public void setCustomerType(String customerType)
getCustomerInvoiceNumber
public String getCustomerInvoiceNumber()
setCustomerInvoiceNumber
public void setCustomerInvoiceNumber(String customerInvoiceNumber)
getAge
public Integer getAge()
setAge
public void setAge(Integer age)
getCustomerNote
public String getCustomerNote()
setCustomerNote
public void setCustomerNote(String customerNote)
getCustomerInvoiceDocumentAttributesForDisplay
public List<String> getCustomerInvoiceDocumentAttributesForDisplay()
toStringMapper
protected LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
getCustomerInvoiceDocument
public CustomerInvoiceDocument getCustomerInvoiceDocument(int index)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.