Class ObjectValueContainer.ObjectValueHolder
java.lang.Object
de.hybris.platform.cockpit.services.values.ObjectValueContainer.ObjectValueHolder
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- ObjectValueContainer
Encapsulates a single property value. Hold current value, original value and (after update) the live value too.
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected ObjectValueContainer.ObjectValueHolderclone()booleanReturns the most recent value for this property.booleaninthashCode()booleanvoidsetLocalValue(Object currentValue) voidsetModified(boolean modified) voidstored()toString()voidunmodify()void
-
Method Details
-
clone
-
equals
-
getCurrentValue
Returns the most recent value for this property. If the property has been modified this returns the local value. Otherwise it returns the live value (which may be the same as local or different after update). -
setModified
public void setModified(boolean modified) -
getLanguageIso
-
getLiveValue
-
getLocalValue
-
getOriginalValue
-
getPropertyDescriptor
-
hasConflict
public boolean hasConflict() -
hashCode
public int hashCode() -
isModified
public boolean isModified() -
setLocalValue
-
stored
public void stored() -
toString
-
unmodify
public void unmodify() -
update
-
assureLoaded
protected void assureLoaded()
-