com.funambol.email.items.model
Class EISMessage

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

public class EISMessage
extends java.lang.Object


Constructor Summary
EISMessage(java.lang.String FID, java.lang.String FMID, java.lang.String message_id, javax.mail.Message message)
          the uid contains: - FID : folder id - FMID : message id considering folder
 
Method Summary
 java.lang.String getGUID()
          Returns the id of this Message
 javax.mail.Message getMessage()
          Returns the message of this Message
 java.lang.String getMesssage_id()
          Returns the Message-ID of this Message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EISMessage

public EISMessage(java.lang.String FID,
                  java.lang.String FMID,
                  java.lang.String message_id,
                  javax.mail.Message message)
the uid contains: - FID : folder id - FMID : message id considering folder

Parameters:
FID - String
FMID - String
message_id - String Messagge-ID in the header
message - Message
Method Detail

getGUID

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

Returns:
the id of this Message

getMesssage_id

public java.lang.String getMesssage_id()
Returns the Message-ID of this Message

Returns:
the Message-ID of this Message

getMessage

public javax.mail.Message getMessage()
Returns the message of this Message

Returns:
the message of this Message


Copyright © 2003-2006 Funambol.