public class InterfaceObjectModification
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InterfaceObjectModification.Modification
Deprecated.
Modification indicates the action performed on the ODI interface object.
|
| Constructor and Description |
|---|
InterfaceObjectModification(IInterfaceSubComponent pModifiedObject,
InterfaceObjectModification.Modification pModification)
Deprecated.
Constructor to create an instance with the ODI interface object and corresponding
modification performed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pObj)
Deprecated.
Returns true if the modified object and modification are the same as the modified object and
modification of this InterfaceObjectModification object.
|
InterfaceObjectModification.Modification |
getModification()
Deprecated.
Returns the modification.
|
IInterfaceSubComponent |
getModifiedObject()
Deprecated.
Returns the object that was modified.
|
int |
hashCode()
Deprecated.
Returns the result of the following expression: (hash code of modified object) ^ (hash code
of modification object).
|
public InterfaceObjectModification(IInterfaceSubComponent pModifiedObject, InterfaceObjectModification.Modification pModification)
pModifiedObject - the object that was modifiedpModification - the modification performedpublic InterfaceObjectModification.Modification getModification()
public IInterfaceSubComponent getModifiedObject()
public boolean equals(java.lang.Object pObj)
equals in class java.lang.ObjectpObj - object to be compared withpublic int hashCode()
hashCode in class java.lang.Object