org.exoplatform.services.xmpp.history
Interface Interlocutor
- All Known Implementing Classes:
- InterlocutorImpl
public interface Interlocutor
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Parfonov
getInterlocutorName
java.lang.String getInterlocutorName()
- Returns:
- the interlocutorName
setInterlocutorName
void setInterlocutorName(java.lang.String interlocutorName)
- Parameters:
interlocutorName - the interlocutorName to set
getIsRoom
java.lang.Boolean getIsRoom()
- Returns:
- true if interlocutor is group chat
setIsRoom
void setIsRoom(java.lang.Boolean isRoom)
- Parameters:
isRoom - teh isRoom to set
getJid
java.lang.String getJid()
- Returns:
- jid
setJid
void setJid(java.lang.String jid)
- Parameters:
jid - the jid to set
Copyright © 2012 eXo Platform SAS. All Rights Reserved.