-
@Deprecated(message = "Use MenigaBudgetRule instead. To be removed in 1.2") public final class BudgetRulesUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private MenigaDecimal
targetAmount
private DateTime
startDate
private DateTime
endDate
private Long
categoryId
private GenerationTypeValue
generationTypeValue
-
Constructor Summary
Constructors Constructor Description BudgetRulesUpdate(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, Long categoryId, GenerationTypeValue generationTypeValue)
-
Method Summary
Modifier and Type Method Description final MenigaDecimal
component1()
final DateTime
component2()
final DateTime
component3()
final Long
component4()
final GenerationTypeValue
component5()
final BudgetRulesUpdate
copy(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, Long categoryId, GenerationTypeValue generationTypeValue)
final MenigaDecimal
getTargetAmount()
final DateTime
getStartDate()
final DateTime
getEndDate()
final Long
getCategoryId()
final GenerationTypeValue
getGenerationTypeValue()
final Unit
setTargetAmount(MenigaDecimal targetAmount)
final Unit
setStartDate(DateTime startDate)
final Unit
setEndDate(DateTime endDate)
final Unit
setCategoryId(Long categoryId)
final Unit
setGenerationTypeValue(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)
-
-
-
-