public class LogFile extends AbstractBean
Constructor and Description |
---|
LogFile() |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the date of when this log message was creaed.
|
String |
getExecutionId() |
FileDescriptor |
getLog()
Returns the filedescriptor of the log message.
|
String |
getStepId() |
void |
setDate(Date date)
Sets the date of the log message.
|
void |
setExecutionId(String executionId) |
void |
setLog(FileDescriptor log)
Sets the filedescriptor of the log message.
|
void |
setStepId(String stepId) |
equals, getId, hashCode, isDeleted, setDeleted, setId
public String getExecutionId()
public void setExecutionId(String executionId)
public String getStepId()
public void setStepId(String stepId)
public Date getDate()
public void setDate(Date date)
date
- the date the log message was created.public FileDescriptor getLog()
public void setLog(FileDescriptor log)
log
- the filedescriptor of the log message.Copyright © 2017. All rights reserved.