|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
public class OdiLoadPlanInstanceVariableLog
Constructor Summary | |
---|---|
OdiLoadPlanInstanceVariableLog() |
Method Summary | |
---|---|
java.lang.Number |
getDuration() |
java.util.Date |
getEndTime() |
java.lang.String |
getErrorMessage() |
java.lang.String |
getGeneratedSqlText() |
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.lang.String |
getReturnCode() |
IRepositoryEntity |
getSecurityContainer() Define a generic way to retrieve container for entities. |
java.util.Date |
getStartTime() |
OdiLoadPlanInstanceRun.Status |
getStatus() |
java.lang.String |
getValue() |
Methods inherited from class oracle.odi.domain.support.BusinessObject |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OdiLoadPlanInstanceVariableLog()
Method Detail |
---|
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.
getInternalId
in interface IRepositoryEntity
public java.util.Date getStartTime()
getStartTime
in interface OdiLoadPlanInstanceBaseLog
null
if not yet started.public java.util.Date getEndTime()
getEndTime
in interface OdiLoadPlanInstanceBaseLog
null
if not yet finished.public java.lang.Number getDuration()
getDuration
in interface OdiLoadPlanInstanceBaseLog
null
if not yet defined.public OdiLoadPlanInstanceRun.Status getStatus()
getStatus
in interface OdiLoadPlanInstanceBaseLog
public java.lang.String getErrorMessage()
getErrorMessage
in interface OdiLoadPlanInstanceBaseLog
null
if not failed.public java.lang.String getReturnCode()
getReturnCode
in interface OdiLoadPlanInstanceBaseLog
public java.lang.String getGeneratedSqlText()
public java.lang.String getValue()
public IRepositoryEntity getSecurityContainer()
IRepositoryEntity
getSecurityContainer
in interface IRepositoryEntity
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |