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
public static class GraphComparator.Delta extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphComparator.Delta.CommandThese are all possible Delta.Commands that are generated when performing the graph comparison.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)GraphComparator.Delta.CommandgetCmd()StringgetFieldName()ObjectgetId()ObjectgetOptionalKey()ObjectgetSourceValue()ObjectgetTargetValue()inthashCode()voidsetCmd(GraphComparator.Delta.Command cmd)voidsetFieldName(String fieldName)voidsetId(Object id)voidsetOptionalKey(Object optionalKey)voidsetSourceValue(Object srcValue)voidsetTargetValue(Object targetValue)StringtoString()
-
-
-
Method Detail
-
getId
public Object getId()
-
setId
public void setId(Object id)
-
getFieldName
public String getFieldName()
-
setFieldName
public void setFieldName(String fieldName)
-
getSourceValue
public Object getSourceValue()
-
setSourceValue
public void setSourceValue(Object srcValue)
-
getTargetValue
public Object getTargetValue()
-
setTargetValue
public void setTargetValue(Object targetValue)
-
getOptionalKey
public Object getOptionalKey()
-
setOptionalKey
public void setOptionalKey(Object optionalKey)
-
getCmd
public GraphComparator.Delta.Command getCmd()
-
setCmd
public void setCmd(GraphComparator.Delta.Command cmd)
-
-