com.funambol.email.items.model
Class ItemMessage

java.lang.Object
  extended bycom.funambol.email.items.model.ItemMessage

public class ItemMessage
extends java.lang.Object


Constructor Summary
ItemMessage(java.lang.String GUID, java.lang.String parentId, java.lang.String message_id, javax.mail.Message javaMessage, java.lang.String streamMessage, java.lang.String encodingType, java.lang.String created, java.lang.String received, java.lang.String modified, java.lang.String read, java.lang.String forwarded, java.lang.String replied, java.lang.String deleted, java.lang.String flagged)
          the uid contains: - FID : folder id - SEPARATOR : "/" default - FMID : message id considering folder
 
Method Summary
 java.lang.String getCreated()
          Returns the origination date of this Message
 java.lang.String getDeleted()
          Returns if the Message has been deleted
 java.lang.String getEncodingType()
          Returns the encoding type of this Message
 java.lang.String getFlagged()
          Returns if the Message has been flagged
 java.lang.String getForwarded()
          Returns if the Message has been forwarded
 java.lang.String getGUID()
          Returns the id of this Message
 javax.mail.Message getJavaMessage()
          Returns the javaMessage of this Message
 java.lang.String getMessage_id()
          Returns the message-id of this Message
 java.lang.String getModified()
          Returns the modified date of this Message
 java.lang.String getParentId()
          Returns the id of this Message
 java.lang.String getRead()
          Returns if the Message has been read
 java.lang.String getReceived()
          Returns the received date of this Message
 java.lang.String getReplied()
          Returns if the Message has been replied
 java.lang.String getStreamMessage()
          Returns the message of this Message
 void setStreamMessage(java.lang.String _streamMessage)
          set the message of this Message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemMessage

public ItemMessage(java.lang.String GUID,
                   java.lang.String parentId,
                   java.lang.String message_id,
                   javax.mail.Message javaMessage,
                   java.lang.String streamMessage,
                   java.lang.String encodingType,
                   java.lang.String created,
                   java.lang.String received,
                   java.lang.String modified,
                   java.lang.String read,
                   java.lang.String forwarded,
                   java.lang.String replied,
                   java.lang.String deleted,
                   java.lang.String flagged)
the uid contains: - FID : folder id - SEPARATOR : "/" default - FMID : message id considering folder

Parameters:
GUID - String
parentId - String
message_id - String
javaMessage - Message
streamMessage - String
created - String
received - String
modified - String
read - String
forwarded - String
replied - String
deleted - String
flagged - String
Method Detail

getGUID

public java.lang.String getGUID()
Returns the id of this Message

Returns:
the id of this Message

getParentId

public java.lang.String getParentId()
Returns the id of this Message

Returns:
the id of this Message

getMessage_id

public java.lang.String getMessage_id()
Returns the message-id of this Message

Returns:
the message-id of this Message

getJavaMessage

public javax.mail.Message getJavaMessage()
Returns the javaMessage of this Message

Returns:
the javaMessage of this Message

getStreamMessage

public java.lang.String getStreamMessage()
Returns the message of this Message

Returns:
the message of this Message

setStreamMessage

public void setStreamMessage(java.lang.String _streamMessage)
set the message of this Message

Returns:
the message of this Message

getEncodingType

public java.lang.String getEncodingType()
Returns the encoding type of this Message

Returns:
the encoding type of this Message

getCreated

public java.lang.String getCreated()
Returns the origination date of this Message

Returns:
the origination date of this Message

getReceived

public java.lang.String getReceived()
Returns the received date of this Message

Returns:
the received date of this Message

getModified

public java.lang.String getModified()
Returns the modified date of this Message

Returns:
the modified date of this Message

getRead

public java.lang.String getRead()
Returns if the Message has been read

Returns:
true if Message has been read

getForwarded

public java.lang.String getForwarded()
Returns if the Message has been forwarded

Returns:
true if Message has been forwarded

getReplied

public java.lang.String getReplied()
Returns if the Message has been replied

Returns:
true if Message has been replied

getDeleted

public java.lang.String getDeleted()
Returns if the Message has been deleted

Returns:
true if Message has been deleted

getFlagged

public java.lang.String getFlagged()
Returns if the Message has been flagged

Returns:
true if Message has been flagged


Copyright © 2003-2006 Funambol.