|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.pdi.folder.Folder
An object representing a folder. This class can be used to store and retrive all information about folder.
Constructor Summary | |
Folder()
Creates an empty Folder |
Method Summary | |
com.funambol.foundation.pdi.common.Property |
getAccessed()
Returns the accessed of this folder |
com.funambol.foundation.pdi.common.Property |
getCreated()
Returns the created of this folder |
com.funambol.foundation.pdi.common.Property |
getModified()
Returns the modified of this folder |
com.funambol.foundation.pdi.common.Property |
getName()
Returns the name of this folder |
com.funambol.foundation.pdi.common.Property |
getParentId()
Returns the parentId of this folder |
com.funambol.foundation.pdi.common.Property |
getRole()
Returns the role of this folder |
com.funambol.foundation.pdi.common.Property |
getUID()
Returns the uid of this folder |
void |
setParentId(com.funambol.foundation.pdi.common.Property parentId)
set the parentId of this folder |
void |
setUID(com.funambol.foundation.pdi.common.Property uid)
set the uid of this folder |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Folder()
Method Detail |
public com.funambol.foundation.pdi.common.Property getUID()
public void setUID(com.funambol.foundation.pdi.common.Property uid)
public com.funambol.foundation.pdi.common.Property getParentId()
public void setParentId(com.funambol.foundation.pdi.common.Property parentId)
public com.funambol.foundation.pdi.common.Property getName()
public com.funambol.foundation.pdi.common.Property getCreated()
public com.funambol.foundation.pdi.common.Property getModified()
public com.funambol.foundation.pdi.common.Property getAccessed()
public com.funambol.foundation.pdi.common.Property getRole()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |