gpl.fredy.webmail
Class MailList

java.lang.Object
  extended by gpl.fredy.webmail.MailList

public class MailList
extends java.lang.Object


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

MailList

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)

MailList

public MailList(javax.mail.Session session,
                javax.mail.Folder folder,
                int start,
                int end)
Method Detail

getBorderColor

public java.lang.String getBorderColor()
Get the value of borderColor.

Returns:
value of borderColor.

setBorderColor

public void setBorderColor(java.lang.String v)
Set the value of borderColor.

Parameters:
v - Value to assign to borderColor.

getRowColor1

public java.lang.String getRowColor1()
Get the value of rowColor1.

Returns:
value of rowColor1.

setRowColor1

public void setRowColor1(java.lang.String v)
Set the value of rowColor1.

Parameters:
v - Value to assign to rowColor1.

getRowColor2

public java.lang.String getRowColor2()
Get the value of rowColor2.

Returns:
value of rowColor2.

setRowColor2

public void setRowColor2(java.lang.String v)
Set the value of rowColor2.

Parameters:
v - Value to assign to rowColor2.

getMails

public java.lang.String getMails()
Get the value of mails.

Returns:
value of mails.

setMails

public void setMails(java.lang.StringBuffer v)
Set the value of mails.

Parameters:
v - Value to assign to mails.

getSession

public javax.mail.Session getSession()
Get the value of session.

Returns:
value of session.

setSession

public void setSession(javax.mail.Session v)
Set the value of session.

Parameters:
v - Value to assign to session.

getFolder

public javax.mail.Folder getFolder()
Get the value of folder.

Returns:
value of folder.

setFolder

public void setFolder(javax.mail.Folder v)
Set the value of folder.

Parameters:
v - Value to assign to folder.

getStart

public int getStart()
Get the value of start.

Returns:
value of start.

setStart

public void setStart(int v)
Set the value of start.

Parameters:
v - Value to assign to start.

getEnd

public int getEnd()
Get the value of end.

Returns:
value of end.

setEnd

public void setEnd(int v)
Set the value of end.

Parameters:
v - Value to assign to end.