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

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by 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

Constructor Summary
CustomerInvoiceWriteoffLookupResult()
           
 
Method Summary
 Integer getAge()
           
 String getCollectionStatus()
           
 CustomerInvoiceDocument getCustomerInvoiceDocument(int index)
           
 List<String> getCustomerInvoiceDocumentAttributesForDisplay()
           
 List<CustomerInvoiceDocument> getCustomerInvoiceDocuments()
           
 String getCustomerInvoiceNumber()
           
 String getCustomerName()
           
 String getCustomerNote()
           
 String getCustomerNumber()
           
 org.kuali.rice.kns.util.KualiDecimal getCustomerTotal()
           
 String getCustomerTypeCode()
           
 void setAge(Integer age)
           
 void setCollectionStatus(String collectionStatus)
           
 void setCustomerInvoiceDocuments(List<CustomerInvoiceDocument> customerInvoiceDocuments)
           
 void setCustomerInvoiceNumber(String customerInvoiceNumber)
           
 void setCustomerName(String customerName)
           
 void setCustomerNote(String customerNote)
           
 void setCustomerNumber(String customerNumber)
           
 void setCustomerTotal(org.kuali.rice.kns.util.KualiDecimal customerTotal)
           
 void setCustomerType(String customerType)
           
 void setCustomerTypeCode(String customerTypeCode)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
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
 

Constructor Detail

CustomerInvoiceWriteoffLookupResult

public CustomerInvoiceWriteoffLookupResult()
Method Detail

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.