Uses of Class
dev.vality.damsel.domain.SystemAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of SystemAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type SystemAccount Modifier and Type Field Description Map<CurrencyRef,SystemAccount>SystemAccountSet. accountsMethods in dev.vality.damsel.domain that return SystemAccount Modifier and Type Method Description SystemAccountSystemAccount. deepCopy()SystemAccountSystemAccount. setSettlement(long settlement)SystemAccountSystemAccount. setSubagent(long subagent)Methods in dev.vality.damsel.domain that return types with arguments of type SystemAccount Modifier and Type Method Description Map<CurrencyRef,SystemAccount>SystemAccountSet. getAccounts()Methods in dev.vality.damsel.domain with parameters of type SystemAccount Modifier and Type Method Description intSystemAccount. 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 SystemAccount Modifier and Type Method Description SystemAccountSetSystemAccountSet. setAccounts(Map<CurrencyRef,SystemAccount> accounts)Constructors in dev.vality.damsel.domain with parameters of type SystemAccount Constructor Description SystemAccount(SystemAccount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type SystemAccount Constructor Description SystemAccountSet(String name, String description, Map<CurrencyRef,SystemAccount> accounts)