|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.interfaces.interactive.InterfaceObjectModification
public class InterfaceObjectModification
This class manages the modifications performed on ODI interface objects.
| Nested Class Summary | |
|---|---|
static class |
InterfaceObjectModification.Modification
Modification indicates the action performed on the ODI interface object. |
| Constructor Summary | |
|---|---|
InterfaceObjectModification(IInterfaceSubComponent pModifiedObject,
InterfaceObjectModification.Modification pModification)
Constructor to create an instance with the ODI interface object and corresponding modification performed. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObj)
Returns true if the modified object and modification are the same as the modified object and modification of this InterfaceObjectModification object. |
InterfaceObjectModification.Modification |
getModification()
Returns the modification. |
IInterfaceSubComponent |
getModifiedObject()
Returns the object that was modified. |
int |
hashCode()
Returns the result of the following expression: (hash code of modified object) ^ (hash code of modification object). |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterfaceObjectModification(IInterfaceSubComponent pModifiedObject,
InterfaceObjectModification.Modification pModification)
pModifiedObject - the object that was modifiedpModification - the modification performed| Method Detail |
|---|
public boolean equals(java.lang.Object pObj)
equals in class java.lang.ObjectpObj - object to be compared with
public InterfaceObjectModification.Modification getModification()
public IInterfaceSubComponent getModifiedObject()
public int hashCode()
hashCode in class java.lang.Object
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||