Uses of Class
dev.vality.damsel.domain.CryptoCurrency
Packages that use CryptoCurrency
-
Uses of CryptoCurrency in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CryptoCurrencyMethods in dev.vality.damsel.domain that return CryptoCurrencyModifier and TypeMethodDescriptionCryptoCurrency.deepCopy()CryptoCurrencyObject.getData()CryptoCurrency.setDescription(String description) Methods in dev.vality.damsel.domain with parameters of type CryptoCurrencyModifier and TypeMethodDescriptionintCryptoCurrency.compareTo(CryptoCurrency other) booleanCryptoCurrency.equals(CryptoCurrency that) CryptoCurrencyObject.setData(CryptoCurrency data) Constructors in dev.vality.damsel.domain with parameters of type CryptoCurrencyModifierConstructorDescriptionCryptoCurrency(CryptoCurrency other) Performs a deep copy on other.CryptoCurrencyObject(CryptoCurrencyRef ref, CryptoCurrency data)