-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class UpdateBudgetEntry extends QueryRequestObject
-
-
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 UpdateBudgetEntry(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, List<Long> categoryIds)
-
Method Summary
Modifier and Type Method Description Long
getValueHash()
final MenigaDecimal
component1()
final DateTime
component2()
final DateTime
component3()
final List<Long>
component4()
final UpdateBudgetEntry
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)
-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString
-
Methods inherited from class com.meniga.sdk.webservices.budget.UpdateBudgetEntry
toQueryMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UpdateBudgetEntry
UpdateBudgetEntry(MenigaDecimal targetAmount, DateTime startDate, DateTime endDate, List<Long> categoryIds)
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
component1
final MenigaDecimal component1()
-
component2
final DateTime component2()
-
component3
final DateTime component3()
-
component4
final List<Long> component4()
-
copy
final UpdateBudgetEntry 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)
-
-
-
-