org.kuali.kfs.module.cab.businessobject
Class BatchParameters

java.lang.Object
  extended by org.kuali.kfs.module.cab.businessobject.BatchParameters

public class BatchParameters
extends Object

Value object to carry the system parameters associated with CAB Batch


Constructor Summary
BatchParameters()
           
 
Method Summary
 BigDecimal getCapitalizationLimitAmount()
          Gets the capitalizationLimitAmount attribute.
 List<String> getExcludedChartCodes()
          Gets the excludedChartCodes attribute.
 List<String> getExcludedDocTypeCodes()
          Gets the excludedDocTypeCodes attribute.
 List<String> getExcludedFiscalPeriods()
          Gets the excludedFiscalPeriods attribute.
 List<String> getExcludedSubFundCodes()
          Gets the excludedSubFundCodes attribute.
 List<String> getIncludedFinancialBalanceTypeCodes()
          Gets the includedFinancialBalanceTypeCodes attribute.
 List<String> getIncludedFinancialObjectSubTypeCodes()
          Gets the includedFinancialObjectSubTypeCodes attribute.
 Date getLastRunDate()
          Gets the lastRunDate attribute.
 Timestamp getLastRunTime()
          Gets the lastRunTime attribute.
 void setCapitalizationLimitAmount(BigDecimal capitalizationLimitAmount)
          Sets the capitalizationLimitAmount attribute value.
 void setExcludedChartCodes(List<String> excludedChartCodes)
          Sets the excludedChartCodes attribute.
 void setExcludedDocTypeCodes(List<String> excludedDocTypeCodes)
          Sets the excludedDocTypeCodes attribute.
 void setExcludedFiscalPeriods(List<String> excludeFiscalPeriods)
          Sets the excludedFiscalPeriods attribute.
 void setExcludedSubFundCodes(List<String> excludedSubFundCodes)
          Sets the excludedSubFundCodes attribute.
 void setIncludedFinancialBalanceTypeCodes(List<String> includeFinancialBalanceTypeCodes)
          Sets the includedFinancialBalanceTypeCodes attribute.
 void setIncludedFinancialObjectSubTypeCodes(List<String> includedFinancialObjectSubTypeCodes)
          Sets the includedFinancialObjectSubTypeCodes attribute.
 void setLastRunDate(Date lastRunDate)
          Sets the lastRunDate attribute value.
 void setLastRunTime(Timestamp lastRunTime)
          Sets the lastRunTime attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchParameters

public BatchParameters()
Method Detail

getLastRunTime

public Timestamp getLastRunTime()
Gets the lastRunTime attribute.

Returns:
Returns the lastRunTime

setLastRunTime

public void setLastRunTime(Timestamp lastRunTime)
Sets the lastRunTime attribute.

Parameters:
lastRunTime - The lastRunTime to set.

getExcludedChartCodes

public List<String> getExcludedChartCodes()
Gets the excludedChartCodes attribute.

Returns:
Returns the excludedChartCodes

setExcludedChartCodes

public void setExcludedChartCodes(List<String> excludedChartCodes)
Sets the excludedChartCodes attribute.

Parameters:
excludedChartCodes - The excludedChartCodes to set.

getExcludedSubFundCodes

public List<String> getExcludedSubFundCodes()
Gets the excludedSubFundCodes attribute.

Returns:
Returns the excludedSubFundCodes

setExcludedSubFundCodes

public void setExcludedSubFundCodes(List<String> excludedSubFundCodes)
Sets the excludedSubFundCodes attribute.

Parameters:
excludedSubFundCodes - The excludedSubFundCodes to set.

getIncludedFinancialBalanceTypeCodes

public List<String> getIncludedFinancialBalanceTypeCodes()
Gets the includedFinancialBalanceTypeCodes attribute.

Returns:
Returns the includedFinancialBalanceTypeCodes

setIncludedFinancialBalanceTypeCodes

public void setIncludedFinancialBalanceTypeCodes(List<String> includeFinancialBalanceTypeCodes)
Sets the includedFinancialBalanceTypeCodes attribute.

Parameters:
includedFinancialBalanceTypeCodes - The includedFinancialBalanceTypeCodes to set.

getExcludedFiscalPeriods

public List<String> getExcludedFiscalPeriods()
Gets the excludedFiscalPeriods attribute.

Returns:
Returns the excludedFiscalPeriods

setExcludedFiscalPeriods

public void setExcludedFiscalPeriods(List<String> excludeFiscalPeriods)
Sets the excludedFiscalPeriods attribute.

Parameters:
excludedFiscalPeriods - The excludedFiscalPeriods to set.

getExcludedDocTypeCodes

public List<String> getExcludedDocTypeCodes()
Gets the excludedDocTypeCodes attribute.

Returns:
Returns the excludedDocTypeCodes

setExcludedDocTypeCodes

public void setExcludedDocTypeCodes(List<String> excludedDocTypeCodes)
Sets the excludedDocTypeCodes attribute.

Parameters:
excludedDocTypeCodes - The excludedDocTypeCodes to set.

getIncludedFinancialObjectSubTypeCodes

public List<String> getIncludedFinancialObjectSubTypeCodes()
Gets the includedFinancialObjectSubTypeCodes attribute.

Returns:
Returns the includedFinancialObjectSubTypeCodes

setIncludedFinancialObjectSubTypeCodes

public void setIncludedFinancialObjectSubTypeCodes(List<String> includedFinancialObjectSubTypeCodes)
Sets the includedFinancialObjectSubTypeCodes attribute.

Parameters:
includedFinancialObjectSubTypeCodes - The includedFinancialObjectSubTypeCodes to set.

getCapitalizationLimitAmount

public BigDecimal getCapitalizationLimitAmount()
Gets the capitalizationLimitAmount attribute.

Returns:
Returns the capitalizationLimitAmount.

setCapitalizationLimitAmount

public void setCapitalizationLimitAmount(BigDecimal capitalizationLimitAmount)
Sets the capitalizationLimitAmount attribute value.

Parameters:
capitalizationLimitAmount - The capitalizationLimitAmount to set.

getLastRunDate

public Date getLastRunDate()
Gets the lastRunDate attribute.

Returns:
Returns the lastRunDate.

setLastRunDate

public void setLastRunDate(Date lastRunDate)
Sets the lastRunDate attribute value.

Parameters:
lastRunDate - The lastRunDate to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.