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 StringdebugDump(int indent)booleanequals(Object o)ItemDelta<V,D>getDelta()ItemPathgetResidualPath()inthashCode()voidsetDelta(ItemDelta<V,D> itemDelta)voidsetResidualPath(ItemPath residualPath)StringtoString()- 
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:
 debugDumpin interfaceDebugDumpable
 
 - 
 
 -