|
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.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
public class OdiLoadPlanInstanceVariable
This class represents the OdiLoadPlanVariable class in the OdiLoadPlanInstance hierarchy
.
It only offers consultation methods.
| Method Summary | |
|---|---|
OdiVariable.DataType |
getDataType() |
java.lang.String |
getDescription() |
java.io.Serializable |
getInternalId()Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used. |
OdiLoadPlanInstance |
getLoadPlanInstance() |
OdiLogicalSchema |
getLogicalSchema() |
java.lang.String |
getName() |
IRepositoryEntity |
getSecurityContainer()Define a generic way to retrieve container for entities. |
java.lang.String |
getSqlText() |
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object pValue) |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.io.Serializable getInternalId()
IRepositoryEntityTypically a subclass will delegate to a public SomePrimitiveWrapper getId() method. The necessity for the getInternalId() abstract method is solely because the persistence layer needs a way of obtaining the identity irrespective of the actual identity implementation choice.
Returning null from this method will indicate the object has never been saved. This will likely be relied on by some DAO implementations.
public java.lang.Object getValue()
#setDefaultValue(String)public void setValue(java.lang.Object pValue)
value - Variable default value for this step#getDefaultValue()public OdiLoadPlanInstance getLoadPlanInstance()
OdiLoadPlanInstanceVariable is defined.OdiLoadPlanInstancepublic java.lang.String getName()
public java.lang.String getDescription()
public OdiVariable.DataType getDataType()
public OdiLogicalSchema getLogicalSchema()
OdiLogicalSchemapublic java.lang.String getSqlText()
public IRepositoryEntity getSecurityContainer()
IRepositoryEntity
|
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 | |||||||||