-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class GetBudgetEntryById extends QueryRequestObject
-
-
Constructor Summary
Constructors Constructor Description GetBudgetEntryById(Long budgetId, Long entryId)
-
Method Summary
Modifier and Type Method Description LonggetValueHash()final Longcomponent1()final Longcomponent2()final GetBudgetEntryByIdcopy(Long budgetId, Long entryId)final LonggetBudgetId()final LonggetEntryId()final UnitsetBudgetId(Long budgetId)final UnitsetEntryId(Long entryId)-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString -
Methods inherited from class com.meniga.sdk.webservices.budget.GetBudgetEntryById
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 Long component1()
-
component2
final Long component2()
-
copy
final GetBudgetEntryById copy(Long budgetId, Long entryId)
-
getBudgetId
final Long getBudgetId()
-
getEntryId
final Long getEntryId()
-
setBudgetId
final Unit setBudgetId(Long budgetId)
-
setEntryId
final Unit setEntryId(Long entryId)
-
-
-
-