com.evolveum.midpoint.web.model.dto
Class PropertyChange

java.lang.Object
  extended by com.evolveum.midpoint.web.model.dto.PropertyChange

public final class PropertyChange
extends java.lang.Object

Author:
semancik

Nested Class Summary
static class PropertyChange.ChangeType
           
 
Constructor Summary
PropertyChange(javax.xml.namespace.QName name, PropertyChange.ChangeType type, java.util.Set<java.lang.Object> values)
           
 
Method Summary
 PropertyChange.ChangeType getChangeType()
           
 javax.xml.namespace.QName getPropertyName()
           
 java.util.Set<java.lang.Object> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyChange

public PropertyChange(javax.xml.namespace.QName name,
                      PropertyChange.ChangeType type,
                      java.util.Set<java.lang.Object> values)
Method Detail

getPropertyName

public javax.xml.namespace.QName getPropertyName()

getChangeType

public PropertyChange.ChangeType getChangeType()

getValues

public java.util.Set<java.lang.Object> getValues()


Copyright © 2012 evolveum. All Rights Reserved.