Class Recording
java.lang.Object
org.apache.openmeetings.db.entity.HistoricalEntity
org.apache.openmeetings.db.entity.file.BaseFileItem
org.apache.openmeetings.db.entity.record.Recording
- All Implemented Interfaces:
Serializable
,IDataProviderEntity
An item in the file explorer in the recording section. Can be either:
- a conference recording
- a interview recording
- a folder
- Author:
- sebawagner
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.openmeetings.db.entity.file.BaseFileItem
BaseFileItem.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFileName
(String ext) getId()
Method to get ID required to be overridden for valid exportboolean
boolean
void
setChunks
(List<RecordingChunk> chunks) void
setComment
(String comment) void
setDuration
(String duration) void
void
setInterview
(boolean interview) void
setNotified
(boolean notified) void
setRecordEnd
(Date recordEnd) void
setRecordStart
(Date recordStart) void
setStatus
(Recording.Status status) Methods inherited from class org.apache.openmeetings.db.entity.file.BaseFileItem
equals, exists, exists, getCount, getExternalType, getFile, getFile, getGroupId, getHash, getHeight, getInsertedBy, getLog, getName, getOriginal, getOwnerId, getParentId, getRoomId, getType, getWidth, hashCode, isReadOnly, setCount, setExternalType, setGroupId, setHash, setHeight, setInsertedBy, setLog, setName, setOwnerId, setParentId, setReadOnly, setRoomId, setType, setWidth, toString
Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntity
getInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
-
Constructor Details
-
Recording
public Recording()
-
-
Method Details
-
getId
Method to get ID required to be overridden for valid export- Specified by:
getId
in interfaceIDataProviderEntity
- Overrides:
getId
in classBaseFileItem
-
setId
- Specified by:
setId
in interfaceIDataProviderEntity
- Overrides:
setId
in classBaseFileItem
-
getComment
-
setComment
-
getDuration
-
setDuration
-
getRecordStart
-
setRecordStart
-
getRecordEnd
-
setRecordEnd
-
getChunks
-
setChunks
-
isInterview
public boolean isInterview() -
setInterview
public void setInterview(boolean interview) -
getStatus
-
setStatus
-
isNotified
public boolean isNotified() -
setNotified
public void setNotified(boolean notified) -
getFileName
- Overrides:
getFileName
in classBaseFileItem
-