Package io.goobi.viewer.model.job.upload
Class ProcessCreationResponse
java.lang.Object
io.goobi.viewer.model.job.upload.ProcessCreationResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setErrorText
(String errorText) void
setProcessId
(int processId) void
setProcessName
(String processName) void
-
Constructor Details
-
ProcessCreationResponse
public ProcessCreationResponse()
-
-
Method Details
-
getResult
- Returns:
- the result
-
setResult
- Parameters:
result
- the result to set
-
getErrorText
- Returns:
- the errorText
-
setErrorText
- Parameters:
errorText
- the errorText to set
-
getProcessName
- Returns:
- the processName
-
setProcessName
- Parameters:
processName
- the processName to set
-
getProcessId
public int getProcessId()- Returns:
- the processId
-
setProcessId
public void setProcessId(int processId) - Parameters:
processId
- the processId to set
-