com.evolveum.midpoint.web.component.prism
Class ValueWrapper<T>

java.lang.Object
  extended by com.evolveum.midpoint.web.component.prism.ValueWrapper<T>
All Implemented Interfaces:
java.io.Serializable

public class ValueWrapper<T>
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value)
           
ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value, PrismPropertyValue<T> oldValue, ValueStatus status)
           
ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value, ValueStatus status)
           
 
Method Summary
 PrismPropertyValue<T> getOldValue()
           
 PropertyWrapper getProperty()
           
 ValueStatus getStatus()
           
 PrismPropertyValue<T> getValue()
           
 boolean hasValueChanged()
           
 void setStatus(ValueStatus status)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueWrapper

public ValueWrapper(PropertyWrapper property,
                    PrismPropertyValue<T> value)

ValueWrapper

public ValueWrapper(PropertyWrapper property,
                    PrismPropertyValue<T> value,
                    ValueStatus status)

ValueWrapper

public ValueWrapper(PropertyWrapper property,
                    PrismPropertyValue<T> value,
                    PrismPropertyValue<T> oldValue,
                    ValueStatus status)
Method Detail

getProperty

public PropertyWrapper getProperty()

getStatus

public ValueStatus getStatus()

getValue

public PrismPropertyValue<T> getValue()

getOldValue

public PrismPropertyValue<T> getOldValue()

setStatus

public void setStatus(ValueStatus status)

hasValueChanged

public boolean hasValueChanged()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.