Class PartiallyResolvedDelta<V extends PrismValue,D extends ItemDefinition>
- java.lang.Object
-
- com.evolveum.midpoint.prism.delta.PartiallyResolvedDelta<V,D>
-
- All Implemented Interfaces:
DebugDumpable
public class PartiallyResolvedDelta<V extends PrismValue,D extends ItemDefinition> extends Object implements DebugDumpable
- Author:
- semancik
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PartiallyResolvedDelta(ItemDelta<V,D> itemDelta, ItemPath residualPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
boolean
equals(Object o)
ItemDelta<V,D>
getDelta()
ItemPath
getResidualPath()
int
hashCode()
void
setDelta(ItemDelta<V,D> itemDelta)
void
setResidualPath(ItemPath residualPath)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
getResidualPath
public ItemPath getResidualPath()
-
setResidualPath
public void setResidualPath(ItemPath residualPath)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-