org.exoplatform.services.xmpp.history.impl.jcr
Class InterlocutorImpl

java.lang.Object
  extended by org.exoplatform.services.xmpp.history.impl.jcr.InterlocutorImpl
All Implemented Interfaces:
Interlocutor

public class InterlocutorImpl
extends java.lang.Object
implements Interlocutor

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
InterlocutorImpl()
           
InterlocutorImpl(java.lang.String jid, java.lang.String conversationId, java.lang.Boolean isRoom)
           
 
Method Summary
 java.lang.String getConversationId()
           
 java.lang.String getHexName()
           
 java.lang.String getInterlocutorName()
          
 java.lang.Boolean getIsRoom()
          
 java.lang.String getJid()
          
 java.lang.String getPath()
           
 void setConversationId(java.lang.String coversationId)
           
 void setHexName(java.lang.String hexName)
           
 void setInterlocutorName(java.lang.String interlocutorName)
          
 void setIsRoom(java.lang.Boolean isRoom)
          
 void setJid(java.lang.String jid)
          
 void setPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterlocutorImpl

public InterlocutorImpl()

InterlocutorImpl

public InterlocutorImpl(java.lang.String jid,
                        java.lang.String conversationId,
                        java.lang.Boolean isRoom)
Parameters:
jid - the jid
conversationId - the conversation id
isRoom - is group chat
Method Detail

getConversationId

public java.lang.String getConversationId()
Returns:
the coversationId

getHexName

public java.lang.String getHexName()
Returns:

getJid

public java.lang.String getJid()

Specified by:
getJid in interface Interlocutor
Returns:
jid

getPath

public java.lang.String getPath()
Returns:
the path

getInterlocutorName

public java.lang.String getInterlocutorName()

Specified by:
getInterlocutorName in interface Interlocutor
Returns:
the interlocutorName

getIsRoom

public java.lang.Boolean getIsRoom()

Specified by:
getIsRoom in interface Interlocutor
Returns:
true if interlocutor is group chat

setIsRoom

public void setIsRoom(java.lang.Boolean isRoom)

Specified by:
setIsRoom in interface Interlocutor
Parameters:
isRoom - teh isRoom to set

setConversationId

public void setConversationId(java.lang.String coversationId)
Parameters:
coversationId - the coversationId to set

setHexName

public void setHexName(java.lang.String hexName)
Parameters:
hexJid - the hexJid to set

setJid

public void setJid(java.lang.String jid)

Specified by:
setJid in interface Interlocutor
Parameters:
jid - the jid to set

setPath

public void setPath(java.lang.String path)
Parameters:
path - the path to set

setInterlocutorName

public void setInterlocutorName(java.lang.String interlocutorName)

Specified by:
setInterlocutorName in interface Interlocutor
Parameters:
interlocutorName - the interlocutorName to set


Copyright © 2010 eXo Platform SAS. All Rights Reserved.