com.funambol.email.pdi.folder
Class Folder

java.lang.Object
  extended bycom.funambol.email.pdi.folder.Folder

public class Folder
extends java.lang.Object

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

Folder

public Folder()
Creates an empty Folder

Method Detail

getUID

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

Returns:
the uid of this folder

setUID

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


getParentId

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

Returns:
the parentId of this folder

setParentId

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


getName

public com.funambol.foundation.pdi.common.Property getName()
Returns the name of this folder

Returns:
the name of this folder

getCreated

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

Returns:
the created of this folder

getModified

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

Returns:
the modified of this folder

getAccessed

public com.funambol.foundation.pdi.common.Property getAccessed()
Returns the accessed of this folder

Returns:
the accessed of this folder

getRole

public com.funambol.foundation.pdi.common.Property getRole()
Returns the role of this folder

Returns:
the role of this folder

toString

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


Copyright © 2003-2006 Funambol.