Uses of Class
dev.vality.damsel.domain.InspectorObject
Packages that use InspectorObject
-
Uses of InspectorObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InspectorObjectModifier and TypeMethodDescriptionInspectorObject.deepCopy()DomainObject.getInspector()InspectorObject.setRef(InspectorRef ref) Methods in dev.vality.damsel.domain with parameters of type InspectorObjectModifier and TypeMethodDescriptionintInspectorObject.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 InspectorObjectModifierConstructorDescriptionInspectorObject(InspectorObject other) Performs a deep copy on other.