com.funambol.email.items.model
Class ItemFolder

java.lang.Object
  extended bycom.funambol.email.items.model.ItemFolder

public class ItemFolder
extends java.lang.Object


Constructor Summary
ItemFolder(java.lang.String GUID, java.lang.String name, java.lang.String parentId, java.lang.String created, java.lang.String accessed, java.lang.String modified, java.lang.String role, java.lang.String attributes)
          the uid contains: - FID : parent folder id - separator (/) - UID : folder id
 
Method Summary
 java.lang.String getAccessed()
          Returns the accessed date of this Folder
 java.lang.String getAttributes()
          Returns the attributes of this Folder
 java.lang.String getCreated()
          Returns the origination date of this Folder
 java.lang.String getGUID()
          Returns the id of this Folder
 java.lang.String getModified()
          Returns the modified date of this Folder
 java.lang.String getName()
          Returns the name of this Folder
 java.lang.String getParentId()
          Returns the parent id of this Folder
 java.lang.String getRole()
          Returns the role of this Folder
 void setGUID(java.lang.String uid)
          Sets the id of this Folder
 void setParentId(java.lang.String parentId)
          sets the parent id of this Folder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemFolder

public ItemFolder(java.lang.String GUID,
                  java.lang.String name,
                  java.lang.String parentId,
                  java.lang.String created,
                  java.lang.String accessed,
                  java.lang.String modified,
                  java.lang.String role,
                  java.lang.String attributes)
the uid contains: - FID : parent folder id - separator (/) - UID : folder id

Parameters:
GUID - folder id
name - String
parentId - String
created - String
accessed - String
modified - String
role - String
attributes - String
Method Detail

getGUID

public java.lang.String getGUID()
Returns the id of this Folder

Returns:
the id of this Folder

setGUID

public void setGUID(java.lang.String uid)
Sets the id of this Folder

Parameters:
uid - String

getName

public java.lang.String getName()
Returns the name of this Folder

Returns:
the name of this Folder

getParentId

public java.lang.String getParentId()
Returns the parent id of this Folder

Returns:
the parent id of this Folder

setParentId

public void setParentId(java.lang.String parentId)
sets the parent id of this Folder

Parameters:
parentId - String

getCreated

public java.lang.String getCreated()
Returns the origination date of this Folder

Returns:
the origination date of this Folder

getAccessed

public java.lang.String getAccessed()
Returns the accessed date of this Folder

Returns:
the accessed date of this Folder

getModified

public java.lang.String getModified()
Returns the modified date of this Folder

Returns:
the modified date of this Folder

getRole

public java.lang.String getRole()
Returns the role of this Folder

Returns:
the role of this Folder

getAttributes

public java.lang.String getAttributes()
Returns the attributes of this Folder

Returns:
the attributes of this Folder


Copyright © 2003-2006 Funambol.