org.kuali.kfs.pdp.businessobject
Class BatchSearch

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.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

Constructor Summary
BatchSearch()
           
 
Method Summary
 org.kuali.rice.kns.util.KualiInteger getBatchId()
           
 Date getBeginDate()
           
 String getChartCode()
           
 Date getEndDate()
           
 String getOrgCode()
           
 org.kuali.rice.kns.util.KualiInteger getPaymentCount()
           
 BigDecimal getPaymentTotalAmount()
           
 String getSubUnitCode()
           
 void setBatchId(org.kuali.rice.kns.util.KualiInteger batchId)
           
 void setBeginDate(Date beginDate)
           
 void setChartCode(String chartCode)
           
 void setEndDate(Date endDate)
           
 void setOrgCode(String orgCode)
           
 void setPaymentCount(org.kuali.rice.kns.util.KualiInteger paymentCount)
           
 void setPaymentTotalAmount(BigDecimal paymentTotalAmount)
           
 void setSubUnitCode(String subUnitCode)
           
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

BatchSearch

public BatchSearch()
Method Detail

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.