|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.module.ar.report.util.CustomerInvoiceReportDataHolder
public class CustomerInvoiceReportDataHolder
To group and hold the data presented to working reports of extract process
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
CustomerInvoiceReportDataHolder()
Constructs a CustomerInvoiceReportDataHolder.java. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public CustomerInvoiceReportDataHolder()
| Method Detail |
|---|
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 ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||