Class RoomDTO
java.lang.Object
org.apache.openmeetings.db.dto.room.RoomDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RoomDTO
fromString
(String s) static RoomDTO
get
(com.github.openjson.JSONObject o) getFiles()
getId()
getName()
getTag()
getType()
boolean
boolean
boolean
boolean
boolean
isClosed()
boolean
isDemo()
boolean
boolean
isPublic()
boolean
boolean
void
setAllowRecording
(boolean allowRecording) void
setAllowUserQuestions
(boolean allowUserQuestions) void
setAppointment
(boolean appointment) void
setAudioOnly
(boolean audioOnly) void
setCapacity
(Long capacity) void
setClosed
(boolean closed) void
setComment
(String comment) void
void
setDemo
(boolean demo) void
setDemoTime
(Integer demoTime) void
setExternalId
(String externalId) void
setExternalType
(String externalType) void
setFiles
(List<RoomFileDTO> files) void
setHiddenElements
(Set<Room.RoomElement> hiddenElements) void
void
setModerated
(boolean moderated) void
void
setPublic
(boolean isPublic) void
setRedirectUrl
(String redirectUrl) void
void
void
setWaitModerator
(boolean waitModerator) void
setWaitRecording
(boolean waitRecording) toString()
-
Constructor Details
-
RoomDTO
public RoomDTO() -
RoomDTO
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getTag
-
setTag
-
getComment
-
setComment
-
getType
-
setType
-
getCapacity
-
setCapacity
-
isAppointment
public boolean isAppointment() -
setAppointment
public void setAppointment(boolean appointment) -
getConfno
-
setConfno
-
isDemo
public boolean isDemo() -
setDemo
public void setDemo(boolean demo) -
getDemoTime
-
setDemoTime
-
isModerated
public boolean isModerated() -
setModerated
public void setModerated(boolean moderated) -
isWaitModerator
public boolean isWaitModerator() -
setWaitModerator
public void setWaitModerator(boolean waitModerator) -
isAllowUserQuestions
public boolean isAllowUserQuestions() -
setAllowUserQuestions
public void setAllowUserQuestions(boolean allowUserQuestions) -
isAllowRecording
public boolean isAllowRecording() -
setAllowRecording
public void setAllowRecording(boolean allowRecording) -
isWaitRecording
public boolean isWaitRecording() -
setWaitRecording
public void setWaitRecording(boolean waitRecording) -
isAudioOnly
public boolean isAudioOnly() -
setAudioOnly
public void setAudioOnly(boolean audioOnly) -
getHiddenElements
-
setHiddenElements
-
isPublic
public boolean isPublic() -
setPublic
public void setPublic(boolean isPublic) -
getExternalId
-
setExternalId
-
getExternalType
-
setExternalType
-
getRedirectUrl
-
setRedirectUrl
-
isClosed
public boolean isClosed() -
setClosed
public void setClosed(boolean closed) -
getFiles
-
setFiles
-
list
-
fromString
-
get
-
toString
-