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

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

public class CustomerCreditMemoReportDataHolder
extends Object

To group and hold the data presented to working reports of extract process


Field Summary
static String KEY_OF_CREDITMEMO_ENTRY
           
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
CustomerCreditMemoReportDataHolder()
          Constructs a ExtractProcessReportDataHolder.java.
 
Method Summary
 Map<String,String> getCreditmemo()
          Gets the creditmemo attribute.
 Map<String,String> getCustomer()
          Gets the customer attribute.
 List<CustomerCreditMemoDetailReportDataHolder> 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 setCreditmemo(Map<String,String> creditmemo)
          Sets the creditmemo attribute value.
 void setCustomer(Map<String,String> customer)
          Sets the customer attribute value.
 void setDetails(List<CustomerCreditMemoDetailReportDataHolder> 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_CREDITMEMO_ENTRY

public static final String KEY_OF_CREDITMEMO_ENTRY
See Also:
Constant Field Values

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

CustomerCreditMemoReportDataHolder

public CustomerCreditMemoReportDataHolder()
Constructs a ExtractProcessReportDataHolder.java.

Method Detail

getCreditmemo

public Map<String,String> getCreditmemo()
Gets the creditmemo attribute.

Returns:
Returns the creditmemo.

setCreditmemo

public void setCreditmemo(Map<String,String> creditmemo)
Sets the creditmemo attribute value.

Parameters:
creditmemo - The creditmemo to set.

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.

getDetails

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

Returns:
Returns the details.

setDetails

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

Parameters:
details - The details 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()


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