java.lang.Object
org.apache.openmeetings.db.dto.room.Whiteboards
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionadd(Whiteboard wb) intcount()longgetUid()voidsetActiveWb(long wbId) voidvoidsetWhiteboards(Map<Long, Whiteboard> whiteboards) voidupdate(Whiteboard wb) 
- 
Constructor Details- 
Whiteboardspublic Whiteboards()
- 
Whiteboards
 
- 
- 
Method Details- 
getRoomId
- 
setRoomId
- 
add
- 
get
- 
countpublic int count()
- 
getWhiteboards
- 
setWhiteboards
- 
update
- 
getUid
- 
getActiveWbpublic long getActiveWb()
- 
setActiveWbpublic void setActiveWb(long wbId) 
 
-