Uses of Class
dev.vality.damsel.domain.SystemAccount
Packages that use SystemAccount
-
Uses of SystemAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type SystemAccountMethods in dev.vality.damsel.domain that return SystemAccountModifier and TypeMethodDescriptionSystemAccount.deepCopy()SystemAccount.setSettlement(long settlement) SystemAccount.setSubagent(long subagent) Methods in dev.vality.damsel.domain that return types with arguments of type SystemAccountMethods in dev.vality.damsel.domain with parameters of type SystemAccountModifier and TypeMethodDescriptionintSystemAccount.compareTo(SystemAccount other) booleanSystemAccount.equals(SystemAccount that) voidSystemAccountSet.putToAccounts(CurrencyRef key, SystemAccount val) Method parameters in dev.vality.damsel.domain with type arguments of type SystemAccountModifier and TypeMethodDescriptionSystemAccountSet.setAccounts(Map<CurrencyRef, SystemAccount> accounts) Constructors in dev.vality.damsel.domain with parameters of type SystemAccountConstructor parameters in dev.vality.damsel.domain with type arguments of type SystemAccountModifierConstructorDescriptionSystemAccountSet(String name, String description, Map<CurrencyRef, SystemAccount> accounts)