Class LastModifiedDto
java.lang.Object
org.opencastproject.scheduler.impl.persistence.LastModifiedDto
Entity object for storing scheduled last modified dates in persistence storage.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the capture agent ID.Returns the last modified datevoidsetCaptureAgentId(String captureAgentId) Sets the capture agent ID.voidsetLastModifiedDate(Date lastModifiedDate) Sets the last modified date
-
Field Details
-
captureAgentId
Capture agent ID -
lastModifiedDate
-
-
Constructor Details
-
LastModifiedDto
public LastModifiedDto()Default constructor without any import.
-
-
Method Details
-
getCaptureAgentId
Returns the capture agent ID.- Returns:
- the capture agent ID
-
setCaptureAgentId
Sets the capture agent ID.- Parameters:
captureAgentId- the capture agent ID
-
getLastModifiedDate
Returns the last modified date- Returns:
- the review date
-
setLastModifiedDate
Sets the last modified date- Parameters:
lastModifiedDate- the last modified date
-