|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.cab.businessobject.BatchParameters
public class BatchParameters
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 |
---|
public BatchParameters()
Method Detail |
---|
public Timestamp getLastRunTime()
public void setLastRunTime(Timestamp lastRunTime)
lastRunTime
- The lastRunTime to set.public List<String> getExcludedChartCodes()
public void setExcludedChartCodes(List<String> excludedChartCodes)
excludedChartCodes
- The excludedChartCodes to set.public List<String> getExcludedSubFundCodes()
public void setExcludedSubFundCodes(List<String> excludedSubFundCodes)
excludedSubFundCodes
- The excludedSubFundCodes to set.public List<String> getIncludedFinancialBalanceTypeCodes()
public void setIncludedFinancialBalanceTypeCodes(List<String> includeFinancialBalanceTypeCodes)
includedFinancialBalanceTypeCodes
- The includedFinancialBalanceTypeCodes to set.public List<String> getExcludedFiscalPeriods()
public void setExcludedFiscalPeriods(List<String> excludeFiscalPeriods)
excludedFiscalPeriods
- The excludedFiscalPeriods to set.public List<String> getExcludedDocTypeCodes()
public void setExcludedDocTypeCodes(List<String> excludedDocTypeCodes)
excludedDocTypeCodes
- The excludedDocTypeCodes to set.public List<String> getIncludedFinancialObjectSubTypeCodes()
public void setIncludedFinancialObjectSubTypeCodes(List<String> includedFinancialObjectSubTypeCodes)
includedFinancialObjectSubTypeCodes
- The includedFinancialObjectSubTypeCodes to set.public BigDecimal getCapitalizationLimitAmount()
public void setCapitalizationLimitAmount(BigDecimal capitalizationLimitAmount)
capitalizationLimitAmount
- The capitalizationLimitAmount to set.public Date getLastRunDate()
public void setLastRunDate(Date lastRunDate)
lastRunDate
- The lastRunDate to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |