com.evolveum.midpoint.model
Class Delta<T>

java.lang.Object
  extended by com.evolveum.midpoint.model.Delta<T>

public class Delta<T>
extends java.lang.Object

Describes relative change.

Author:
Radovan Semancik

Nested Class Summary
static class Delta.DeltaType
           
 
Constructor Summary
Delta()
           
Delta(Delta.DeltaType type)
           
 
Method Summary
 void add(T object)
           
 java.util.Collection<T> getChange()
           
 Delta.DeltaType getType()
           
 void setType(Delta.DeltaType type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Delta

public Delta()

Delta

public Delta(Delta.DeltaType type)
Method Detail

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.