public class LoadPaymentStatus extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Modifier and Type | Class and Description |
---|---|
static class |
LoadPaymentStatus.LoadStatus |
Constructor and Description |
---|
LoadPaymentStatus() |
LoadPaymentStatus(List<String> w,
int d,
org.kuali.rice.core.api.util.type.KualiDecimal dt) |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal |
getDetailTotal()
Gets the detailTotal attribute.
|
LoadPaymentStatus.LoadStatus |
getLoadStatus()
Gets the loadStatus attribute.
|
org.kuali.rice.krad.util.MessageMap |
getMessageMap()
Gets the errorMap 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.core.api.util.type.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.core.api.util.type.KualiDecimal detailTotal)
Sets the detailTotal attribute value.
|
void |
setLoadStatus(LoadPaymentStatus.LoadStatus loadStatus)
Sets the loadStatus attribute value.
|
void |
setMessageMap(org.kuali.rice.krad.util.MessageMap errorMap)
Sets the errorMap 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_RICE20_REFACTORME() |
public LoadPaymentStatus()
public LoadPaymentStatus(List<String> w, int d, org.kuali.rice.core.api.util.type.KualiDecimal dt)
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.core.api.util.type.KualiDecimal getDetailTotal()
public void setDetailTotal(org.kuali.rice.core.api.util.type.KualiDecimal detailTotal)
detailTotal
- The detailTotal to set.public org.kuali.rice.core.api.util.type.KualiInteger getBatchId()
public void setBatchId(org.kuali.rice.core.api.util.type.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.krad.util.MessageMap getMessageMap()
public void setMessageMap(org.kuali.rice.krad.util.MessageMap errorMap)
errorMap
- The errorMap to set.public void setChart(String chart)
chart
- The chart to set.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_RICE20_REFACTORME()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.