org.exoplatform.services.xmpp.bean
Class FullRoomInfoBean
java.lang.Object
org.exoplatform.services.xmpp.bean.FullRoomInfoBean
public class FullRoomInfoBean
- extends java.lang.Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullRoomInfoBean
public FullRoomInfoBean()
FullRoomInfoBean
public FullRoomInfoBean(java.util.Collection<OccupantBean> occupants,
org.jivesoftware.smackx.muc.RoomInfo roomInfo)
- Parameters:
occupants - the occupantsroomInfo - the roominfo
getRoomInfo
public org.jivesoftware.smackx.muc.RoomInfo getRoomInfo()
- Returns:
- the roomInfo
setRoomInfo
public void setRoomInfo(org.jivesoftware.smackx.muc.RoomInfo roomInfo)
- Parameters:
roomInfo - the roomInfo to set
getOccupants
public java.util.Collection<OccupantBean> getOccupants()
- Returns:
- the occupants
setOccupants
public void setOccupants(java.util.Collection<OccupantBean> occupants)
- Parameters:
occupants - the occupants to set
getIsPasswordProtected
public java.lang.Boolean getIsPasswordProtected()
setIsPasswordProtected
public void setIsPasswordProtected(java.lang.Boolean isPasswordProtected)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.