@Entity public class Room extends Object implements IDataProviderEntity
Modifier and Type | Class and Description |
---|---|
static class |
Room.Type |
Modifier and Type | Field and Description |
---|---|
static int |
CONFERENCE_TYPE_ID |
static int |
INTERVIEW_TYPE_ID |
static int |
RESTRICTED_TYPE_ID |
Constructor and Description |
---|
Room() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowFontStyles() |
boolean |
getAllowUserQuestions() |
String |
getComment() |
String |
getConfno() |
List<Client> |
getCurrentusers() |
Integer |
getDemoTime() |
String |
getExternalId() |
String |
getExternalType() |
boolean |
getHideActionsMenu() |
boolean |
getHideFilesExplorer() |
boolean |
getHideScreenSharing() |
boolean |
getHideTopBar() |
boolean |
getHideWhiteboard() |
Long |
getId() |
Date |
getInserted() |
boolean |
getIspublic() |
List<RoomModerator> |
getModerators() |
String |
getName() |
Long |
getNumberOfPartizipants() |
Long |
getOwnerId() |
String |
getPin() |
String |
getRedirectURL() |
List<RoomGroup> |
getRoomGroups() |
boolean |
getShowMicrophoneStatus() |
Room.Type |
getType() |
Date |
getUpdated() |
boolean |
getWaitForRecording() |
boolean |
isActivitiesHidden() |
boolean |
isAllowRecording() |
boolean |
isAppointment() |
boolean |
isAudioOnly() |
boolean |
isAutoVideoSelect() |
boolean |
isChatHidden() |
boolean |
isChatModerated() |
boolean |
isChatOpened() |
boolean |
isClosed() |
boolean |
isDeleted() |
boolean |
isDemoRoom() |
boolean |
isFilesOpened() |
boolean |
isModerated() |
boolean |
isSipEnabled() |
void |
setActivitiesHidden(boolean activitiesHidden) |
void |
setAllowFontStyles(boolean allowFontStyles) |
void |
setAllowRecording(boolean allowRecording) |
void |
setAllowUserQuestions(boolean allowUserQuestions) |
void |
setAppointment(boolean appointment) |
void |
setAudioOnly(boolean audioOnly) |
void |
setAutoVideoSelect(boolean autoVideoSelect) |
void |
setChatHidden(boolean chatHidden) |
void |
setChatModerated(boolean chatModerated) |
void |
setChatOpened(boolean chatOpened) |
void |
setClosed(boolean closed) |
void |
setComment(String comment) |
void |
setConfno(String confno) |
void |
setCurrentusers(List<Client> currentusers) |
void |
setDeleted(boolean deleted) |
void |
setDemoRoom(boolean demoRoom) |
void |
setDemoTime(Integer demoTime) |
void |
setExternalId(String externalId) |
void |
setExternalType(String externalType) |
void |
setFilesOpened(boolean filesOpened) |
void |
setHideActionsMenu(boolean hideActionsMenu) |
void |
setHideFilesExplorer(boolean hideFilesExplorer) |
void |
setHideScreenSharing(boolean hideScreenSharing) |
void |
setHideTopBar(boolean hideTopBar) |
void |
setHideWhiteboard(boolean hideWhiteboard) |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setIspublic(boolean ispublic) |
void |
setModerated(boolean moderated) |
void |
setModerators(List<RoomModerator> moderators) |
void |
setName(String name) |
void |
setNumberOfPartizipants(Long numberOfPartizipants) |
void |
setOwnerId(Long ownerId) |
void |
setPin(String pin) |
void |
setRedirectURL(String redirectURL) |
void |
setRoomGroups(List<RoomGroup> roomGroups) |
void |
setShowMicrophoneStatus(boolean showMicrophoneStatus) |
void |
setSipEnabled(boolean sipEnabled) |
void |
setType(Room.Type type) |
void |
setUpdated(Date updated) |
void |
setWaitForRecording(boolean waitForRecording) |
public static final int CONFERENCE_TYPE_ID
public static final int RESTRICTED_TYPE_ID
public static final int INTERVIEW_TYPE_ID
public String getComment()
public void setComment(String comment)
public String getName()
public void setName(String name)
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public Room.Type getType()
public void setType(Room.Type type)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public boolean getIspublic()
public void setIspublic(boolean ispublic)
public Long getNumberOfPartizipants()
public void setNumberOfPartizipants(Long numberOfPartizipants)
public boolean isAppointment()
public void setAppointment(boolean appointment)
public boolean isDemoRoom()
public void setDemoRoom(boolean demoRoom)
public Integer getDemoTime()
public void setDemoTime(Integer demoTime)
public boolean isModerated()
public void setModerated(boolean moderated)
public String getExternalId()
public void setExternalId(String externalId)
public String getExternalType()
public void setExternalType(String externalType)
public boolean getAllowUserQuestions()
public void setAllowUserQuestions(boolean allowUserQuestions)
public boolean isAudioOnly()
public void setAudioOnly(boolean audioOnly)
public boolean getAllowFontStyles()
public void setAllowFontStyles(boolean allowFontStyles)
public boolean isClosed()
public void setClosed(boolean closed)
public String getRedirectURL()
public void setRedirectURL(String redirectURL)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public boolean getWaitForRecording()
public void setWaitForRecording(boolean waitForRecording)
public boolean isAllowRecording()
public void setAllowRecording(boolean allowRecording)
public boolean getHideTopBar()
public void setHideTopBar(boolean hideTopBar)
public boolean isChatHidden()
public void setChatHidden(boolean chatHidden)
public boolean isActivitiesHidden()
public void setActivitiesHidden(boolean activitiesHidden)
public boolean getHideFilesExplorer()
public void setHideFilesExplorer(boolean hideFilesExplorer)
public boolean getHideActionsMenu()
public void setHideActionsMenu(boolean hideActionsMenu)
public boolean getHideScreenSharing()
public void setHideScreenSharing(boolean hideScreenSharing)
public boolean getHideWhiteboard()
public void setHideWhiteboard(boolean hideWhiteboard)
public boolean getShowMicrophoneStatus()
public void setShowMicrophoneStatus(boolean showMicrophoneStatus)
public List<RoomModerator> getModerators()
public void setModerators(List<RoomModerator> moderators)
public boolean isChatModerated()
public void setChatModerated(boolean chatModerated)
public boolean isChatOpened()
public void setChatOpened(boolean chatOpened)
public boolean isFilesOpened()
public void setFilesOpened(boolean filesOpened)
public boolean isAutoVideoSelect()
public void setAutoVideoSelect(boolean autoVideoSelect)
public boolean isSipEnabled()
public void setSipEnabled(boolean sipEnabled)
public String getConfno()
public void setConfno(String confno)
public String getPin()
public void setPin(String pin)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.