|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.InterfaceObjectModification
public class InterfaceObjectModification
This class manages the modifications performed on ODI interface objects.
| Nested Class Summary | |
|---|---|
static class |
InterfaceObjectModification.ModificationModification 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 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
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||