|
||||||||||
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.CustomerStatementReportDataHolder
public class CustomerStatementReportDataHolder
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 | |
---|---|
CustomerStatementReportDataHolder()
Constructs a ExtractProcessReportDataHolder.java. |
Method Summary | |
---|---|
Map<String,String> |
getCustomer()
Gets the customer attribute. |
List<CustomerStatementDetailReportDataHolder> |
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<CustomerStatementDetailReportDataHolder> 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 CustomerStatementReportDataHolder()
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 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()
public List<CustomerStatementDetailReportDataHolder> getDetails()
public void setDetails(List<CustomerStatementDetailReportDataHolder> details)
details
- The details to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |