public class CustomerStatementResultHolder extends Object
Constructor and Description |
---|
CustomerStatementResultHolder() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getCurrentBilledAmount() |
String |
getCustomerNumber() |
File |
getFile() |
List<String> |
getInvoiceNumbers() |
void |
setCurrentBilledAmount(org.kuali.rice.core.api.util.type.KualiDecimal currentBilledAmount) |
void |
setCustomerNumber(String customerNumber) |
void |
setFile(File file) |
void |
setInvoiceNumbers(List<String> invoiceNumbers) |
public CustomerStatementResultHolder()
public org.kuali.rice.core.api.util.type.KualiDecimal getCurrentBilledAmount()
public void setCurrentBilledAmount(org.kuali.rice.core.api.util.type.KualiDecimal currentBilledAmount)
currentBilledAmount
- the currentBilledAmount to setpublic List<String> getInvoiceNumbers()
public void setInvoiceNumbers(List<String> invoiceNumbers)
invoiceNumbers
- the invoiceNumbers to setpublic String getCustomerNumber()
public void setCustomerNumber(String customerNumber)
customerNumber
- the customerNumber to setCopyright © 2004–2015 The Kuali Foundation. All rights reserved.