Class TranskribusJob

java.lang.Object
io.goobi.viewer.model.transkribus.TranskribusJob
All Implemented Interfaces:
Serializable

@Entity public class TranskribusJob extends Object implements Serializable

TranskribusJob class.

See Also:
  • Field Details

    • description

      protected String description
      Description field for stack traces, etc.
    • observers

      protected List<String> observers
      E-mail recipients that will be notified once the download generation is complete.
  • Constructor Details

    • TranskribusJob

      public TranskribusJob()
  • Method Details

    • getId

      public Long getId()

      Getter for the field id.

      Returns:
      the id
    • setId

      public void setId(Long id)

      Setter for the field id.

      Parameters:
      id - the id to set
    • getJobId

      public String getJobId()

      Getter for the field jobId.

      Returns:
      the jobId
    • setJobId

      public void setJobId(String jobId)

      Setter for the field jobId.

      Parameters:
      jobId - the jobId to set
    • getDocId

      public String getDocId()

      Getter for the field docId.

      Returns:
      the docId
    • setDocId

      public void setDocId(String docId)

      Setter for the field docId.

      Parameters:
      docId - the docId to set
    • getPi

      public String getPi()

      Getter for the field pi.

      Returns:
      the pi
    • setPi

      public void setPi(String pi)

      Setter for the field pi.

      Parameters:
      pi - the pi to set
    • getOwnerId

      public String getOwnerId()

      Getter for the field ownerId.

      Returns:
      the ownerId
    • setOwnerId

      public void setOwnerId(String ownerId)

      Setter for the field ownerId.

      Parameters:
      ownerId - the ownerId to set
    • getUserCollectionId

      public String getUserCollectionId()

      Getter for the field userCollectionId.

      Returns:
      the userCollectionId
    • setUserCollectionId

      public void setUserCollectionId(String userCollectionId)

      Setter for the field userCollectionId.

      Parameters:
      userCollectionId - the userCollectionId to set
    • getViewerCollectionId

      public String getViewerCollectionId()

      Getter for the field viewerCollectionId.

      Returns:
      the viewerCollectionId
    • setViewerCollectionId

      public void setViewerCollectionId(String viewerCollectionId)

      Setter for the field viewerCollectionId.

      Parameters:
      viewerCollectionId - the viewerCollectionId to set
    • getMessage

      public String getMessage()

      Getter for the field message.

      Returns:
      the message
    • setMessage

      public void setMessage(String message)

      Setter for the field message.

      Parameters:
      message - the message to set
    • getDateCreated

      public LocalDateTime getDateCreated()

      Getter for the field dateCreated.

      Returns:
      the dateCreated
    • setDateCreated

      public void setDateCreated(LocalDateTime dateCreated)

      Setter for the field dateCreated.

      Parameters:
      dateCreated - the dateCreated to set
    • getStatus

      public JobStatus getStatus()

      Getter for the field status.

      Returns:
      the status
    • setStatus

      public void setStatus(JobStatus status)

      Setter for the field status.

      Parameters:
      status - the status to set
    • getDescription

      public String getDescription()

      Getter for the field description.

      Returns:
      the description
    • setDescription

      public void setDescription(String description)

      Setter for the field description.

      Parameters:
      description - the description to set
    • getObservers

      public List<String> getObservers()

      Getter for the field observers.

      Returns:
      the observers
    • setObservers

      public void setObservers(List<String> observers)

      Setter for the field observers.

      Parameters:
      observers - the observers to set