public class ValueWrapper<T> extends Object implements Serializable
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
PrismPropertyValue<T> |
getOldValue() |
PropertyWrapper |
getProperty() |
ValueStatus |
getStatus() |
PrismPropertyValue<T> |
getValue() |
boolean |
hasValueChanged() |
boolean |
isReadonly() |
void |
normalize() |
void |
setStatus(ValueStatus status) |
String |
toString() |
public ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value)
public ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value, ValueStatus status)
public ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value, PrismPropertyValue<T> oldValue, ValueStatus status)
public PropertyWrapper getProperty()
public ValueStatus getStatus()
public PrismPropertyValue<T> getValue()
public PrismPropertyValue<T> getOldValue()
public void setStatus(ValueStatus status)
public void normalize()
public boolean hasValueChanged()
public boolean isReadonly()
Copyright © 2013 evolveum. All rights reserved.