public class BatchSearch extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Constructor and Description |
---|
BatchSearch() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiInteger |
getBatchId() |
Date |
getBeginDate() |
String |
getChartCode() |
Date |
getEndDate() |
String |
getOrgCode() |
org.kuali.rice.core.api.util.type.KualiInteger |
getPaymentCount() |
BigDecimal |
getPaymentTotalAmount() |
String |
getSubUnitCode() |
void |
setBatchId(org.kuali.rice.core.api.util.type.KualiInteger batchId) |
void |
setBeginDate(Date beginDate) |
void |
setChartCode(String chartCode) |
void |
setEndDate(Date endDate) |
void |
setOrgCode(String orgCode) |
void |
setPaymentCount(org.kuali.rice.core.api.util.type.KualiInteger paymentCount) |
void |
setPaymentTotalAmount(BigDecimal paymentTotalAmount) |
void |
setSubUnitCode(String subUnitCode) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
public BatchSearch()
public org.kuali.rice.core.api.util.type.KualiInteger getBatchId()
public Date getBeginDate()
public String getChartCode()
public Date getEndDate()
public String getOrgCode()
public org.kuali.rice.core.api.util.type.KualiInteger getPaymentCount()
public BigDecimal getPaymentTotalAmount()
public String getSubUnitCode()
public void setBatchId(org.kuali.rice.core.api.util.type.KualiInteger batchId)
batchId
- The batchId to set.public void setBeginDate(Date beginDate)
beginDate
- The beginDate to set.public void setChartCode(String chartCode)
chartCode
- The chartCode to set.public void setEndDate(Date endDate)
endDate
- The endDate to set.public void setOrgCode(String orgCode)
orgCode
- The orgCode to set.public void setPaymentCount(org.kuali.rice.core.api.util.type.KualiInteger paymentCount)
paymentCount
- The paymentCount to set.public void setPaymentTotalAmount(BigDecimal paymentTotalAmount)
paymentTotalAmount
- The paymentTotalAmount to set.public void setSubUnitCode(String subUnitCode)
subUnitCode
- The subUnitCode to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.