org.kuali.kfs.pdp.businessobject
Class LoadPaymentStatus

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.pdp.businessobject.LoadPaymentStatus
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class LoadPaymentStatus
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

Holds status information for a payment load.

See Also:
Serialized Form

Nested Class Summary
static class LoadPaymentStatus.LoadStatus
           
 
Constructor Summary
LoadPaymentStatus()
           
LoadPaymentStatus(List<String> w, int d, org.kuali.rice.kns.util.KualiDecimal dt)
           
 
Method Summary
 org.kuali.rice.kns.util.KualiInteger getBatchId()
          Gets the batchId attribute.
 String getChart()
          Gets the chart attribute.
 Date getCreationDate()
          Gets the creationDate attribute.
 int getDetailCount()
          Gets the detailCount attribute.
 org.kuali.rice.kns.util.KualiDecimal getDetailTotal()
          Gets the detailTotal attribute.
 org.kuali.rice.kns.util.ErrorMap getErrorMap()
          Gets the errorMap attribute.
 LoadPaymentStatus.LoadStatus getLoadStatus()
          Gets the loadStatus attribute.
 String getSubUnit()
          Gets the subUnit attribute.
 String getUnit()
          Gets the unit attribute.
 List<String> getWarnings()
          Gets the warnings attribute.
 void setBatchId(org.kuali.rice.kns.util.KualiInteger batchId)
          Sets the batchId attribute value.
 void setChart(String chart)
          Sets the chart attribute value.
 void setCreationDate(Date creationDate)
          Sets the creationDate attribute value.
 void setDetailCount(int detailCount)
          Sets the detailCount attribute value.
 void setDetailTotal(org.kuali.rice.kns.util.KualiDecimal detailTotal)
          Sets the detailTotal attribute value.
 void setErrorMap(org.kuali.rice.kns.util.ErrorMap errorMap)
          Sets the errorMap attribute value.
 void setLoadStatus(LoadPaymentStatus.LoadStatus loadStatus)
          Sets the loadStatus attribute value.
 void setSubUnit(String subUnit)
          Sets the subUnit attribute value.
 void setUnit(String unit)
          Sets the unit attribute value.
 void setWarnings(List<String> warnings)
          Sets the warnings attribute value.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadPaymentStatus

public LoadPaymentStatus()

LoadPaymentStatus

public LoadPaymentStatus(List<String> w,
                         int d,
                         org.kuali.rice.kns.util.KualiDecimal dt)
Method Detail

getWarnings

public List<String> getWarnings()
Gets the warnings attribute.

Returns:
Returns the warnings.

setWarnings

public void setWarnings(List<String> warnings)
Sets the warnings attribute value.

Parameters:
warnings - The warnings to set.

getDetailCount

public int getDetailCount()
Gets the detailCount attribute.

Returns:
Returns the detailCount.

setDetailCount

public void setDetailCount(int detailCount)
Sets the detailCount attribute value.

Parameters:
detailCount - The detailCount to set.

getDetailTotal

public org.kuali.rice.kns.util.KualiDecimal getDetailTotal()
Gets the detailTotal attribute.

Returns:
Returns the detailTotal.

setDetailTotal

public void setDetailTotal(org.kuali.rice.kns.util.KualiDecimal detailTotal)
Sets the detailTotal attribute value.

Parameters:
detailTotal - The detailTotal to set.

getBatchId

public org.kuali.rice.kns.util.KualiInteger getBatchId()
Gets the batchId attribute.

Returns:
Returns the batchId.

setBatchId

public void setBatchId(org.kuali.rice.kns.util.KualiInteger batchId)
Sets the batchId attribute value.

Parameters:
batchId - The batchId to set.

getLoadStatus

public LoadPaymentStatus.LoadStatus getLoadStatus()
Gets the loadStatus attribute.

Returns:
Returns the loadStatus.

setLoadStatus

public void setLoadStatus(LoadPaymentStatus.LoadStatus loadStatus)
Sets the loadStatus attribute value.

Parameters:
loadStatus - The loadStatus to set.

getErrorMap

public org.kuali.rice.kns.util.ErrorMap getErrorMap()
Gets the errorMap attribute.

Returns:
Returns the errorMap.

setErrorMap

public void setErrorMap(org.kuali.rice.kns.util.ErrorMap errorMap)
Sets the errorMap attribute value.

Parameters:
errorMap - The errorMap to set.

getChart

public String getChart()
Gets the chart attribute.

Returns:
Returns the chart.

setChart

public void setChart(String chart)
Sets the chart attribute value.

Parameters:
chart - The chart to set.

getUnit

public String getUnit()
Gets the unit attribute.

Returns:
Returns the unit.

setUnit

public void setUnit(String unit)
Sets the unit attribute value.

Parameters:
unit - The unit to set.

getSubUnit

public String getSubUnit()
Gets the subUnit attribute.

Returns:
Returns the subUnit.

setSubUnit

public void setSubUnit(String subUnit)
Sets the subUnit attribute value.

Parameters:
subUnit - The subUnit to set.

getCreationDate

public Date getCreationDate()
Gets the creationDate attribute.

Returns:
Returns the creationDate.

setCreationDate

public void setCreationDate(Date creationDate)
Sets the creationDate attribute value.

Parameters:
creationDate - The creationDate to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


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