|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hupa.shared.data.IMAPFolder
public class IMAPFolder
IMAPFolder
| Constructor Summary | |
|---|---|
IMAPFolder()
|
|
IMAPFolder(String fullName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
ArrayList<IMAPFolder> |
getChildIMAPFolders()
Return the childs of this folder |
String |
getDelimiter()
Return the delimiter |
String |
getFullName()
Return the full name of the folder. |
int |
getMessageCount()
Return the total message count of the messages that exists within this folder |
String |
getName()
Get the name of the folder |
boolean |
getSubscribed()
|
int |
getUnseeMessageCount()
Return the unseen message count |
int |
hashCode()
|
void |
setChildIMAPFolders(ArrayList<IMAPFolder> childs)
Set the child folders |
void |
setDelimiter(String delimiter)
Set the delimiter which is used to seperate folders |
void |
setFullName(String fullName)
Set the full name of the folder |
void |
setMessageCount(int msgCount)
Set total message count |
void |
setSubscribed(boolean subscribed)
|
void |
setUnseenMessageCount(int unseenMsgCount)
Set the count of all unseen messages within this folder |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IMAPFolder()
public IMAPFolder(String fullName)
| Method Detail |
|---|
public void setSubscribed(boolean subscribed)
public boolean getSubscribed()
public String getName()
public void setChildIMAPFolders(ArrayList<IMAPFolder> childs)
childs - public ArrayList<IMAPFolder> getChildIMAPFolders()
public String getFullName()
public void setFullName(String fullName)
fullName - public void setDelimiter(String delimiter)
delimiter - public String getDelimiter()
public int getMessageCount()
public void setMessageCount(int msgCount)
msgCount - public void setUnseenMessageCount(int unseenMsgCount)
unseenMsgCount - public int getUnseeMessageCount()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||