Uses of Class
dev.vality.damsel.domain.SystemAccountSet
Packages that use SystemAccountSet
-
Uses of SystemAccountSet in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as SystemAccountSetMethods in dev.vality.damsel.domain that return SystemAccountSetModifier and TypeMethodDescriptionSystemAccountSet.deepCopy()SystemAccountSetObject.getData()SystemAccountSet.setAccounts(Map<CurrencyRef, SystemAccount> accounts) SystemAccountSet.setDescription(String description) Methods in dev.vality.damsel.domain with parameters of type SystemAccountSetModifier and TypeMethodDescriptionintSystemAccountSet.compareTo(SystemAccountSet other) booleanSystemAccountSet.equals(SystemAccountSet that) SystemAccountSetObject.setData(SystemAccountSet data) Constructors in dev.vality.damsel.domain with parameters of type SystemAccountSetModifierConstructorDescriptionSystemAccountSet(SystemAccountSet other) Performs a deep copy on other.