Uses of Class
dev.vality.damsel.domain.InspectorObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InspectorObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InspectorObject Modifier and Type Method Description InspectorObjectInspectorObject. deepCopy()InspectorObjectDomainObject. getInspector()InspectorObjectInspectorObject. setData(Inspector data)InspectorObjectInspectorObject. setRef(InspectorRef ref)Methods in dev.vality.damsel.domain with parameters of type InspectorObject Modifier and Type Method Description intInspectorObject. compareTo(InspectorObject other)booleanInspectorObject. equals(InspectorObject that)static DomainObjectDomainObject. inspector(InspectorObject value)voidDomainObject. setInspector(InspectorObject value)Constructors in dev.vality.damsel.domain with parameters of type InspectorObject Constructor Description InspectorObject(InspectorObject other)Performs a deep copy on other.