Class Whiteboards

java.lang.Object
org.apache.openmeetings.db.dto.room.Whiteboards
All Implemented Interfaces:
Serializable

public class Whiteboards extends Object implements Serializable
See Also:
  • Constructor Details

    • Whiteboards

      public Whiteboards()
    • Whiteboards

      public Whiteboards(Long roomId)
  • Method Details

    • getRoomId

      public Long getRoomId()
    • setRoomId

      public void setRoomId(Long roomId)
    • add

      public Whiteboards add(Whiteboard wb)
    • get

      public Whiteboard get(Long id)
    • count

      public int count()
    • getWhiteboards

      public Map<Long,Whiteboard> getWhiteboards()
    • setWhiteboards

      public void setWhiteboards(Map<Long,Whiteboard> whiteboards)
    • update

      public void update(Whiteboard wb)
    • getUid

      public String getUid()
    • getActiveWb

      public long getActiveWb()
    • setActiveWb

      public void setActiveWb(long wbId)