Class LastModifiedDto

java.lang.Object
org.opencastproject.scheduler.impl.persistence.LastModifiedDto

@Entity(name="LastModified") public class LastModifiedDto extends Object
Entity object for storing scheduled last modified dates in persistence storage.
  • Field Details

    • captureAgentId

      protected String captureAgentId
      Capture agent ID
    • lastModifiedDate

      protected Date lastModifiedDate
  • Constructor Details

    • LastModifiedDto

      public LastModifiedDto()
      Default constructor without any import.
  • Method Details

    • getCaptureAgentId

      public String getCaptureAgentId()
      Returns the capture agent ID.
      Returns:
      the capture agent ID
    • setCaptureAgentId

      public void setCaptureAgentId(String captureAgentId)
      Sets the capture agent ID.
      Parameters:
      captureAgentId - the capture agent ID
    • getLastModifiedDate

      public Date getLastModifiedDate()
      Returns the last modified date
      Returns:
      the review date
    • setLastModifiedDate

      public void setLastModifiedDate(Date lastModifiedDate)
      Sets the last modified date
      Parameters:
      lastModifiedDate - the last modified date