public class OdiLoadPlanStepVariable
extends 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() |
OdiLoadPlan |
getLoadPlan() |
OdiLoadPlanStep |
getLoadPlanStep() |
OdiLoadPlanVariable |
getLoadPlanVariable() |
IRepositoryEntity |
getSecurityContainer() |
java.lang.Object |
getValue() |
boolean |
isRefresh() |
void |
setRefresh(boolean refresh) |
void |
setValue(java.lang.Object pValue) |
public java.io.Serializable getInternalId()
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.OdiLoadPlan
public OdiLoadPlanStep getLoadPlanStep()
public OdiLoadPlanVariable getLoadPlanVariable()
public IRepositoryEntity getSecurityContainer()