-
public final class NewBudgetEntry
-
-
Field Summary
Fields Modifier and Type Field Description private MenigaDecimal
targetAmount
private DateTime
startDate
private DateTime
endDate
private 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 MenigaDecimal
component1()
final DateTime
component2()
final DateTime
component3()
final List<Long>
component4()
final NewBudgetEntry
copy(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, List<Long> categoryIds)
final MenigaDecimal
getTargetAmount()
final DateTime
getStartDate()
final DateTime
getEndDate()
final List<Long>
getCategoryIds()
final Unit
setTargetAmount(MenigaDecimal targetAmount)
final Unit
setStartDate(DateTime startDate)
final Unit
setEndDate(DateTime endDate)
final Unit
setCategoryIds(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)
-
-
-
-