Uses of Class
dev.vality.damsel.domain.ProviderObject
Packages that use ProviderObject
-
Uses of ProviderObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return ProviderObjectModifier and TypeMethodDescriptionProviderObject.deepCopy()DomainObject.getProvider()ProviderObject.setRef(ProviderRef ref) Methods in dev.vality.damsel.domain with parameters of type ProviderObjectModifier and TypeMethodDescriptionintProviderObject.compareTo(ProviderObject other) booleanProviderObject.equals(ProviderObject that) static DomainObjectDomainObject.provider(ProviderObject value) voidDomainObject.setProvider(ProviderObject value) Constructors in dev.vality.damsel.domain with parameters of type ProviderObjectModifierConstructorDescriptionProviderObject(ProviderObject other) Performs a deep copy on other.