-
public final class FetchBudgetsFilter
-
-
Field Summary
Fields Modifier and Type Field Description private List<Long>idsprivate List<Long>accountIdsprivate BudgetTypetype
-
Constructor Summary
Constructors Constructor Description FetchBudgetsFilter(List<Long> ids, List<Long> accountIds, BudgetType type)
-
Method Summary
Modifier and Type Method Description final List<Long>component1()final List<Long>component2()final BudgetTypecomponent3()final FetchBudgetsFiltercopy(List<Long> ids, List<Long> accountIds, BudgetType type)final List<Long>getIds()final List<Long>getAccountIds()final BudgetTypegetType()final UnitsetIds(List<Long> ids)final UnitsetAccountIds(List<Long> accountIds)final UnitsetType(BudgetType type)-
-
Constructor Detail
-
FetchBudgetsFilter
FetchBudgetsFilter(List<Long> ids, List<Long> accountIds, BudgetType type)
-
-
Method Detail
-
component1
final List<Long> component1()
-
component2
final List<Long> component2()
-
component3
final BudgetType component3()
-
copy
final FetchBudgetsFilter copy(List<Long> ids, List<Long> accountIds, BudgetType type)
-
getAccountIds
final List<Long> getAccountIds()
-
getType
final BudgetType getType()
-
setAccountIds
final Unit setAccountIds(List<Long> accountIds)
-
setType
final Unit setType(BudgetType type)
-
-
-
-