Uses of Class
dev.vality.damsel.domain.ExternalAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ExternalAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ExternalAccount Modifier and Type Field Description Map<CurrencyRef,ExternalAccount>ExternalAccountSet. accountsMethods in dev.vality.damsel.domain that return ExternalAccount Modifier and Type Method Description ExternalAccountExternalAccount. deepCopy()ExternalAccountExternalAccount. setIncome(long income)ExternalAccountExternalAccount. setOutcome(long outcome)Methods in dev.vality.damsel.domain that return types with arguments of type ExternalAccount Modifier and Type Method Description Map<CurrencyRef,ExternalAccount>ExternalAccountSet. getAccounts()Methods in dev.vality.damsel.domain with parameters of type ExternalAccount Modifier and Type Method Description intExternalAccount. compareTo(ExternalAccount other)booleanExternalAccount. equals(ExternalAccount that)voidExternalAccountSet. putToAccounts(CurrencyRef key, ExternalAccount val)Method parameters in dev.vality.damsel.domain with type arguments of type ExternalAccount Modifier and Type Method Description ExternalAccountSetExternalAccountSet. setAccounts(Map<CurrencyRef,ExternalAccount> accounts)Constructors in dev.vality.damsel.domain with parameters of type ExternalAccount Constructor Description ExternalAccount(ExternalAccount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type ExternalAccount Constructor Description ExternalAccountSet(String name, String description, Map<CurrencyRef,ExternalAccount> accounts)