org.pentaho.di.ui.spoon.job
Class JobEntryCopyResult

java.lang.Object
  extended by org.pentaho.di.ui.spoon.job.JobEntryCopyResult

public class JobEntryCopyResult
extends Object


Constructor Summary
JobEntryCopyResult(String jobEntryName, Boolean result, Long errors, int copyNr)
           
 
Method Summary
static JobEntryCopyResult findResult(List<JobEntryCopyResult> results, JobEntryCopy copy)
           
 int getCopyNr()
           
 Long getErrors()
           
 String getJobEntryName()
           
 Boolean getResult()
           
 void setCopyNr(int copyNr)
           
 void setErrors(Long errors)
           
 void setJobEntryName(String jobEntryName)
           
 void setResult(Boolean result)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobEntryCopyResult

public JobEntryCopyResult(String jobEntryName,
                          Boolean result,
                          Long errors,
                          int copyNr)
Method Detail

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