org.exoplatform.services.xmpp.bean
Class MessageBean
java.lang.Object
org.exoplatform.services.xmpp.bean.MessageBean
public class MessageBean
- extends java.lang.Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Parfonov
|
Constructor Summary |
MessageBean()
|
MessageBean(java.lang.String id,
java.lang.String from,
java.lang.String to,
java.lang.String type,
java.lang.String body)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageBean
public MessageBean()
MessageBean
public MessageBean(java.lang.String id,
java.lang.String from,
java.lang.String to,
java.lang.String type,
java.lang.String body)
- Parameters:
id - the idfrom - the fromto - the totype - the typebody - the body
getId
public java.lang.String getId()
- Returns:
- the id
getFrom
public java.lang.String getFrom()
- Returns:
- the from
getTo
public java.lang.String getTo()
- Returns:
- the to
getType
public java.lang.String getType()
- Returns:
- the type
getBody
public java.lang.String getBody()
- Returns:
- the body
getDateSend
public java.lang.String getDateSend()
- Returns:
- the dateSend
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
setFrom
public void setFrom(java.lang.String from)
- Parameters:
from - the from to set
setTo
public void setTo(java.lang.String to)
- Parameters:
to - the to to set
setType
public void setType(java.lang.String type)
- Parameters:
type - the type to set
setBody
public void setBody(java.lang.String body)
- Parameters:
body - the body to set
setDateSend
public void setDateSend(java.lang.String dateSend)
- Parameters:
dateSend - the dateSend to set
Copyright © 2011 eXo Platform SAS. All Rights Reserved.