public class ItemModificationInfo extends Object
| Constructor and Description |
|---|
ItemModificationInfo(ItemModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(String attribute,
boolean localized,
Object originalValue,
Object modifiedValue) |
ItemModel |
getModel() |
Set<String> |
getModifiedAttributes() |
Object |
getModifiedValue(String attribute) |
Object |
getOriginalValue(String attribute) |
boolean |
isLocalized(String attribute) |
boolean |
isNew() |
void |
setNew(boolean isModelNew) |
protected boolean |
valuesEqual(Object value1,
Object value2) |
public ItemModificationInfo(ItemModel model)
Copyright © 2017 SAP SE. All Rights Reserved.