com.evolveum.midpoint.provisioning.ucf.api
Class AttributeModificationOperation

java.lang.Object
  extended by com.evolveum.midpoint.provisioning.ucf.api.Operation
      extended by com.evolveum.midpoint.provisioning.ucf.api.AttributeModificationOperation

public final class AttributeModificationOperation
extends Operation

Author:
Radovan Semancik

Constructor Summary
AttributeModificationOperation()
           
 
Method Summary
 PropertyModificationTypeType getChangeType()
           
 Property getNewAttribute()
           
 void setChangeType(PropertyModificationTypeType changeType)
           
 void setNewAttribute(Property newAttribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeModificationOperation

public AttributeModificationOperation()
Method Detail

getNewAttribute

public Property getNewAttribute()

setNewAttribute

public void setNewAttribute(Property newAttribute)

getChangeType

public PropertyModificationTypeType getChangeType()

setChangeType

public void setChangeType(PropertyModificationTypeType changeType)


Copyright © 2011 evolveum. All Rights Reserved.