|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.pdi.mail.Email
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 |
public Email()
Method Detail |
public com.funambol.foundation.pdi.common.Property getUID()
public void setUID(com.funambol.foundation.pdi.common.Property uid)
uid
- Propertypublic com.funambol.foundation.pdi.common.Property getParentId()
public void setParentId(com.funambol.foundation.pdi.common.Property parentId)
parentId
- Propertypublic com.funambol.foundation.pdi.common.Property getRead()
public com.funambol.foundation.pdi.common.Property getForwarded()
public com.funambol.foundation.pdi.common.Property getReplied()
public com.funambol.foundation.pdi.common.Property getReceived()
public com.funambol.foundation.pdi.common.Property getCreated()
public com.funambol.foundation.pdi.common.Property getModified()
public com.funambol.foundation.pdi.common.Property getDeleted()
public com.funambol.foundation.pdi.common.Property getFlagged()
public EmailItem getEmailItem()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |