Uses of Class
dev.vality.damsel.domain.ProviderAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ProviderAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ProviderAccount Modifier and Type Field Description Map<CurrencyRef,ProviderAccount>Provider. accountsMethods in dev.vality.damsel.domain that return ProviderAccount Modifier and Type Method Description ProviderAccountProviderAccount. deepCopy()ProviderAccountProviderAccount. setSettlement(long settlement)Methods in dev.vality.damsel.domain that return types with arguments of type ProviderAccount Modifier and Type Method Description Map<CurrencyRef,ProviderAccount>Provider. getAccounts()Methods in dev.vality.damsel.domain with parameters of type ProviderAccount Modifier and Type Method Description intProviderAccount. compareTo(ProviderAccount other)booleanProviderAccount. equals(ProviderAccount that)voidProvider. putToAccounts(CurrencyRef key, ProviderAccount val)Method parameters in dev.vality.damsel.domain with type arguments of type ProviderAccount Modifier and Type Method Description ProviderProvider. setAccounts(Map<CurrencyRef,ProviderAccount> accounts)Constructors in dev.vality.damsel.domain with parameters of type ProviderAccount Constructor Description ProviderAccount(ProviderAccount other)Performs a deep copy on other.