org.exoplatform.services.xmpp.bean
Class CometdMessageBean
java.lang.Object
org.exoplatform.services.xmpp.bean.CometdMessageBean
public class CometdMessageBean
- 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 |
CometdMessageBean
public CometdMessageBean()
getChannel
public java.lang.String getChannel()
- Returns:
- the channel
getConnectionType
public java.lang.String getConnectionType()
- Returns:
- the connectionType
getClientId
public java.lang.String getClientId()
- Returns:
- the clientId
getId
public java.lang.String getId()
- Returns:
- the id
setChannel
public void setChannel(java.lang.String channel)
- Parameters:
channel - the channel to set
setConnectionType
public void setConnectionType(java.lang.String connectionType)
- Parameters:
connectionType - the connectionType to set
setClientId
public void setClientId(java.lang.String clientId)
- Parameters:
clientId - the clientId to set
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
Copyright © 2011 eXo Platform SAS. All Rights Reserved.