org.pentaho.di.ui.spoon.job
Class JobEntryCopyResult
java.lang.Object
org.pentaho.di.ui.spoon.job.JobEntryCopyResult
public class JobEntryCopyResult
- extends Object
JobEntryCopyResult
public JobEntryCopyResult(String jobEntryName,
Boolean result,
Long errors,
int copyNr)
findResult
public static JobEntryCopyResult findResult(List<JobEntryCopyResult> results,
JobEntryCopy copy)
getJobEntryName
public String getJobEntryName()
- Returns:
- the jobEntryName
setJobEntryName
public void setJobEntryName(String jobEntryName)
- Parameters:
jobEntryName
- the jobEntryName to set
getResult
public Boolean getResult()
- Returns:
- the result
setResult
public void setResult(Boolean result)
- Parameters:
result
- the result to set
getErrors
public Long getErrors()
- Returns:
- the errors
setErrors
public void setErrors(Long errors)
- Parameters:
errors
- the errors to set
getCopyNr
public int getCopyNr()
- Returns:
- the copyNr
setCopyNr
public void setCopyNr(int copyNr)
- Parameters:
copyNr
- the copyNr to set