|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--portlets.compoze.groupware.mail.Folder
This class represents a folder.
| Constructor Summary | |
Folder(java.lang.String sID,
java.lang.String sName,
java.lang.String sAbsoluteName,
java.lang.String sTitle,
int iUnread,
int iCount)
Constructor. |
|
Folder(java.lang.String sID,
java.lang.String sName,
java.lang.String sAbsoluteName,
java.lang.String sTitle,
int iUnread,
int iCount,
java.lang.String sParentID)
Constructor. |
|
| Method Summary | |
java.lang.String |
getAbsoluteName()
Gets the folder absolute name. |
int |
getCount()
Gets the folder count. |
java.lang.String |
getID()
Gets the folder ID. |
java.lang.String |
getName()
Gets the folder name. |
java.lang.String |
getTitle()
Gets the folder title name. |
int |
getUnread()
Gets the folder unread count. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Folder(java.lang.String sID,
java.lang.String sName,
java.lang.String sAbsoluteName,
java.lang.String sTitle,
int iUnread,
int iCount)
sID - the folder IDsName - the folder namesAbsolutName - the folder absolute namesTitle - the title to use (for display)iUnread - the unread countiType - the folder type
public Folder(java.lang.String sID,
java.lang.String sName,
java.lang.String sAbsoluteName,
java.lang.String sTitle,
int iUnread,
int iCount,
java.lang.String sParentID)
sID - the folder IDsName - the folder namesAbsolutName - the folder absolute namesTitle - the title to use (for display)iUnread - the unread countiCount - the folder item countsParent - the parent folder id| Method Detail |
public int getCount()
public int getUnread()
public java.lang.String getTitle()
public java.lang.String getID()
public java.lang.String getName()
public java.lang.String getAbsoluteName()
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||