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

java.lang.Object
  extended by 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

Constructor Summary
HistoricalMessageImpl()
           
 
Method Summary
 java.lang.String getBody()
           
 java.util.Date getDateSend()
           
 java.lang.String getFrom()
           
 java.lang.String getId()
           
 java.lang.String getPath()
           
 java.lang.Boolean getReceive()
           
 java.lang.String getTo()
           
 java.lang.String getType()
           
 void setBody(java.lang.String body)
           
 void setDateSend(java.util.Date dateSend)
           
 void setFrom(java.lang.String from)
           
 void setId(java.lang.String id)
           
 void setPath(java.lang.String path)
           
 void setReceive(java.lang.Boolean receive)
           
 void setTo(java.lang.String to)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricalMessageImpl

public HistoricalMessageImpl()
Method Detail

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