Class ItemModificationInfo
java.lang.Object
com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues.ItemModificationInfo
Helper class which collects information about modification of given object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntry(String attribute, boolean localized, boolean encrypted, Object originalValue, Object modifiedValue) voidgetModel()getModifiedValue(String attribute) getOriginalValue(String attribute) booleanisLocalized(String attribute) booleanisNew()voidsetNew(boolean isModelNew) protected booleanvaluesEqual(Object value1, Object value2)
-
Constructor Details
-
ItemModificationInfo
-
-
Method Details
-
addEntry
-
addEntry
-
getModel
-
getModifiedAttributes
-
getOriginalValue
-
getModifiedValue
-
isLocalized
-
isNew
public boolean isNew() -
setNew
public void setNew(boolean isModelNew) -
valuesEqual
-