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

E17060-01

oracle.odi.domain.project.interfaces
Class TemporaryTargetUpdateKey

java.lang.Object
  extended by oracle.odi.domain.project.interfaces.TemporaryTargetUpdateKey
All Implemented Interfaces:
IKey<TargetColumn>

public class TemporaryTargetUpdateKey
extends java.lang.Object
implements IKey<TargetColumn>

This class represents the target update key for an interface when the target of the interface is a temporary datastore.

Since:
11.1.1.3.0

Constructor Summary
TemporaryTargetUpdateKey(java.util.List<TargetColumn> pColumns)
          For internal use only Create a new update key object for a temporary target datastore.
 
Method Summary
 java.util.List<TargetColumn> getColumns()
          Obtains the columns that participate in this key.
 java.lang.String getName()
          Obtains the name of this key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemporaryTargetUpdateKey

public TemporaryTargetUpdateKey(java.util.List<TargetColumn> pColumns)
For internal use only Create a new update key object for a temporary target datastore.

Parameters:
pColumns - the target columns that participate in the update key.
Method Detail

getColumns

public java.util.List<TargetColumn> getColumns()
Obtains the columns that participate in this key.

Specified by:
getColumns in interface IKey<TargetColumn>
Returns:
a list of column. The returned list is typically unmodifiable.

getName

public java.lang.String getName()
Description copied from interface: IKey
Obtains the name of this key.

Specified by:
getName in interface IKey<TargetColumn>
Returns:
key's name

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

E17060-01

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