public class ObjectValueContainer.ObjectValueHolder extends Object implements Cloneable
| Modifier and Type | Method and Description |
|---|---|
protected void |
assureLoaded() |
protected ObjectValueContainer.ObjectValueHolder |
clone() |
boolean |
equals(Object obj) |
Object |
getCurrentValue()
Returns the most recent value for this property.
|
String |
getLanguageIso() |
Object |
getLiveValue() |
Object |
getLocalValue() |
Object |
getOriginalValue() |
PropertyDescriptor |
getPropertyDescriptor() |
boolean |
hasConflict() |
int |
hashCode() |
boolean |
isModified() |
void |
setLocalValue(Object currentValue) |
void |
setModified(boolean modified) |
void |
stored() |
String |
toString() |
void |
unmodify() |
void |
update(Object liveValue) |
protected ObjectValueContainer.ObjectValueHolder clone()
public Object getCurrentValue()
public void setModified(boolean modified)
public String getLanguageIso()
public Object getLiveValue()
public Object getLocalValue()
public Object getOriginalValue()
public PropertyDescriptor getPropertyDescriptor()
public boolean hasConflict()
public boolean isModified()
public void setLocalValue(Object currentValue)
public void stored()
public void unmodify()
public void update(Object liveValue)
protected void assureLoaded()
Copyright © 2017 SAP SE. All Rights Reserved.