Class MergeDeltas<O extends ObjectType>
- java.lang.Object
 - 
- com.evolveum.midpoint.model.api.util.MergeDeltas<O>
 
 
- 
- All Implemented Interfaces:
 DebugDumpable,Serializable
public class MergeDeltas<O extends ObjectType> extends Object implements DebugDumpable, Serializable
- Author:
 - semancik
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MergeDeltas(ObjectDelta<O> leftObjectDelta, ObjectDelta<O> leftLinkDelta, ObjectDelta<O> rightLinkDelta) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)booleanequals(Object obj)ObjectDelta<O>getLeftLinkDelta()ObjectDelta<O>getLeftObjectDelta()ObjectDelta<O>getRightLinkDelta()inthashCode()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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MergeDeltas
public MergeDeltas(ObjectDelta<O> leftObjectDelta, ObjectDelta<O> leftLinkDelta, ObjectDelta<O> rightLinkDelta)
 
 - 
 
- 
Method Detail
- 
getLeftObjectDelta
public ObjectDelta<O> getLeftObjectDelta()
 
- 
getLeftLinkDelta
public ObjectDelta<O> getLeftLinkDelta()
 
- 
getRightLinkDelta
public ObjectDelta<O> getRightLinkDelta()
 
- 
debugDump
public String debugDump(int indent)
- Specified by:
 debugDumpin interfaceDebugDumpable
 
 - 
 
 -