org.exoplatform.services.xmpp.bean
Class InterlocutorListBean

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

public class InterlocutorListBean
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
InterlocutorListBean()
           
InterlocutorListBean(java.util.List<Interlocutor> list)
           
 
Method Summary
 java.util.List<Interlocutor> getIntelocutorList()
           
 void setIntelocutorList(java.util.List<Interlocutor> intelocutorList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterlocutorListBean

public InterlocutorListBean()

InterlocutorListBean

public InterlocutorListBean(java.util.List<Interlocutor> list)
Parameters:
list - the list
Method Detail

getIntelocutorList

public java.util.List<Interlocutor> getIntelocutorList()
Returns:
inetrlocutorList

setIntelocutorList

public void setIntelocutorList(java.util.List<Interlocutor> intelocutorList)
Parameters:
intelocutorList - the intelocutorList to set


Copyright © 2010 eXo Platform SAS. All Rights Reserved.