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 StringdebugDump(int indent)PrismPropertyValue<T>getNewValue()PrismPropertyValue<T>getOldValue()voidsetRealValue(T newRealValue)StringtoShortString()-
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:
toShortStringin interfacePrismValueWrapper<T>- Overrides:
toShortStringin classPrismValueWrapperImpl<T>
-
getNewValue
public PrismPropertyValue<T> getNewValue()
- Specified by:
getNewValuein interfacePrismValueWrapper<T>- Overrides:
getNewValuein classPrismValueWrapperImpl<T>
-
getOldValue
public PrismPropertyValue<T> getOldValue()
- Specified by:
getOldValuein interfacePrismValueWrapper<T>- Overrides:
getOldValuein classPrismValueWrapperImpl<T>
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable- Overrides:
debugDumpin classPrismValueWrapperImpl<T>
-
-