Class Room
java.lang.Object
org.apache.openmeetings.db.entity.HistoricalEntity
org.apache.openmeetings.db.entity.room.Room
- All Implemented Interfaces:
Serializable
,IDataProviderEntity
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
long
getFiles()
getId()
boolean
getName()
getPin()
getTag()
getType()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isClosed()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAllowRecording
(boolean allowRecording) void
setAllowUserQuestions
(boolean allowUserQuestions) void
setAppointment
(boolean appointment) void
setAudioOnly
(boolean audioOnly) void
setCapacity
(long capacity) void
setChatModerated
(boolean chatModerated) void
setChatOpened
(boolean chatOpened) void
setClosed
(boolean closed) void
setComment
(String comment) void
void
setDemoRoom
(boolean demoRoom) void
setDemoTime
(Integer demoTime) void
setExternalId
(String externalId) void
void
setFilesOpened
(boolean filesOpened) void
void
setHiddenElements
(Set<Room.RoomElement> hiddenElements) void
void
setIspublic
(boolean ispublic) void
setModerated
(boolean moderated) void
setModerators
(List<RoomModerator> moderators) void
void
setOwnerId
(Long ownerId) void
void
setRedirectURL
(String redirectURL) void
setSipEnabled
(boolean sipEnabled) void
void
void
setWaitModerator
(boolean waitModerator) void
setWaitRecording
(boolean waitRecording) toString()
Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntity
getInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
-
Field Details
-
CONFERENCE_TYPE_ID
public static final int CONFERENCE_TYPE_ID- See Also:
-
PRESENTATION_TYPE_ID
public static final int PRESENTATION_TYPE_ID- See Also:
-
INTERVIEW_TYPE_ID
public static final int INTERVIEW_TYPE_ID- See Also:
-
-
Constructor Details
-
Room
public Room()
-
-
Method Details
-
getComment
-
setComment
-
getName
-
setName
-
getTag
-
setTag
-
getId
-
setId
-
getType
-
setType
-
isInterview
public boolean isInterview() -
getIspublic
public boolean getIspublic() -
setIspublic
public void setIspublic(boolean ispublic) -
getCapacity
public long getCapacity() -
setCapacity
public void setCapacity(long capacity) -
isAppointment
public boolean isAppointment() -
setAppointment
public void setAppointment(boolean appointment) -
isDemoRoom
public boolean isDemoRoom() -
setDemoRoom
public void setDemoRoom(boolean demoRoom) -
getDemoTime
-
setDemoTime
-
isModerated
public boolean isModerated() -
setModerated
public void setModerated(boolean moderated) -
isWaitModerator
public boolean isWaitModerator() -
setWaitModerator
public void setWaitModerator(boolean waitModerator) -
getExternalId
-
setExternalId
-
externalType
-
isAllowUserQuestions
public boolean isAllowUserQuestions() -
setAllowUserQuestions
public void setAllowUserQuestions(boolean allowUserQuestions) -
isAudioOnly
public boolean isAudioOnly() -
setAudioOnly
public void setAudioOnly(boolean audioOnly) -
isClosed
public boolean isClosed() -
setClosed
public void setClosed(boolean closed) -
getRedirectURL
-
setRedirectURL
-
getOwnerId
-
setOwnerId
-
isWaitRecording
public boolean isWaitRecording() -
setWaitRecording
public void setWaitRecording(boolean waitRecording) -
isAllowRecording
public boolean isAllowRecording() -
setAllowRecording
public void setAllowRecording(boolean allowRecording) -
getModerators
-
setModerators
-
isChatModerated
public boolean isChatModerated() -
setChatModerated
public void setChatModerated(boolean chatModerated) -
getHiddenElements
-
setHiddenElements
-
isHidden
-
hide
-
getGroups
-
addGroup
-
setGroups
-
isChatOpened
public boolean isChatOpened() -
setChatOpened
public void setChatOpened(boolean chatOpened) -
isFilesOpened
public boolean isFilesOpened() -
setFilesOpened
public void setFilesOpened(boolean filesOpened) -
isSipEnabled
public boolean isSipEnabled() -
setSipEnabled
public void setSipEnabled(boolean sipEnabled) -
getConfno
-
setConfno
-
getPin
-
setPin
-
getFiles
-
setFiles
-
isOwner
-
toString
-