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:
Serializable

public class ValueWrapper<T>
extends Object
implements 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()
           
 boolean isReadonly()
           
 void normalize()
           
 void setStatus(ValueStatus status)
           
 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)

normalize

public void normalize()

hasValueChanged

public boolean hasValueChanged()

isReadonly

public boolean isReadonly()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.