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
All Implemented Interfaces:
DebugDumpable

public final class AttributeModificationOperation
extends Operation

Author:
Radovan Semancik

Field Summary
 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
 
Constructor Summary
AttributeModificationOperation()
           
 
Method Summary
 java.lang.String debugDump(int indent)
           
 PropertyModificationTypeType getChangeType()
           
 Property getNewAttribute()
           
 void setChangeType(PropertyModificationTypeType changeType)
           
 void setNewAttribute(Property newAttribute)
           
 
Methods inherited from class com.evolveum.midpoint.provisioning.ucf.api.Operation
debugDump
 
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)

debugDump

public java.lang.String debugDump(int indent)


Copyright © 2012 evolveum. All Rights Reserved.