Package io.goobi.viewer.model.job.upload
Class ProcessCreationRequest
java.lang.Object
io.goobi.viewer.model.job.upload.ProcessCreationRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIdentifier(String identifier) voidsetLogicalDSType(String logicalDSType) voidsetMetadata(Map<String, String> metadata) voidsetProcesstitle(String processtitle) voidsetProperties(Map<String, String> properties) voidsetTemplateId(Integer templateId) voidsetTemplateName(String templateName)
-
Constructor Details
-
ProcessCreationRequest
public ProcessCreationRequest()
-
-
Method Details
-
getIdentifier
- Returns:
- the identifier
-
setIdentifier
- Parameters:
identifier- the identifier to set
-
getProcesstitle
- Returns:
- the processtitle
-
setProcesstitle
- Parameters:
processtitle- the processtitle to set
-
getLogicalDSType
- Returns:
- the logicalDSType
-
setLogicalDSType
- Parameters:
logicalDSType- the logicalDSType to set
-
getTemplateId
- Returns:
- the templateId
-
setTemplateId
- Parameters:
templateId- the templateId to set
-
getTemplateName
- Returns:
- the templateName
-
setTemplateName
- Parameters:
templateName- the templateName to set
-
getMetadata
- Returns:
- the metadata
-
setMetadata
- Parameters:
metadata- the metadata to set
-
getProperties
- Returns:
- the properties
-
setProperties
- Parameters:
properties- the properties to set
-