com.evolveum.midpoint.web.component.prism
Class ValueWrapper<T>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
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.