Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.domain.model
Class KeyColumn.KeyColumnId

java.lang.Object
  extended by oracle.odi.domain.model.KeyColumn.KeyColumnId

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
KeyColumn

public static class KeyColumn.KeyColumnId
extends java.lang.Object
implements java.io.Serializable

Internal: Composite ID class for KeyColumn object.

Note:This class is not intended to be used by SDK users and is only public for technical reason. Application code should instead use the OdiKey class in order to manage columns participating in a key.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
KeyColumn.KeyColumnId(java.lang.Number pKeyId, java.lang.Number pColumnId)
          Creates a new KeyColumnId object.

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Number getColumnlId()
          Obtains the column ID.
 java.lang.Number getKeyId()
          Obtains the key ID.
 int hashCode()
           

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

KeyColumn.KeyColumnId

public KeyColumn.KeyColumnId(java.lang.Number pKeyId,
                             java.lang.Number pColumnId)
Creates a new KeyColumnId object.

Note:This constructor is not intended to be used by SDK users and is only public for technical reason.

Parameters:
pKeyId - the key ID
pColumnId - the column ID

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getColumnlId

public java.lang.Number getColumnlId()
Obtains the column ID.

Note:This method is not intended to be used by SDK users and is only public for technical reason.

Returns:
the column ID.

getKeyId

public java.lang.Number getKeyId()
Obtains the key ID.

Note:This method is not intended to be used by SDK users and is only public for technical reason.

Returns:
the key ID.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.