public class JobEntryCopyResult extends Object
Constructor and Description |
---|
JobEntryCopyResult(String jobEntryName,
Boolean result,
Long errors,
int copyNr) |
Modifier and Type | Method and Description |
---|---|
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) |
public static JobEntryCopyResult findResult(List<JobEntryCopyResult> results, JobEntryCopy copy)
public String getJobEntryName()
public void setJobEntryName(String jobEntryName)
jobEntryName
- the jobEntryName to setpublic Boolean getResult()
public void setResult(Boolean result)
result
- the result to setpublic Long getErrors()
public void setErrors(Long errors)
errors
- the errors to setpublic int getCopyNr()
public void setCopyNr(int copyNr)
copyNr
- the copyNr to setCopyright © 2019 Hitachi Vantara. All rights reserved.