Class ProcessCreationRequest

java.lang.Object
io.goobi.viewer.model.job.upload.ProcessCreationRequest

public class ProcessCreationRequest extends Object
  • Constructor Details

    • ProcessCreationRequest

      public ProcessCreationRequest()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Returns:
      the identifier
    • setIdentifier

      public void setIdentifier(String identifier)
      Parameters:
      identifier - the identifier to set
    • getProcesstitle

      public String getProcesstitle()
      Returns:
      the processtitle
    • setProcesstitle

      public void setProcesstitle(String processtitle)
      Parameters:
      processtitle - the processtitle to set
    • getLogicalDSType

      public String getLogicalDSType()
      Returns:
      the logicalDSType
    • setLogicalDSType

      public void setLogicalDSType(String logicalDSType)
      Parameters:
      logicalDSType - the logicalDSType to set
    • getTemplateId

      public Integer getTemplateId()
      Returns:
      the templateId
    • setTemplateId

      public void setTemplateId(Integer templateId)
      Parameters:
      templateId - the templateId to set
    • getTemplateName

      public String getTemplateName()
      Returns:
      the templateName
    • setTemplateName

      public void setTemplateName(String templateName)
      Parameters:
      templateName - the templateName to set
    • getMetadata

      public Map<String,String> getMetadata()
      Returns:
      the metadata
    • setMetadata

      public void setMetadata(Map<String,String> metadata)
      Parameters:
      metadata - the metadata to set
    • getProperties

      public Map<String,String> getProperties()
      Returns:
      the properties
    • setProperties

      public void setProperties(Map<String,String> properties)
      Parameters:
      properties - the properties to set