public class OdiLoadPlanStepVariable
extends oracle.odi.domain.support.AbstractRepositoryEntity
This class represents the association between an OdiLoadPlanVariable and an OdiLoadPlanStep.
On each step, the user can decide to override an OdiLoadPlanVariable.
The life cycle of an OdiLoadPlanStepVariable begins when the user overrides an OdiLoadPlanVariable on a OdiLoadPlanStep.
The OdiLoadPlanStepVariable is then stored in the runtime repository when the OdiLoadPlanStep is persisted.
The users can modify the OdiLoadPlanStepVariable to make it fit their needs.
The life cycle ends in 3 ways
-when the user decides to break the association between the step and the variable (remove the overridden variable)
-when the OdiLoadPlanStep is removed from the OdiLoadPlan
-when the OdiLoadPlanVariable is removed from the OdiLoadPlan
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getInternalId()
Provides a common getter for the persistence layer to obtain an identity,
irrespective of the actual type of identity used.
|
OdiLoadPlan |
getLoadPlan() |
OdiLoadPlanStep |
getLoadPlanStep() |
OdiLoadPlanVariable |
getLoadPlanVariable() |
java.lang.Object |
getValue() |
boolean |
isRefresh() |
void |
setRefresh(boolean refresh) |
void |
setValue(java.lang.Object pValue) |
public java.io.Serializable getInternalId()
IRepositoryEntity
Typically 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 boolean isRefresh()
setRefresh(boolean)public void setRefresh(boolean refresh)
refresh - 0/1 Variable Refresh indicatorisRefresh()public OdiLoadPlan getLoadPlan()
OdiLoadPlanVariable is defined.OdiLoadPlanpublic OdiLoadPlanStep getLoadPlanStep()
public OdiLoadPlanVariable getLoadPlanVariable()