com.funambol.email.model
Class UpdatedMessage

java.lang.Object
  extended by com.funambol.email.model.UpdatedMessage

public class UpdatedMessage
extends java.lang.Object


Constructor Summary
UpdatedMessage()
           
 
Method Summary
 long getFMID()
          Returns the id of this Message
 javax.mail.Message getJavaMessage()
          Returns the javaMessage of this Message
 void setFMID(long _mailid)
           
 void setJavaMessage(javax.mail.Message _msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatedMessage

public UpdatedMessage()
Method Detail

getFMID

public long getFMID()
Returns the id of this Message

Returns:
the id of this Message

getJavaMessage

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

Returns:
the javaMessage of this Message

setFMID

public void setFMID(long _mailid)
Parameters:
_mailid - mail id in the folder

setJavaMessage

public void setJavaMessage(javax.mail.Message _msg)
Parameters:
_msg - message


Copyright © 2005-2006 Funambol.