public interface ObjectModified extends CompareItem
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Returns the value of the 'Field Name' attribute.
|
String |
getNewValue()
Returns the value of the 'New Value' attribute.
|
String |
getOldValue()
Returns the value of the 'Old Value' attribute.
|
void |
setFieldName(String value)
Sets the value of the '
Field Name' attribute. |
void |
setNewValue(String value)
Sets the value of the '
New Value' attribute. |
void |
setOldValue(String value)
Sets the value of the '
Old Value' attribute. |
getDataObject, setDataObjectforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getFieldName()
If the meaning of the 'Field Name' attribute isn't clear, there really should be more of a description here...
setFieldName(String),
StorePackage.getObjectModified_FieldName()void setFieldName(String value)
Field Name' attribute.
value - the new value of the 'Field Name' attribute.getFieldName()String getOldValue()
If the meaning of the 'Old Value' attribute isn't clear, there really should be more of a description here...
setOldValue(String),
StorePackage.getObjectModified_OldValue()void setOldValue(String value)
Old Value' attribute.
value - the new value of the 'Old Value' attribute.getOldValue()String getNewValue()
If the meaning of the 'New Value' attribute isn't clear, there really should be more of a description here...
setNewValue(String),
StorePackage.getObjectModified_NewValue()void setNewValue(String value)
New Value' attribute.
value - the new value of the 'New Value' attribute.getNewValue()Copyright © 2018 OpenSource BIM. All rights reserved.