Class AbstractTaskManagerRequest

java.lang.Object
io.goobi.viewer.model.job.download.AbstractTaskManagerRequest
Direct Known Subclasses:
TaskManagerEPUBRequest, TaskManagerPDFRequest

public class AbstractTaskManagerRequest extends Object
Author:
florian
  • Constructor Details

    • AbstractTaskManagerRequest

      public AbstractTaskManagerRequest(String type)
  • Method Details

    • getJobtype

      public String getJobtype()
    • getType

      public String getType()
    • getGoobiId

      public String getGoobiId()
      Returns:
      the goobiId
    • setGoobiId

      public void setGoobiId(String goobiId)
      Parameters:
      goobiId - the goobiId to set
    • getSourceDir

      public String getSourceDir()
      Returns:
      the sourceDir
    • setSourceDir

      public void setSourceDir(String sourceDir)
      Parameters:
      sourceDir - the sourceDir to set
    • getTargetDir

      public String getTargetDir()
      Returns:
      the targetDir
    • setTargetDir

      public void setTargetDir(String targetDir)
      Parameters:
      targetDir - the targetDir to set
    • getPi

      public String getPi()
      Returns:
      the pi
    • setPi

      public void setPi(String pi)
      Parameters:
      pi - the pi to set
    • getLogId

      public String getLogId()
      Returns:
      the logId
    • setLogId

      public void setLogId(String logId)
      Parameters:
      logId - the logId to set
    • getLanguage

      public String getLanguage()
      Returns:
      the language
    • setLanguage

      public void setLanguage(String language)
      Parameters:
      language - the language to set