Class AbstractTaskManagerRequest
java.lang.Object
io.goobi.viewer.model.job.download.AbstractTaskManagerRequest
- Direct Known Subclasses:
TaskManagerEPUBRequest,TaskManagerPDFRequest
- Author:
- florian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogId()getPi()getType()voidsetGoobiId(String goobiId) voidsetLanguage(String language) voidvoidvoidsetSourceDir(String sourceDir) voidsetTargetDir(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
-