Class ExtendedEventDto
java.lang.Object
org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
Entity object for storing extended scheduled event information in persistence storage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCaptureAgentId(String captureAgentId) voidsetCaptureAgentProperties(String captureAgentProperties) voidsetChecksum(String checksum) voidsetEndDate(Date endDate) voidsetLastModifiedDate(Date lastModifiedDate) voidsetMediaPackageId(String mediaPackageId) voidsetOrganization(String organization) voidsetPresenters(String presenters) voidsetRecordingLastHeard(Long recordingLastHeard) voidsetRecordingState(String recordingState) voidvoidsetStartDate(Date startDate) voidsetWorkflowProperties(String workflowProperties)
-
Constructor Details
-
ExtendedEventDto
public ExtendedEventDto()Default constructor without any import.
-
-
Method Details
-
getMediaPackageId
-
setMediaPackageId
-
getOrganization
-
setOrganization
-
getCaptureAgentId
-
setCaptureAgentId
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getSource
-
setSource
-
getRecordingState
-
setRecordingState
-
getRecordingLastHeard
-
setRecordingLastHeard
-
getPresenters
-
setPresenters
-
getLastModifiedDate
-
setLastModifiedDate
-
getChecksum
-
setChecksum
-
getCaptureAgentProperties
-
setCaptureAgentProperties
-
getWorkflowProperties
-
setWorkflowProperties
-