Uses of Class
dev.vality.damsel.domain.ExternalAccount
Packages that use ExternalAccount
-
Uses of ExternalAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ExternalAccountMethods in dev.vality.damsel.domain that return ExternalAccountModifier and TypeMethodDescriptionExternalAccount.deepCopy()ExternalAccount.setIncome(long income) ExternalAccount.setOutcome(long outcome) Methods in dev.vality.damsel.domain that return types with arguments of type ExternalAccountMethods in dev.vality.damsel.domain with parameters of type ExternalAccountModifier and TypeMethodDescriptionintExternalAccount.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 ExternalAccountModifier and TypeMethodDescriptionExternalAccountSet.setAccounts(Map<CurrencyRef, ExternalAccount> accounts) Constructors in dev.vality.damsel.domain with parameters of type ExternalAccountModifierConstructorDescriptionExternalAccount(ExternalAccount other) Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type ExternalAccountModifierConstructorDescriptionExternalAccountSet(String name, String description, Map<CurrencyRef, ExternalAccount> accounts)