org.kuali.kfs.module.ar.report.util
Class CustomerStatementReportDataHolder

java.lang.Object
  extended by org.kuali.kfs.module.ar.report.util.CustomerStatementReportDataHolder

public class CustomerStatementReportDataHolder
extends Object

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

KEY_OF_INVOICE_ENTRY

public static final String KEY_OF_INVOICE_ENTRY
See Also:
Constant Field Values

KEY_OF_CUSTOMER_ENTRY

public static final String KEY_OF_CUSTOMER_ENTRY
See Also:
Constant Field Values

KEY_OF_SYSINFO_ENTRY

public static final String KEY_OF_SYSINFO_ENTRY
See Also:
Constant Field Values

KEY_OF_DETAILS_ENTRY

public static final String KEY_OF_DETAILS_ENTRY
See Also:
Constant Field Values
Constructor Detail

CustomerStatementReportDataHolder

public CustomerStatementReportDataHolder()
Constructs a ExtractProcessReportDataHolder.java.

Method Detail

getInvoice

public Map<String,String> getInvoice()
Gets the invoice attribute.

Returns:
Returns the invoice.

setInvoice

public void setInvoice(Map<String,String> invoice)
Sets the invoice attribute value.

Parameters:
invoice - The invoice to set.

getCustomer

public Map<String,String> getCustomer()
Gets the customer attribute.

Returns:
Returns the customer.

setCustomer

public void setCustomer(Map<String,String> customer)
Sets the customer attribute value.

Parameters:
customer - The customer to set.

getSysinfo

public Map<String,String> getSysinfo()
Gets the sysinfo attribute.

Returns:
Returns the sysinfo.

setSysinfo

public void setSysinfo(Map<String,String> sysinfo)
Sets the sysinfo attribute value.

Parameters:
sysinfo - The sysinfo to set.

getReportData

public Map<String,Object> getReportData()
Gets the reportData attribute.

Returns:
Returns the reportData.

setReportData

public void setReportData(Map<String,Object> reportData)
Sets the reportData attribute value.

Parameters:
reportData - The reportData to set.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getDetails

public List<CustomerStatementDetailReportDataHolder> getDetails()
Gets the details attribute.

Returns:
Returns the details.

setDetails

public void setDetails(List<CustomerStatementDetailReportDataHolder> details)
Sets the details attribute value.

Parameters:
details - The details to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.