Uses of Class
dev.vality.damsel.domain.ProxyObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ProxyObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return ProxyObject Modifier and Type Method Description ProxyObjectProxyObject. deepCopy()ProxyObjectDomainObject. getProxy()ProxyObjectProxyObject. setData(ProxyDefinition data)ProxyObjectProxyObject. setRef(ProxyRef ref)Methods in dev.vality.damsel.domain with parameters of type ProxyObject Modifier and Type Method Description intProxyObject. compareTo(ProxyObject other)booleanProxyObject. equals(ProxyObject that)static DomainObjectDomainObject. proxy(ProxyObject value)voidDomainObject. setProxy(ProxyObject value)Constructors in dev.vality.damsel.domain with parameters of type ProxyObject Constructor Description ProxyObject(ProxyObject other)Performs a deep copy on other.