Class TranskribusJob
- All Implemented Interfaces:
Serializable
TranskribusJob class.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Description field for stack traces, etc.E-mail recipients that will be notified once the download generation is complete. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddateCreated
.Getter for the fielddescription
.getDocId()
Getter for the fielddocId
.getId()
Getter for the fieldid
.getJobId()
Getter for the fieldjobId
.Getter for the fieldmessage
.Getter for the fieldobservers
.Getter for the fieldownerId
.getPi()
Getter for the fieldpi
.Getter for the fieldstatus
.Getter for the fielduserCollectionId
.Getter for the fieldviewerCollectionId
.void
setDateCreated
(LocalDateTime dateCreated) Setter for the fielddateCreated
.void
setDescription
(String description) Setter for the fielddescription
.void
Setter for the fielddocId
.void
Setter for the fieldid
.void
Setter for the fieldjobId
.void
setMessage
(String message) Setter for the fieldmessage
.void
setObservers
(List<String> observers) Setter for the fieldobservers
.void
setOwnerId
(String ownerId) Setter for the fieldownerId
.void
Setter for the fieldpi
.void
Setter for the fieldstatus
.void
setUserCollectionId
(String userCollectionId) Setter for the fielduserCollectionId
.void
setViewerCollectionId
(String viewerCollectionId) Setter for the fieldviewerCollectionId
.
-
Field Details
-
description
Description field for stack traces, etc. -
observers
E-mail recipients that will be notified once the download generation is complete.
-
-
Constructor Details
-
TranskribusJob
public TranskribusJob()
-
-
Method Details
-
getId
Getter for the field
id
.- Returns:
- the id
-
setId
Setter for the field
id
.- Parameters:
id
- the id to set
-
getJobId
Getter for the field
jobId
.- Returns:
- the jobId
-
setJobId
Setter for the field
jobId
.- Parameters:
jobId
- the jobId to set
-
getDocId
Getter for the field
docId
.- Returns:
- the docId
-
setDocId
Setter for the field
docId
.- Parameters:
docId
- the docId to set
-
getPi
Getter for the field
pi
.- Returns:
- the pi
-
setPi
Setter for the field
pi
.- Parameters:
pi
- the pi to set
-
getOwnerId
Getter for the field
ownerId
.- Returns:
- the ownerId
-
setOwnerId
Setter for the field
ownerId
.- Parameters:
ownerId
- the ownerId to set
-
getUserCollectionId
Getter for the field
userCollectionId
.- Returns:
- the userCollectionId
-
setUserCollectionId
Setter for the field
userCollectionId
.- Parameters:
userCollectionId
- the userCollectionId to set
-
getViewerCollectionId
Getter for the field
viewerCollectionId
.- Returns:
- the viewerCollectionId
-
setViewerCollectionId
Setter for the field
viewerCollectionId
.- Parameters:
viewerCollectionId
- the viewerCollectionId to set
-
getMessage
Getter for the field
message
.- Returns:
- the message
-
setMessage
Setter for the field
message
.- Parameters:
message
- the message to set
-
getDateCreated
Getter for the field
dateCreated
.- Returns:
- the dateCreated
-
setDateCreated
Setter for the field
dateCreated
.- Parameters:
dateCreated
- the dateCreated to set
-
getStatus
Getter for the field
status
.- Returns:
- the status
-
setStatus
Setter for the field
status
.- Parameters:
status
- the status to set
-
getDescription
Getter for the field
description
.- Returns:
- the description
-
setDescription
Setter for the field
description
.- Parameters:
description
- the description to set
-
getObservers
Getter for the field
observers
.- Returns:
- the observers
-
setObservers
Setter for the field
observers
.- Parameters:
observers
- the observers to set
-