Package com.cedarsoftware.util
Class GraphComparator.Delta
java.lang.Object
com.cedarsoftware.util.GraphComparator.Delta
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GraphComparator.DeltaError
- Enclosing class:
GraphComparator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
These are all possible Delta.Commands that are generated when performing the graph comparison. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCmd()
getId()
int
hashCode()
void
void
setFieldName
(String fieldName) void
void
setOptionalKey
(Object optionalKey) void
setSourceValue
(Object srcValue) void
setTargetValue
(Object targetValue) toString()
-
Constructor Details
-
Delta
-
-
Method Details