Package io.goobi.viewer.model.job.upload
Class ProcessCreationRequest
java.lang.Object
io.goobi.viewer.model.job.upload.ProcessCreationRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIdentifier
(String identifier) void
setLogicalDSType
(String logicalDSType) void
setMetadata
(Map<String, String> metadata) void
setProcesstitle
(String processtitle) void
setProperties
(Map<String, String> properties) void
setTemplateId
(Integer templateId) void
setTemplateName
(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
-