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
- Direct Known Subclasses:
- AuthenticationAttemptValueWrapper,- SchemaPropertyWrapperImpl
- Author:
- katka
- See Also:
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructorsConstructorDescriptionPrismPropertyValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status) 
- 
Method SummaryMethods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpladdToDelta, getNewValueWithMetadataApplied, getParent, getParentContainerValue, getPreconditionDeltas, getRealValue, getStatus, getValueMetadata, isChanged, isShowMetadata, isVisible, setNewValue, setShowMetadata, setStatus, setValueMetadataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Constructor Details- 
PrismPropertyValueWrapperpublic PrismPropertyValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status) - Parameters:
- parent-
- value-
- status-
 
 
- 
- 
Method Details- 
setRealValue
- 
toShortString- Specified by:
- toShortStringin interface- PrismValueWrapper<T>
- Overrides:
- toShortStringin class- PrismValueWrapperImpl<T>
 
- 
getNewValue- Specified by:
- getNewValuein interface- PrismValueWrapper<T>
- Overrides:
- getNewValuein class- PrismValueWrapperImpl<T>
 
- 
getOldValue- Specified by:
- getOldValuein interface- PrismValueWrapper<T>
- Overrides:
- getOldValuein class- PrismValueWrapperImpl<T>
 
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
- Overrides:
- debugDumpin class- PrismValueWrapperImpl<T>
 
 
-