Uses of Class
dev.vality.fistful.account.Account
| Package | Description |
|---|---|
| dev.vality.fistful.account | |
| dev.vality.fistful.cashflow | |
| dev.vality.fistful.destination | |
| dev.vality.fistful.source | |
| dev.vality.fistful.wallet |
-
Uses of Account in dev.vality.fistful.account
Methods in dev.vality.fistful.account that return Account Modifier and Type Method Description AccountAccount. deepCopy()AccountAccount. setAccounterAccountId(long accounter_account_id)AccountAccount. setCurrency(CurrencyRef currency)AccountAccount. setId(String id)AccountAccount. setIdentity(String identity)Methods in dev.vality.fistful.account with parameters of type Account Modifier and Type Method Description intAccount. compareTo(Account other)booleanAccount. equals(Account that)Constructors in dev.vality.fistful.account with parameters of type Account Constructor Description Account(Account other)Performs a deep copy on other. -
Uses of Account in dev.vality.fistful.cashflow
Fields in dev.vality.fistful.cashflow declared as Account Modifier and Type Field Description AccountFinalCashFlowAccount. accountMethods in dev.vality.fistful.cashflow that return Account Modifier and Type Method Description AccountFinalCashFlowAccount. getAccount()Methods in dev.vality.fistful.cashflow with parameters of type Account Modifier and Type Method Description FinalCashFlowAccountFinalCashFlowAccount. setAccount(Account account) -
Uses of Account in dev.vality.fistful.destination
Fields in dev.vality.fistful.destination declared as Account Modifier and Type Field Description AccountDestinationState. accountMethods in dev.vality.fistful.destination that return Account Modifier and Type Method Description AccountDestinationState. getAccount()AccountAccountChange. getCreated()Methods in dev.vality.fistful.destination with parameters of type Account Modifier and Type Method Description static AccountChangeAccountChange. created(Account value)DestinationStateDestinationState. setAccount(Account account)voidAccountChange. setCreated(Account value) -
Uses of Account in dev.vality.fistful.source
Fields in dev.vality.fistful.source declared as Account Modifier and Type Field Description AccountSourceState. accountMethods in dev.vality.fistful.source that return Account Modifier and Type Method Description AccountSourceState. getAccount()AccountAccountChange. getCreated()Methods in dev.vality.fistful.source with parameters of type Account Modifier and Type Method Description static AccountChangeAccountChange. created(Account value)SourceStateSourceState. setAccount(Account account)voidAccountChange. setCreated(Account value) -
Uses of Account in dev.vality.fistful.wallet
Fields in dev.vality.fistful.wallet declared as Account Modifier and Type Field Description AccountWalletState. accountMethods in dev.vality.fistful.wallet that return Account Modifier and Type Method Description AccountWalletState. getAccount()AccountAccountChange. getCreated()Methods in dev.vality.fistful.wallet with parameters of type Account Modifier and Type Method Description static AccountChangeAccountChange. created(Account value)WalletStateWalletState. setAccount(Account account)voidAccountChange. setCreated(Account value)