public class ItemValueWithOrigin<V extends PrismValue,D extends ItemDefinition> extends Object implements DebugDumpable
INDENT_STRING
Constructor and Description |
---|
ItemValueWithOrigin(V propertyValue,
Mapping<V,D> mapping,
Construction accountConstruction) |
Modifier and Type | Method and Description |
---|---|
ItemValueWithOrigin<V,D> |
clone() |
protected void |
copyValues(ItemValueWithOrigin<V,D> clone) |
static <V extends PrismValue,D extends ItemDefinition> |
createOutputTriple(Mapping<V,D> mapping) |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
boolean |
equalsRealValue(V pvalue) |
Construction |
getConstruction() |
V |
getItemValue() |
Mapping<V,D> |
getMapping() |
V |
getPropertyValue()
Deprecated.
|
void |
setItemValue(V value) |
String |
toString() |
public ItemValueWithOrigin(V propertyValue, Mapping<V,D> mapping, Construction accountConstruction)
@Deprecated public V getPropertyValue()
public V getItemValue()
public void setItemValue(V value)
public Construction getConstruction()
public boolean equalsRealValue(V pvalue)
public ItemValueWithOrigin<V,D> clone()
protected void copyValues(ItemValueWithOrigin<V,D> clone)
public static <V extends PrismValue,D extends ItemDefinition> DeltaSetTriple<ItemValueWithOrigin<V,D>> createOutputTriple(Mapping<V,D> mapping)
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2015 evolveum. All rights reserved.