org.exoplatform.services.xmpp.history.impl.jcr
Class HistoricalMessageImpl
java.lang.Object
org.exoplatform.services.xmpp.history.impl.jcr.HistoricalMessageImpl
- All Implemented Interfaces:
- HistoricalMessage
public class HistoricalMessageImpl
- extends java.lang.Object
- implements HistoricalMessage
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 |
HistoricalMessageImpl
public HistoricalMessageImpl()
getId
public java.lang.String getId()
- Specified by:
getId in interface HistoricalMessage
- Returns:
- the id
getPath
public java.lang.String getPath()
- Returns:
- the path
getFrom
public java.lang.String getFrom()
- Specified by:
getFrom in interface HistoricalMessage
- Returns:
- the from
getTo
public java.lang.String getTo()
- Specified by:
getTo in interface HistoricalMessage
- Returns:
- the to
getType
public java.lang.String getType()
- Specified by:
getType in interface HistoricalMessage
- Returns:
- the type
getBody
public java.lang.String getBody()
- Specified by:
getBody in interface HistoricalMessage
- Returns:
- the body
getDateSend
public java.util.Date getDateSend()
- Specified by:
getDateSend in interface HistoricalMessage
- Returns:
- the dateSend
getReceive
public java.lang.Boolean getReceive()
- Returns:
- the receive
setId
public void setId(java.lang.String id)
- Specified by:
setId in interface HistoricalMessage
- Parameters:
id - the id to set
setPath
public void setPath(java.lang.String path)
- Parameters:
path - the path to set
setFrom
public void setFrom(java.lang.String from)
- Specified by:
setFrom in interface HistoricalMessage
- Parameters:
from - the from to set
setTo
public void setTo(java.lang.String to)
- Specified by:
setTo in interface HistoricalMessage
- Parameters:
to - the to to set
setType
public void setType(java.lang.String type)
- Specified by:
setType in interface HistoricalMessage
- Parameters:
type - the type to set
setBody
public void setBody(java.lang.String body)
- Specified by:
setBody in interface HistoricalMessage
- Parameters:
body - the body to set
setDateSend
public void setDateSend(java.util.Date dateSend)
- Specified by:
setDateSend in interface HistoricalMessage
- Parameters:
dateSend - the dateSend to set
setReceive
public void setReceive(java.lang.Boolean receive)
- Parameters:
recieve - the receive to set
Copyright © 2012 eXo Platform SAS. All Rights Reserved.