|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.webmail.MailList
public class MailList
Constructor Summary | |
---|---|
MailList(javax.mail.Session session,
javax.mail.Folder folder,
int start,
int end)
|
|
MailList(javax.mail.Session session,
javax.mail.Folder folder,
int start,
int end,
java.lang.String borderColor,
java.lang.String rowColor1,
java.lang.String rowColor2)
|
Method Summary | |
---|---|
java.lang.String |
getBorderColor()
Get the value of borderColor. |
int |
getEnd()
Get the value of end. |
javax.mail.Folder |
getFolder()
Get the value of folder. |
java.lang.String |
getMails()
Get the value of mails. |
java.lang.String |
getRowColor1()
Get the value of rowColor1. |
java.lang.String |
getRowColor2()
Get the value of rowColor2. |
javax.mail.Session |
getSession()
Get the value of session. |
int |
getStart()
Get the value of start. |
void |
setBorderColor(java.lang.String v)
Set the value of borderColor. |
void |
setEnd(int v)
Set the value of end. |
void |
setFolder(javax.mail.Folder v)
Set the value of folder. |
void |
setMails(java.lang.StringBuffer v)
Set the value of mails. |
void |
setRowColor1(java.lang.String v)
Set the value of rowColor1. |
void |
setRowColor2(java.lang.String v)
Set the value of rowColor2. |
void |
setSession(javax.mail.Session v)
Set the value of session. |
void |
setStart(int v)
Set the value of start. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailList(javax.mail.Session session, javax.mail.Folder folder, int start, int end, java.lang.String borderColor, java.lang.String rowColor1, java.lang.String rowColor2)
public MailList(javax.mail.Session session, javax.mail.Folder folder, int start, int end)
Method Detail |
---|
public java.lang.String getBorderColor()
public void setBorderColor(java.lang.String v)
v
- Value to assign to borderColor.public java.lang.String getRowColor1()
public void setRowColor1(java.lang.String v)
v
- Value to assign to rowColor1.public java.lang.String getRowColor2()
public void setRowColor2(java.lang.String v)
v
- Value to assign to rowColor2.public java.lang.String getMails()
public void setMails(java.lang.StringBuffer v)
v
- Value to assign to mails.public javax.mail.Session getSession()
public void setSession(javax.mail.Session v)
v
- Value to assign to session.public javax.mail.Folder getFolder()
public void setFolder(javax.mail.Folder v)
v
- Value to assign to folder.public int getStart()
public void setStart(int v)
v
- Value to assign to start.public int getEnd()
public void setEnd(int v)
v
- Value to assign to end.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |