Class PrismPropertyValueWrapper<T>
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl<T>
-
- com.evolveum.midpoint.gui.impl.prism.wrapper.PrismPropertyValueWrapper<T>
-
- All Implemented Interfaces:
PrismValueWrapper<T>
,DebugDumpable
,Serializable
public class PrismPropertyValueWrapper<T> extends PrismValueWrapperImpl<T>
- Author:
- katka
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PrismPropertyValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
PrismPropertyValue<T>
getNewValue()
PrismPropertyValue<T>
getOldValue()
void
setRealValue(T newRealValue)
String
toShortString()
-
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getParent, getParentContainerValue, getRealValue, getStatus, getValueMetadata, isChanged, isShowMetadata, isVisible, setShowMetadata, setStatus, setValueMetadata
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
PrismPropertyValueWrapper
public PrismPropertyValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status)
- Parameters:
parent
-value
-status
-
-
-
Method Detail
-
setRealValue
public void setRealValue(T newRealValue)
-
toShortString
public String toShortString()
- Specified by:
toShortString
in interfacePrismValueWrapper<T>
- Overrides:
toShortString
in classPrismValueWrapperImpl<T>
-
getNewValue
public PrismPropertyValue<T> getNewValue()
- Specified by:
getNewValue
in interfacePrismValueWrapper<T>
- Overrides:
getNewValue
in classPrismValueWrapperImpl<T>
-
getOldValue
public PrismPropertyValue<T> getOldValue()
- Specified by:
getOldValue
in interfacePrismValueWrapper<T>
- Overrides:
getOldValue
in classPrismValueWrapperImpl<T>
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
- Overrides:
debugDump
in classPrismValueWrapperImpl<T>
-
-