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

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

public class CustomerAgingReportDataHolder
extends Object

This class...


Constructor Summary
CustomerAgingReportDataHolder()
           
 
Method Summary
 void clearAllAmounts()
          This method clears all the amount fields and resets them to zero.
 Map<String,Object> getKnownCustomers()
          Gets the knownCustomers attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotal0to30()
          Gets the total0to30 attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotal31to60()
          Gets the total31to60 attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotal61to90()
          Gets the total61to90 attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotal91toSYSPR()
          Gets the total91toSYSPR attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalAmountDue()
          Gets the totalAmountDue attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalSYSPRplus1orMore()
          Gets the totalSYSPRplus1orMore attribute.
 void setKnownCustomers(Map<String,Object> knownCustomers)
          Sets the knownCustomers attribute value.
 void setTotal0to30(org.kuali.rice.kns.util.KualiDecimal total0to30)
          Sets the total0to30 attribute value.
 void setTotal31to60(org.kuali.rice.kns.util.KualiDecimal total31to60)
          Sets the total31to60 attribute value.
 void setTotal61to90(org.kuali.rice.kns.util.KualiDecimal total61to90)
          Sets the total61to90 attribute value.
 void setTotal91toSYSPR(org.kuali.rice.kns.util.KualiDecimal total91toSYSPR)
          Sets the total91toSYSPR attribute value.
 void setTotalAmountDue(org.kuali.rice.kns.util.KualiDecimal totalAmountDue)
          Sets the totalAmountDue attribute value.
 void setTotalSYSPRplus1orMore(org.kuali.rice.kns.util.KualiDecimal totalSYSPRplus1orMore)
          Sets the totalSYSPRplus1orMore attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerAgingReportDataHolder

public CustomerAgingReportDataHolder()
Method Detail

getKnownCustomers

public Map<String,Object> getKnownCustomers()
Gets the knownCustomers attribute.

Returns:
Returns the knownCustomers.

setKnownCustomers

public void setKnownCustomers(Map<String,Object> knownCustomers)
Sets the knownCustomers attribute value.

Parameters:
knownCustomers - The knownCustomers to set.

getTotal0to30

public org.kuali.rice.kns.util.KualiDecimal getTotal0to30()
Gets the total0to30 attribute.

Returns:
Returns the total0to30.

setTotal0to30

public void setTotal0to30(org.kuali.rice.kns.util.KualiDecimal total0to30)
Sets the total0to30 attribute value.

Parameters:
total0to30 - The total0to30 to set.

getTotal31to60

public org.kuali.rice.kns.util.KualiDecimal getTotal31to60()
Gets the total31to60 attribute.

Returns:
Returns the total31to60.

setTotal31to60

public void setTotal31to60(org.kuali.rice.kns.util.KualiDecimal total31to60)
Sets the total31to60 attribute value.

Parameters:
total31to60 - The total31to60 to set.

getTotal61to90

public org.kuali.rice.kns.util.KualiDecimal getTotal61to90()
Gets the total61to90 attribute.

Returns:
Returns the total61to90.

setTotal61to90

public void setTotal61to90(org.kuali.rice.kns.util.KualiDecimal total61to90)
Sets the total61to90 attribute value.

Parameters:
total61to90 - The total61to90 to set.

getTotal91toSYSPR

public org.kuali.rice.kns.util.KualiDecimal getTotal91toSYSPR()
Gets the total91toSYSPR attribute.

Returns:
Returns the total91toSYSPR.

setTotal91toSYSPR

public void setTotal91toSYSPR(org.kuali.rice.kns.util.KualiDecimal total91toSYSPR)
Sets the total91toSYSPR attribute value.

Parameters:
total91toSYSPR - The total91toSYSPR to set.

getTotalSYSPRplus1orMore

public org.kuali.rice.kns.util.KualiDecimal getTotalSYSPRplus1orMore()
Gets the totalSYSPRplus1orMore attribute.

Returns:
Returns the totalSYSPRplus1orMore.

setTotalSYSPRplus1orMore

public void setTotalSYSPRplus1orMore(org.kuali.rice.kns.util.KualiDecimal totalSYSPRplus1orMore)
Sets the totalSYSPRplus1orMore attribute value.

Parameters:
totalSYSPRplus1orMore - The totalSYSPRplus1orMore to set.

getTotalAmountDue

public org.kuali.rice.kns.util.KualiDecimal getTotalAmountDue()
Gets the totalAmountDue attribute.

Returns:
Returns the totalAmountDue.

setTotalAmountDue

public void setTotalAmountDue(org.kuali.rice.kns.util.KualiDecimal totalAmountDue)
Sets the totalAmountDue attribute value.

Parameters:
totalAmountDue - The totalAmountDue to set.

clearAllAmounts

public void clearAllAmounts()
This method clears all the amount fields and resets them to zero.



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