-
@Deprecated(message = "Use MenigaBudgetRule instead. To be removed in 1.2") public final class BudgetRulesUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private MenigaDecimaltargetAmountprivate DateTimestartDateprivate DateTimeendDateprivate LongcategoryIdprivate GenerationTypeValuegenerationTypeValue
-
Constructor Summary
Constructors Constructor Description BudgetRulesUpdate(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, Long categoryId, GenerationTypeValue generationTypeValue)
-
Method Summary
Modifier and Type Method Description final MenigaDecimalcomponent1()final DateTimecomponent2()final DateTimecomponent3()final Longcomponent4()final GenerationTypeValuecomponent5()final BudgetRulesUpdatecopy(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, Long categoryId, GenerationTypeValue generationTypeValue)final MenigaDecimalgetTargetAmount()final DateTimegetStartDate()final DateTimegetEndDate()final LonggetCategoryId()final GenerationTypeValuegetGenerationTypeValue()final UnitsetTargetAmount(MenigaDecimal targetAmount)final UnitsetStartDate(DateTime startDate)final UnitsetEndDate(DateTime endDate)final UnitsetCategoryId(Long categoryId)final UnitsetGenerationTypeValue(GenerationTypeValue generationTypeValue)-
-
Constructor Detail
-
BudgetRulesUpdate
BudgetRulesUpdate(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, Long categoryId, GenerationTypeValue generationTypeValue)
-
-
Method Detail
-
component1
final MenigaDecimal component1()
-
component2
final DateTime component2()
-
component3
final DateTime component3()
-
component4
final Long component4()
-
component5
final GenerationTypeValue component5()
-
copy
final BudgetRulesUpdate copy(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, Long categoryId, GenerationTypeValue generationTypeValue)
-
getTargetAmount
final MenigaDecimal getTargetAmount()
-
getStartDate
final DateTime getStartDate()
-
getEndDate
final DateTime getEndDate()
-
getCategoryId
final Long getCategoryId()
-
getGenerationTypeValue
final GenerationTypeValue getGenerationTypeValue()
-
setTargetAmount
final Unit setTargetAmount(MenigaDecimal targetAmount)
-
setStartDate
final Unit setStartDate(DateTime startDate)
-
setEndDate
final Unit setEndDate(DateTime endDate)
-
setCategoryId
final Unit setCategoryId(Long categoryId)
-
setGenerationTypeValue
final Unit setGenerationTypeValue(GenerationTypeValue generationTypeValue)
-
-
-
-