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 ClassesNested classes/interfaces inherited from class org.apache.openmeetings.db.entity.file.BaseFileItem
BaseFileItem.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFileName(String ext) getId()Method to get ID required to be overridden for valid exportbooleanbooleanvoidsetChunks(List<RecordingChunk> chunks) voidsetComment(String comment) voidsetDuration(String duration) voidvoidsetInterview(boolean interview) voidsetNotified(boolean notified) voidsetRecordEnd(Date recordEnd) voidsetRecordStart(Date recordStart) voidsetStatus(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, toStringMethods 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:
getIdin interfaceIDataProviderEntity- Overrides:
getIdin classBaseFileItem
-
setId
- Specified by:
setIdin interfaceIDataProviderEntity- Overrides:
setIdin 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:
getFileNamein classBaseFileItem
-