|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.pdp.businessobject.LoadPaymentStatus
public class LoadPaymentStatus
Holds status information for a payment load.
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 |
---|
public LoadPaymentStatus()
public LoadPaymentStatus(List<String> w, int d, org.kuali.rice.kns.util.KualiDecimal dt)
Method Detail |
---|
public List<String> getWarnings()
public void setWarnings(List<String> warnings)
warnings
- The warnings to set.public int getDetailCount()
public void setDetailCount(int detailCount)
detailCount
- The detailCount to set.public org.kuali.rice.kns.util.KualiDecimal getDetailTotal()
public void setDetailTotal(org.kuali.rice.kns.util.KualiDecimal detailTotal)
detailTotal
- The detailTotal to set.public org.kuali.rice.kns.util.KualiInteger getBatchId()
public void setBatchId(org.kuali.rice.kns.util.KualiInteger batchId)
batchId
- The batchId to set.public LoadPaymentStatus.LoadStatus getLoadStatus()
public void setLoadStatus(LoadPaymentStatus.LoadStatus loadStatus)
loadStatus
- The loadStatus to set.public org.kuali.rice.kns.util.ErrorMap getErrorMap()
public void setErrorMap(org.kuali.rice.kns.util.ErrorMap errorMap)
errorMap
- The errorMap to set.public String getChart()
public void setChart(String chart)
chart
- The chart to set.public String getUnit()
public void setUnit(String unit)
unit
- The unit to set.public String getSubUnit()
public void setSubUnit(String subUnit)
subUnit
- The subUnit to set.public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- The creationDate to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |