Uses of Class
dev.vality.damsel.domain.CurrencyObject
Packages that use CurrencyObject
-
Uses of CurrencyObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CurrencyObjectModifier and TypeMethodDescriptionCurrencyObject.deepCopy()DomainObject.getCurrency()CurrencyObject.setRef(CurrencyRef ref) Methods in dev.vality.damsel.domain with parameters of type CurrencyObjectModifier and TypeMethodDescriptionintCurrencyObject.compareTo(CurrencyObject other) static DomainObjectDomainObject.currency(CurrencyObject value) booleanCurrencyObject.equals(CurrencyObject that) voidDomainObject.setCurrency(CurrencyObject value) Constructors in dev.vality.damsel.domain with parameters of type CurrencyObjectModifierConstructorDescriptionCurrencyObject(CurrencyObject other) Performs a deep copy on other.