Uses of Class
dev.vality.damsel.domain.CryptoCurrency
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CryptoCurrency in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CryptoCurrency Modifier and Type Field Description CryptoCurrencyCryptoCurrencyObject. dataMethods in dev.vality.damsel.domain that return CryptoCurrency Modifier and Type Method Description CryptoCurrencyCryptoCurrency. deepCopy()CryptoCurrencyCryptoCurrencyObject. getData()CryptoCurrencyCryptoCurrency. setDescription(String description)CryptoCurrencyCryptoCurrency. setName(String name)Methods in dev.vality.damsel.domain with parameters of type CryptoCurrency Modifier and Type Method Description intCryptoCurrency. compareTo(CryptoCurrency other)booleanCryptoCurrency. equals(CryptoCurrency that)CryptoCurrencyObjectCryptoCurrencyObject. setData(CryptoCurrency data)Constructors in dev.vality.damsel.domain with parameters of type CryptoCurrency Constructor Description CryptoCurrency(CryptoCurrency other)Performs a deep copy on other.CryptoCurrencyObject(CryptoCurrencyRef ref, CryptoCurrency data)