com.evolveum.midpoint.provisioning.ucf.api
Class Change
java.lang.Object
com.evolveum.midpoint.provisioning.ucf.api.Change
public final class Change
- extends java.lang.Object
- Author:
- Radovan Semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Change
public Change(java.util.Set<Property> identifiers,
ObjectChangeType change,
Property token)
Change
public Change(ObjectChangeType change,
Property token)
getChange
public ObjectChangeType getChange()
setChange
public void setChange(ObjectChangeType change)
getIdentifiers
public java.util.Set<Property> getIdentifiers()
setIdentifiers
public void setIdentifiers(java.util.Set<Property> identifiers)
getToken
public Property getToken()
setToken
public void setToken(Property token)
getOldShadow
public ResourceObjectShadowType getOldShadow()
setOldShadow
public void setOldShadow(ResourceObjectShadowType oldShadow)
Copyright © 2011 evolveum. All Rights Reserved.