|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.pdi.mail.Email
public class 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.common.pim.common.Property |
getCreated()
Returns the created of this mail |
com.funambol.common.pim.common.Property |
getDeleted()
Returns the deleted of this mail |
EmailItem |
getEmailItem()
Returns the mailItem of this mail |
Ext |
getExt()
Returns the ext of this mail |
com.funambol.common.pim.common.Property |
getFlagged()
Returns the flagged of this mail |
com.funambol.common.pim.common.Property |
getForwarded()
Returns the forwarded of this mail |
com.funambol.common.pim.common.Property |
getModified()
Returns the modified of this mail |
com.funambol.common.pim.common.Property |
getParentId()
Returns the parentId of this mail (folder id) |
com.funambol.common.pim.common.Property |
getRead()
Returns the read of this mail |
com.funambol.common.pim.common.Property |
getReceived()
Returns the received of this mail |
com.funambol.common.pim.common.Property |
getReplied()
Returns the replied of this mail |
com.funambol.common.pim.common.Property |
getUID()
Returns the uid of this mail |
void |
setExt(Ext _ext)
set the ext of this mail |
void |
setParentId(com.funambol.common.pim.common.Property parentId)
set the parentId of this mail (folder id) |
void |
setUID(com.funambol.common.pim.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.common.pim.common.Property getUID()
public void setUID(com.funambol.common.pim.common.Property uid)
uid
- Propertypublic com.funambol.common.pim.common.Property getParentId()
public void setParentId(com.funambol.common.pim.common.Property parentId)
parentId
- Propertypublic com.funambol.common.pim.common.Property getRead()
public com.funambol.common.pim.common.Property getForwarded()
public com.funambol.common.pim.common.Property getReplied()
public com.funambol.common.pim.common.Property getReceived()
public com.funambol.common.pim.common.Property getCreated()
public com.funambol.common.pim.common.Property getModified()
public com.funambol.common.pim.common.Property getDeleted()
public com.funambol.common.pim.common.Property getFlagged()
public EmailItem getEmailItem()
public Ext getExt()
public void setExt(Ext _ext)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |