Uses of Class
dev.vality.damsel.domain.ExternalAccountSet
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ExternalAccountSet in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ExternalAccountSet Modifier and Type Field Description ExternalAccountSetExternalAccountSetObject. dataMethods in dev.vality.damsel.domain that return ExternalAccountSet Modifier and Type Method Description ExternalAccountSetExternalAccountSet. deepCopy()ExternalAccountSetExternalAccountSetObject. getData()ExternalAccountSetExternalAccountSet. setAccounts(Map<CurrencyRef,ExternalAccount> accounts)ExternalAccountSetExternalAccountSet. setDescription(String description)ExternalAccountSetExternalAccountSet. setName(String name)Methods in dev.vality.damsel.domain with parameters of type ExternalAccountSet Modifier and Type Method Description intExternalAccountSet. compareTo(ExternalAccountSet other)booleanExternalAccountSet. equals(ExternalAccountSet that)ExternalAccountSetObjectExternalAccountSetObject. setData(ExternalAccountSet data)Constructors in dev.vality.damsel.domain with parameters of type ExternalAccountSet Constructor Description ExternalAccountSet(ExternalAccountSet other)Performs a deep copy on other.ExternalAccountSetObject(ExternalAccountSetRef ref, ExternalAccountSet data)