-
public final class NewBudgetEntry
-
-
Field Summary
Fields Modifier and Type Field Description private MenigaDecimaltargetAmountprivate DateTimestartDateprivate DateTimeendDateprivate List<Long>categoryIds
-
Constructor Summary
Constructors Constructor Description NewBudgetEntry(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, List<Long> categoryIds)
-
Method Summary
Modifier and Type Method Description final MenigaDecimalcomponent1()final DateTimecomponent2()final DateTimecomponent3()final List<Long>component4()final NewBudgetEntrycopy(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, List<Long> categoryIds)final MenigaDecimalgetTargetAmount()final DateTimegetStartDate()final DateTimegetEndDate()final List<Long>getCategoryIds()final UnitsetTargetAmount(MenigaDecimal targetAmount)final UnitsetStartDate(DateTime startDate)final UnitsetEndDate(DateTime endDate)final UnitsetCategoryIds(List<Long> categoryIds)-
-
Constructor Detail
-
NewBudgetEntry
NewBudgetEntry(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, List<Long> categoryIds)
-
-
Method Detail
-
component1
final MenigaDecimal component1()
-
component2
final DateTime component2()
-
component3
final DateTime component3()
-
component4
final List<Long> component4()
-
copy
final NewBudgetEntry copy(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, List<Long> categoryIds)
-
getTargetAmount
final MenigaDecimal getTargetAmount()
-
getStartDate
final DateTime getStartDate()
-
getEndDate
final DateTime getEndDate()
-
getCategoryIds
final List<Long> getCategoryIds()
-
setTargetAmount
final Unit setTargetAmount(MenigaDecimal targetAmount)
-
setStartDate
final Unit setStartDate(DateTime startDate)
-
setEndDate
final Unit setEndDate(DateTime endDate)
-
setCategoryIds
final Unit setCategoryIds(List<Long> categoryIds)
-
-
-
-