public class OdiLoadPlanInstanceStepVariable
extends oracle.odi.domain.support.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()
Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.
|
java.util.List |
getLoadPlanInstanceStepVariableLogs() |
OdiLoadPlanInstanceVariable |
getLoadPlanInstanceVariable() |
OdiLoadPlanInstanceStep |
getLoadPlanStep() |
IRepositoryEntity |
getSecurityContainer()
Define a generic way to retrieve container for entities.
|
java.lang.String |
getValue() |
boolean |
isRefresh() |
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.String getValue()
public boolean isRefresh()
public OdiLoadPlanInstanceStep getLoadPlanStep()
public OdiLoadPlanInstanceVariable getLoadPlanInstanceVariable()
public java.util.List getLoadPlanInstanceStepVariableLogs()
public IRepositoryEntity getSecurityContainer()
IRepositoryEntity