com.funambol.email.pdi.mail
Class Email

java.lang.Object
  extended bycom.funambol.email.pdi.mail.Email

public class Email
extends java.lang.Object

An object representing a email. This class can be used to store and retrive all information about email.


Constructor Summary
Email()
          Creates an empty mail
 
Method Summary
 com.funambol.foundation.pdi.common.Property getCreated()
          Returns the created of this mail
 com.funambol.foundation.pdi.common.Property getDeleted()
          Returns the deleted of this mail
 EmailItem getEmailItem()
          Returns the mailItem of this mail
 com.funambol.foundation.pdi.common.Property getFlagged()
          Returns the flagged of this mail
 com.funambol.foundation.pdi.common.Property getForwarded()
          Returns the forwarded of this mail
 com.funambol.foundation.pdi.common.Property getModified()
          Returns the modified of this mail
 com.funambol.foundation.pdi.common.Property getParentId()
          Returns the parentId of this mail (folder id)
 com.funambol.foundation.pdi.common.Property getRead()
          Returns the read of this mail
 com.funambol.foundation.pdi.common.Property getReceived()
          Returns the received of this mail
 com.funambol.foundation.pdi.common.Property getReplied()
          Returns the replied of this mail
 com.funambol.foundation.pdi.common.Property getUID()
          Returns the uid of this mail
 void setParentId(com.funambol.foundation.pdi.common.Property parentId)
          set the parentId of this mail (folder id)
 void setUID(com.funambol.foundation.pdi.common.Property uid)
          set the uid of this mail
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Email

public Email()
Creates an empty mail

Method Detail

getUID

public com.funambol.foundation.pdi.common.Property getUID()
Returns the uid of this mail

Returns:
the uid of this mail

setUID

public void setUID(com.funambol.foundation.pdi.common.Property uid)
set the uid of this mail

Parameters:
uid - Property

getParentId

public com.funambol.foundation.pdi.common.Property getParentId()
Returns the parentId of this mail (folder id)

Returns:
the parentId of this mail (folder id)

setParentId

public void setParentId(com.funambol.foundation.pdi.common.Property parentId)
set the parentId of this mail (folder id)

Parameters:
parentId - Property

getRead

public com.funambol.foundation.pdi.common.Property getRead()
Returns the read of this mail

Returns:
the read of this mail

getForwarded

public com.funambol.foundation.pdi.common.Property getForwarded()
Returns the forwarded of this mail

Returns:
the forwarded of this mail

getReplied

public com.funambol.foundation.pdi.common.Property getReplied()
Returns the replied of this mail

Returns:
the replied of this mail

getReceived

public com.funambol.foundation.pdi.common.Property getReceived()
Returns the received of this mail

Returns:
the received of this mail

getCreated

public com.funambol.foundation.pdi.common.Property getCreated()
Returns the created of this mail

Returns:
the created of this mail

getModified

public com.funambol.foundation.pdi.common.Property getModified()
Returns the modified of this mail

Returns:
the modified of this mail

getDeleted

public com.funambol.foundation.pdi.common.Property getDeleted()
Returns the deleted of this mail

Returns:
the deleted of this mail

getFlagged

public com.funambol.foundation.pdi.common.Property getFlagged()
Returns the flagged of this mail

Returns:
the flagged of this mail

getEmailItem

public EmailItem getEmailItem()
Returns the mailItem of this mail

Returns:
the mailItem of this mail

toString

public java.lang.String toString()
Returns:
String


Copyright © 2003-2006 Funambol.