|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.job.JobEntryResult
public class JobEntryResult
This class holds the result of a job entry after it was executed. Things we want to keep track of are:
--> result of the execution (Result)
--> ...
Constructor Summary | |
---|---|
JobEntryResult()
Creates a new empty job entry result... |
|
JobEntryResult(org.pentaho.di.core.Result result,
String comment,
String reason,
JobEntryCopy jobEntry)
Creates a new job entry result... |
Method Summary | |
---|---|
Object |
clone()
|
String |
getComment()
|
JobEntryCopy |
getJobEntry()
|
Date |
getLogDate()
|
String |
getReason()
|
org.pentaho.di.core.Result |
getResult()
|
void |
setComment(String comment)
|
void |
setJobEntry(JobEntryCopy jobEntry)
|
void |
setLogDate(Date logDate)
|
void |
setReason(String reason)
|
void |
setResult(org.pentaho.di.core.Result result)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobEntryResult()
public JobEntryResult(org.pentaho.di.core.Result result, String comment, String reason, JobEntryCopy jobEntry)
result
- the result of the job entrycomment
- an optional commentjobEntry
- the job entry for which this is the result.Method Detail |
---|
public Object clone()
clone
in class Object
public void setResult(org.pentaho.di.core.Result result)
result
- The result to set.public org.pentaho.di.core.Result getResult()
public void setJobEntry(JobEntryCopy jobEntry)
jobEntry
- The thisJobEntry to set.public JobEntryCopy getJobEntry()
public String getComment()
public void setComment(String comment)
comment
- The comment to set.public String getReason()
public void setReason(String reason)
reason
- The reason to set.public Date getLogDate()
public void setLogDate(Date logDate)
logDate
- The logDate to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |