org.exoplatform.services.xmpp.bean
Class CometdMessageBean

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

public class CometdMessageBean
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
CometdMessageBean()
           
 
Method Summary
 java.lang.String getChannel()
           
 java.lang.String getClientId()
           
 java.lang.String getConnectionType()
           
 java.lang.String getId()
           
 void setChannel(java.lang.String channel)
           
 void setClientId(java.lang.String clientId)
           
 void setConnectionType(java.lang.String connectionType)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CometdMessageBean

public CometdMessageBean()
Method Detail

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 © 2012 eXo Platform SAS. All Rights Reserved.