public class OdiLoadPlanInstanceStepVariable
extends AbstractRepositoryEntity
This class represents the OdiLoadPlanStepVariable
class in the OdiLoadPlanInstance
hierarchy
It only offers consultation methods.
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getInternalId() |
java.util.List |
getLoadPlanInstanceStepVariableLogs() |
OdiLoadPlanInstanceVariable |
getLoadPlanInstanceVariable() |
OdiLoadPlanInstanceStep |
getLoadPlanStep() |
IRepositoryEntity |
getSecurityContainer() |
java.lang.String |
getValue() |
boolean |
isRefresh() |
public java.io.Serializable getInternalId()
public java.lang.String getValue()
public boolean isRefresh()
public OdiLoadPlanInstanceStep getLoadPlanStep()
public OdiLoadPlanInstanceVariable getLoadPlanInstanceVariable()
public java.util.List getLoadPlanInstanceStepVariableLogs()
public IRepositoryEntity getSecurityContainer()