Uses of Class
dev.vality.damsel.domain.CryptoCurrencyRef
Packages that use CryptoCurrencyRef
Package
Description
-
Uses of CryptoCurrencyRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CryptoCurrencyRefMethods in dev.vality.damsel.domain that return CryptoCurrencyRefModifier and TypeMethodDescriptionCryptoCurrencyRef.deepCopy()CryptoWallet.getCryptoCurrency()PaymentMethod.getCryptoCurrency()PaymentTool.getCryptoCurrency()Reference.getCryptoCurrency()CryptoCurrencyConditionDefinition.getCryptoCurrencyIs()CryptoCurrencyObject.getRef()Methods in dev.vality.damsel.domain with parameters of type CryptoCurrencyRefModifier and TypeMethodDescriptionintCryptoCurrencyRef.compareTo(CryptoCurrencyRef other) static PaymentMethodPaymentMethod.crypto_currency(CryptoCurrencyRef value) static PaymentToolPaymentTool.crypto_currency(CryptoCurrencyRef value) static ReferenceReference.crypto_currency(CryptoCurrencyRef value) CryptoCurrencyConditionDefinition.crypto_currency_is(CryptoCurrencyRef value) booleanCryptoCurrencyRef.equals(CryptoCurrencyRef that) CryptoWallet.setCryptoCurrency(CryptoCurrencyRef crypto_currency) voidPaymentMethod.setCryptoCurrency(CryptoCurrencyRef value) voidPaymentTool.setCryptoCurrency(CryptoCurrencyRef value) voidReference.setCryptoCurrency(CryptoCurrencyRef value) voidCryptoCurrencyConditionDefinition.setCryptoCurrencyIs(CryptoCurrencyRef value) CryptoCurrencyObject.setRef(CryptoCurrencyRef ref) Constructors in dev.vality.damsel.domain with parameters of type CryptoCurrencyRefModifierConstructorDescriptionCryptoCurrencyObject(CryptoCurrencyRef ref, CryptoCurrency data) Performs a deep copy on other. -
Uses of CryptoCurrencyRef in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as CryptoCurrencyRefMethods in dev.vality.damsel.merch_stat that return CryptoCurrencyRefMethods in dev.vality.damsel.merch_stat with parameters of type CryptoCurrencyRefModifier and TypeMethodDescriptionCryptoCurrency.setCryptoCurrency(CryptoCurrencyRef crypto_currency) -
Uses of CryptoCurrencyRef in dev.vality.damsel.payment_tool_token
Fields in dev.vality.damsel.payment_tool_token declared as CryptoCurrencyRefMethods in dev.vality.damsel.payment_tool_token that return CryptoCurrencyRefMethods in dev.vality.damsel.payment_tool_token with parameters of type CryptoCurrencyRefModifier and TypeMethodDescriptionCryptoCurrencyPayload.setCryptoCurrency(CryptoCurrencyRef crypto_currency)