Uses of Class
dev.vality.damsel.domain.SystemAccountSet
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of SystemAccountSet in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as SystemAccountSet Modifier and Type Field Description SystemAccountSetSystemAccountSetObject. dataMethods in dev.vality.damsel.domain that return SystemAccountSet Modifier and Type Method Description SystemAccountSetSystemAccountSet. deepCopy()SystemAccountSetSystemAccountSetObject. getData()SystemAccountSetSystemAccountSet. setAccounts(Map<CurrencyRef,SystemAccount> accounts)SystemAccountSetSystemAccountSet. setDescription(String description)SystemAccountSetSystemAccountSet. setName(String name)Methods in dev.vality.damsel.domain with parameters of type SystemAccountSet Modifier and Type Method Description intSystemAccountSet. compareTo(SystemAccountSet other)booleanSystemAccountSet. equals(SystemAccountSet that)SystemAccountSetObjectSystemAccountSetObject. setData(SystemAccountSet data)Constructors in dev.vality.damsel.domain with parameters of type SystemAccountSet Constructor Description SystemAccountSet(SystemAccountSet other)Performs a deep copy on other.SystemAccountSetObject(SystemAccountSetRef ref, SystemAccountSet data)