Class AbstractTaskManagerRequest
java.lang.Object
io.goobi.viewer.model.job.download.AbstractTaskManagerRequest
- Direct Known Subclasses:
TaskManagerEPUBRequest
,TaskManagerPDFRequest
- Author:
- florian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLogId()
getPi()
getType()
void
setGoobiId
(String goobiId) void
setLanguage
(String language) void
void
void
setSourceDir
(String sourceDir) void
setTargetDir
(String targetDir)
-
Constructor Details
-
AbstractTaskManagerRequest
-
-
Method Details
-
getJobtype
-
getType
-
getGoobiId
- Returns:
- the goobiId
-
setGoobiId
- Parameters:
goobiId
- the goobiId to set
-
getSourceDir
- Returns:
- the sourceDir
-
setSourceDir
- Parameters:
sourceDir
- the sourceDir to set
-
getTargetDir
- Returns:
- the targetDir
-
setTargetDir
- Parameters:
targetDir
- the targetDir to set
-
getPi
- Returns:
- the pi
-
setPi
- Parameters:
pi
- the pi to set
-
getLogId
- Returns:
- the logId
-
setLogId
- Parameters:
logId
- the logId to set
-
getLanguage
- Returns:
- the language
-
setLanguage
- Parameters:
language
- the language to set
-