-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class CreateBudget extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description private BudgetTypetypeprivate Stringnameprivate Stringdescriptionprivate List<Long>accountIdsprivate Stringperiodprivate Integeroffset
-
Constructor Summary
Constructors Constructor Description CreateBudget(BudgetType type, String name, String description, List<Long> accountIds, String period, Integer offset)
-
Method Summary
Modifier and Type Method Description LonggetValueHash()final BudgetTypecomponent1()final Stringcomponent2()final Stringcomponent3()final List<Long>component4()final Stringcomponent5()final Integercomponent6()final CreateBudgetcopy(BudgetType type, String name, String description, List<Long> accountIds, String period, Integer offset)final BudgetTypegetType()final StringgetName()final StringgetDescription()final List<Long>getAccountIds()final StringgetPeriod()final IntegergetOffset()final UnitsetType(BudgetType type)final UnitsetName(String name)final UnitsetDescription(String description)final UnitsetAccountIds(List<Long> accountIds)final UnitsetPeriod(String period)final UnitsetOffset(Integer offset)-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString -
Methods inherited from class com.meniga.sdk.webservices.budget.CreateBudget
toQueryMap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
component1
final BudgetType component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final List<Long> component4()
-
component5
final String component5()
-
component6
final Integer component6()
-
copy
final CreateBudget copy(BudgetType type, String name, String description, List<Long> accountIds, String period, Integer offset)
-
getType
final BudgetType getType()
-
getDescription
final String getDescription()
-
getAccountIds
final List<Long> getAccountIds()
-
setType
final Unit setType(BudgetType type)
-
setDescription
final Unit setDescription(String description)
-
setAccountIds
final Unit setAccountIds(List<Long> accountIds)
-
-
-
-