Skip navigation links

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

E17060-03


oracle.odi.domain.runtime.lpi
Class OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId

java.lang.Object
  extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId

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

public static class OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId
extends java.lang.Object
implements java.io.Serializable

Implements the composite key for OdiContextualSchemaMapping.

See Also:
Serialized Form

Constructor Summary
OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId(java.lang.Number pLoadPlanInstance, java.lang.Long pRunCount)
          Create a new OdiContextualSchemaMapping.OdiContextualSchemaMappingId.

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Number getLoadPlanInstance()
          used to return the id of the loadPlanInstance
 java.lang.Long getRunCount()
          used to return the run count number
 int hashCode()
           

 

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

 

Constructor Detail

OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId

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

Method Detail

getLoadPlanInstance

public java.lang.Number getLoadPlanInstance()
used to return the id of the loadPlanInstance
Returns:
loadPlanInstanceId

getRunCount

public java.lang.Long getRunCount()
used to return the run count number
Returns:
runCount

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.6.0)

E17060-03


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