org.exoplatform.services.xmpp.bean
Class FullRoomInfoBean

java.lang.Object
  extended by org.exoplatform.services.xmpp.bean.FullRoomInfoBean

public class FullRoomInfoBean
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
FullRoomInfoBean()
           
FullRoomInfoBean(java.util.Collection<OccupantBean> occupants, org.jivesoftware.smackx.muc.RoomInfo roomInfo)
           
 
Method Summary
 java.lang.Boolean getIsPasswordProtected()
           
 java.util.Collection<OccupantBean> getOccupants()
           
 org.jivesoftware.smackx.muc.RoomInfo getRoomInfo()
           
 void setIsPasswordProtected(java.lang.Boolean isPasswordProtected)
           
 void setOccupants(java.util.Collection<OccupantBean> occupants)
           
 void setRoomInfo(org.jivesoftware.smackx.muc.RoomInfo roomInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullRoomInfoBean

public FullRoomInfoBean()

FullRoomInfoBean

public FullRoomInfoBean(java.util.Collection<OccupantBean> occupants,
                        org.jivesoftware.smackx.muc.RoomInfo roomInfo)
Parameters:
occupants - the occupants
roomInfo - the roominfo
Method Detail

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.