public class OdiLoadPlanInstanceExceptionVariableLog extends AbstractRepositoryEntity implements OdiLoadPlanInstanceBaseLog
Constructor and Description |
---|
OdiLoadPlanInstanceExceptionVariableLog() |
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
getDuration() |
java.util.Date |
getEndTime() |
java.lang.String |
getErrorMessage() |
java.lang.String |
getGeneratedSqlText() |
java.io.Serializable |
getInternalId() |
java.lang.String |
getReturnCode() |
IRepositoryEntity |
getSecurityContainer() |
java.util.Date |
getStartTime() |
OdiLoadPlanInstanceRun.Status |
getStatus() |
java.lang.String |
getValue() |
public OdiLoadPlanInstanceExceptionVariableLog()
public java.io.Serializable getInternalId()
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()