org.juniverse.jorganizer.mail
Class  MailListMoveForm
java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.juniverse.jorganizer.mail.MailListMoveForm
- All Implemented Interfaces: 
- java.io.Serializable
- public class MailListMoveForm- extends org.apache.struts.action.ActionForm
- Author:
- alexander ilg
- See Also:
- Serialized Form
 
| Fields inherited from class org.apache.struts.action.ActionForm | 
| multipartRequestHandler, servlet | 
 
 
| Method Summary | 
|  int[] | getCheckedMails()Returns the checkedMails.
 | 
|  int | getFolderId()Returns the folderId.
 | 
|  void | reset(org.apache.struts.action.ActionMapping mapping,
      javax.servlet.http.HttpServletRequest request)
 | 
|  void | setCheckedMails(int[] checkedMails)Sets the checkedMails.
 | 
|  void | setFolderId(int folderId)Sets the folderId.
 | 
 
| Methods inherited from class org.apache.struts.action.ActionForm | 
| getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
checkedMails
private int[] checkedMails
folderId
private int folderId
MailListMoveForm
public MailListMoveForm()
getCheckedMails
public int[] getCheckedMails()
- Returns the checkedMails.
 
- 
- Returns:
- int[]
 
setCheckedMails
public void setCheckedMails(int[] checkedMails)
- Sets the checkedMails.
 
- 
- Parameters:
- checkedMails- The checkedMails to set
 
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
- 
- Overrides:
- resetin class- org.apache.struts.action.ActionForm
 
- 
- See Also:
- ActionForm.reset(ActionMapping, HttpServletRequest)
 
getFolderId
public int getFolderId()
- Returns the folderId.
 
- 
- Returns:
- int
 
setFolderId
public void setFolderId(int folderId)
- Sets the folderId.
 
- 
- Parameters:
- folderId- The folderId to set