org.kuali.kfs.pdp.businessobject
Class BatchSearch
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.pdp.businessobject.BatchSearch
- All Implemented Interfaces:
- Serializable, org.kuali.rice.kns.bo.BusinessObject
public class BatchSearch
- extends org.kuali.rice.kns.bo.TransientBusinessObjectBase
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
BatchSearch
public BatchSearch()
getBatchId
public org.kuali.rice.kns.util.KualiInteger getBatchId()
- Returns:
- Returns the batchId.
getBeginDate
public Date getBeginDate()
- Returns:
- Returns the beginDate.
getChartCode
public String getChartCode()
- Returns:
- Returns the chartCode.
getEndDate
public Date getEndDate()
- Returns:
- Returns the endDate.
getOrgCode
public String getOrgCode()
- Returns:
- Returns the orgCode.
getPaymentCount
public org.kuali.rice.kns.util.KualiInteger getPaymentCount()
- Returns:
- Returns the paymentCount.
getPaymentTotalAmount
public BigDecimal getPaymentTotalAmount()
- Returns:
- Returns the paymentTotalAmount.
getSubUnitCode
public String getSubUnitCode()
- Returns:
- Returns the subUnitCode.
setBatchId
public void setBatchId(org.kuali.rice.kns.util.KualiInteger batchId)
- Parameters:
batchId
- The batchId to set.
setBeginDate
public void setBeginDate(Date beginDate)
- Parameters:
beginDate
- The beginDate to set.
setChartCode
public void setChartCode(String chartCode)
- Parameters:
chartCode
- The chartCode to set.
setEndDate
public void setEndDate(Date endDate)
- Parameters:
endDate
- The endDate to set.
setOrgCode
public void setOrgCode(String orgCode)
- Parameters:
orgCode
- The orgCode to set.
setPaymentCount
public void setPaymentCount(org.kuali.rice.kns.util.KualiInteger paymentCount)
- Parameters:
paymentCount
- The paymentCount to set.
setPaymentTotalAmount
public void setPaymentTotalAmount(BigDecimal paymentTotalAmount)
- Parameters:
paymentTotalAmount
- The paymentTotalAmount to set.
setSubUnitCode
public void setSubUnitCode(String subUnitCode)
- Parameters:
subUnitCode
- The subUnitCode 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.