Class RoomDTO
java.lang.Object
org.apache.openmeetings.db.dto.room.RoomDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoomDTOfromString(String s) static RoomDTOget(com.github.openjson.JSONObject o) getFiles()getId()getName()getTag()getType()booleanbooleanbooleanbooleanbooleanisClosed()booleanisDemo()booleanbooleanisPublic()booleanbooleanvoidsetAllowRecording(boolean allowRecording) voidsetAllowUserQuestions(boolean allowUserQuestions) voidsetAppointment(boolean appointment) voidsetAudioOnly(boolean audioOnly) voidsetCapacity(Long capacity) voidsetClosed(boolean closed) voidsetComment(String comment) voidvoidsetDemo(boolean demo) voidsetDemoTime(Integer demoTime) voidsetExternalId(String externalId) voidsetExternalType(String externalType) voidsetFiles(List<RoomFileDTO> files) voidsetHiddenElements(Set<Room.RoomElement> hiddenElements) voidvoidsetModerated(boolean moderated) voidvoidsetPublic(boolean isPublic) voidsetRedirectUrl(String redirectUrl) voidvoidvoidsetWaitModerator(boolean waitModerator) voidsetWaitRecording(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
-