com.evolveum.midpoint.model
Class Delta<T>
java.lang.Object
com.evolveum.midpoint.model.Delta<T>
public class Delta<T>
- extends java.lang.Object
Describes relative change.
- Author:
- Radovan Semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Delta
public Delta()
Delta
public Delta(Delta.DeltaType type)
getType
public Delta.DeltaType getType()
setType
public void setType(Delta.DeltaType type)
getChange
public java.util.Collection<T> getChange()
add
public void add(T object)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011 evolveum. All Rights Reserved.