Skip navigation links

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

E17060-02


oracle.odi.domain.topology
Class OdiContextualSchemaMapping.OdiContextualSchemaMappingId

java.lang.Object
  extended by oracle.odi.domain.topology.OdiContextualSchemaMapping.OdiContextualSchemaMappingId

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

public static class OdiContextualSchemaMapping.OdiContextualSchemaMappingId
extends java.lang.Object
implements java.io.Serializable

Implements the composite key for OdiContextualSchemaMapping.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiContextualSchemaMapping.OdiContextualSchemaMappingId(java.lang.Number pContextId, java.lang.Number pLogicalSchemaId)
          Create a new OdiContextualSchemaMapping.OdiContextualSchemaMappingId.

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Number getContext()
          Obtains the context id.
 java.lang.Number getLogicalSchema()
          Obtains the logical schema id.
 int hashCode()
           

 

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

 

Constructor Detail

OdiContextualSchemaMapping.OdiContextualSchemaMappingId

public OdiContextualSchemaMapping.OdiContextualSchemaMappingId(java.lang.Number pContextId,
                                                               java.lang.Number pLogicalSchemaId)
Create a new OdiContextualSchemaMapping.OdiContextualSchemaMappingId.
Parameters:
pContextId - context id
pLogicalSchemaId - logical schema id

Method Detail

getContext

public java.lang.Number getContext()
Obtains the context id.
Returns:
context id

getLogicalSchema

public java.lang.Number getLogicalSchema()
Obtains the logical schema id.
Returns:
logical schema id

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

Skip navigation links

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

E17060-02


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