public class OdiLoadPlanVariable
extends AbstractRepositoryEntity
The OdiLoadPlanVariable is the inclusion of an OdiVariable in the context of an OdiLoadPlan.
OdiLoadPlan manages a list of OdiLoadPlanVariable that can be overridden on every step and used for OdiLoadPlanStepCase.
The sql text of an OdiLoadPlanVariable is the result of the code generation of the OdiVariable sql text.
The properties of an OdiLoadPlanVariable are not editable.
The life cycle of an OdiLoadPlanVariable begins when the user associates an OdiVariable with the OdiLoadPlan, thus creating an OdiLoadPlanVariable.
Then the OdiLoadPlanVariable is managed by the OdiLoadPlan.
The life cycle ends when the OdiLoadPlanVariable is removed from the OdiLoadPlan.
| Modifier and Type | Method and Description |
|---|---|
OdiVariable.DataType |
getDataType() |
java.lang.String |
getDescription() |
java.io.Serializable |
getInternalId() |
OdiLoadPlan |
getLoadPlan() |
OdiLogicalSchema |
getLogicalSchema() |
java.lang.String |
getName() |
IRepositoryEntity |
getSecurityContainer() |
java.lang.String |
getSqlText() |
java.util.Collection |
getStepCaseUsage()
Returns the unmodifiable collection of usage of this variable as a test variable for a stepCase.
|
java.util.Collection |
getVariableOverridenUsages()
Returns the unmodifiable collection of usage of this variable as overridden variable.
|
void |
setDataType(OdiVariable.DataType dataType) |
void |
setDescription(java.lang.String pDescription) |
java.lang.String |
toString() |
public java.io.Serializable getInternalId()
public OdiLoadPlan getLoadPlan()
OdiLoadPlanVariable is defined.OdiLoadPlanpublic java.lang.String getName()
public java.lang.String getDescription()
public void setDescription(java.lang.String pDescription)
public OdiVariable.DataType getDataType()
public void setDataType(OdiVariable.DataType dataType)
dataType - must not be nullDomainRuntimeException - if the datatype is null.public OdiLogicalSchema getLogicalSchema()
OdiLogicalSchemapublic java.lang.String getSqlText()
public java.util.Collection getVariableOverridenUsages()
public java.util.Collection getStepCaseUsage()
public IRepositoryEntity getSecurityContainer()
public java.lang.String toString()