-
- 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 Long
getValueHash()
final Long
component1()
final Long
component2()
final GetBudgetEntryById
copy(Long budgetId, Long entryId)
final Long
getBudgetId()
final Long
getEntryId()
final Unit
setBudgetId(Long budgetId)
final Unit
setEntryId(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)
-
-
-
-