public class CustomerInvoiceReportDataHolder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY_OF_CUSTOMER_ENTRY |
static String |
KEY_OF_DETAILS_ENTRY |
static String |
KEY_OF_INVOICE_ENTRY |
static String |
KEY_OF_SYSINFO_ENTRY |
Constructor and Description |
---|
CustomerInvoiceReportDataHolder()
Constructs a CustomerInvoiceReportDataHolder.java.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getCustomer()
Gets the customer attribute.
|
List<CustomerInvoiceDetail> |
getDetails()
Gets the details attribute.
|
Map<String,String> |
getInvoice()
Gets the invoice attribute.
|
Map<String,Object> |
getReportData()
Gets the reportData attribute.
|
Map<String,String> |
getSysinfo()
Gets the sysinfo attribute.
|
void |
setCustomer(Map<String,String> customer)
Sets the customer attribute value.
|
void |
setDetails(List<CustomerInvoiceDetail> details)
Sets the details attribute value.
|
void |
setInvoice(Map<String,String> invoice)
Sets the invoice attribute value.
|
void |
setReportData(Map<String,Object> reportData)
Sets the reportData attribute value.
|
void |
setSysinfo(Map<String,String> sysinfo)
Sets the sysinfo attribute value.
|
String |
toString() |
public static final String KEY_OF_INVOICE_ENTRY
public static final String KEY_OF_CUSTOMER_ENTRY
public static final String KEY_OF_SYSINFO_ENTRY
public static final String KEY_OF_DETAILS_ENTRY
public CustomerInvoiceReportDataHolder()
public Map<String,String> getInvoice()
public void setInvoice(Map<String,String> invoice)
invoice
- The invoice to set.public Map<String,String> getCustomer()
public void setCustomer(Map<String,String> customer)
customer
- The customer to set.public Map<String,String> getSysinfo()
public void setSysinfo(Map<String,String> sysinfo)
sysinfo
- The sysinfo to set.public List<CustomerInvoiceDetail> getDetails()
public void setDetails(List<CustomerInvoiceDetail> details)
details
- The details to set.public Map<String,Object> getReportData()
public void setReportData(Map<String,Object> reportData)
reportData
- The reportData to set.public String toString()
toString
in class Object
Object.toString()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.