Class PrismReferenceValueWrapperImpl<T extends Referencable>
- java.lang.Object
 - 
- com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl<T>
 - 
- com.evolveum.midpoint.gui.impl.prism.wrapper.PrismReferenceValueWrapperImpl<T>
 
 
 
- 
- All Implemented Interfaces:
 PrismValueWrapper<T>,DebugDumpable,Serializable
public class PrismReferenceValueWrapperImpl<T extends Referencable> 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 PrismReferenceValueWrapperImpl(PrismReferenceWrapper<T> parent, PrismReferenceValue value, ValueStatus status) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)PrismReferenceValuegetNewValue()booleanisEditEnabled()booleanisLink()voidsetEditEnabled(boolean editEnabled)voidsetLink(boolean link)voidsetRealValue(T realValueReferencable)StringtoShortString()- 
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getOldValue, 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
- 
PrismReferenceValueWrapperImpl
public PrismReferenceValueWrapperImpl(PrismReferenceWrapper<T> parent, PrismReferenceValue value, ValueStatus status)
 
 - 
 
- 
Method Detail
- 
setRealValue
public void setRealValue(T realValueReferencable)
 
- 
isEditEnabled
public boolean isEditEnabled()
 
- 
setEditEnabled
public void setEditEnabled(boolean editEnabled)
 
- 
isLink
public boolean isLink()
 
- 
setLink
public void setLink(boolean link)
 
- 
getNewValue
public PrismReferenceValue getNewValue()
- Specified by:
 getNewValuein interfacePrismValueWrapper<T extends Referencable>- Overrides:
 getNewValuein classPrismValueWrapperImpl<T extends Referencable>
 
- 
toShortString
public String toShortString()
- Specified by:
 toShortStringin interfacePrismValueWrapper<T extends Referencable>- Overrides:
 toShortStringin classPrismValueWrapperImpl<T extends Referencable>
 
- 
debugDump
public String debugDump(int indent)
- Specified by:
 debugDumpin interfaceDebugDumpable- Overrides:
 debugDumpin classPrismValueWrapperImpl<T extends Referencable>
 
 - 
 
 -