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 OdiLoadPlanInstanceBaseLognull if not yet started.public java.util.Date getEndTime()
getEndTime in interface OdiLoadPlanInstanceBaseLognull if not yet finished.public java.lang.Number getDuration()
getDuration in interface OdiLoadPlanInstanceBaseLognull if not yet defined.public OdiLoadPlanInstanceRun.Status getStatus()
getStatus in interface OdiLoadPlanInstanceBaseLogpublic java.lang.String getErrorMessage()
getErrorMessage in interface OdiLoadPlanInstanceBaseLognull if not failed.public java.lang.String getReturnCode()
getReturnCode in interface OdiLoadPlanInstanceBaseLogpublic java.lang.String getGeneratedSqlText()
public java.lang.String getValue()
public IRepositoryEntity getSecurityContainer()