org.juniverse.jorganizer.mail
Class MailFolderForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.juniverse.jorganizer.mail.MailFolderForm
All Implemented Interfaces:
java.io.Serializable

public class MailFolderForm
extends org.apache.struts.action.ActionForm

Author:
alexander ilg
See Also:
Serialized Form

Field Summary
private  int id
           
private  int motherid
           
private  java.lang.String title
           
private  int userid
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
MailFolderForm()
           
 
Method Summary
 int getId()
          Method getId.
 int getMotherid()
          Method getMotherid.
 java.lang.String getTitle()
          Method getTitle.
 int getUserid()
          Method getUserid.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setId(int id)
          Method setId.
 void setMotherid(int motherid)
          Method setMotherid.
 void setTitle(java.lang.String title)
          Method setTitle.
 void setUserid(int userid)
          Method setUserid.
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private int id

motherid

private int motherid

title

private java.lang.String title

userid

private int userid
Constructor Detail

MailFolderForm

public MailFolderForm()
Method Detail

getId

public int getId()
Method getId.

Returns:
int

setId

public void setId(int id)
Method setId.

Parameters:
id -

setMotherid

public void setMotherid(int motherid)
Method setMotherid.

Parameters:
motherid -

getMotherid

public int getMotherid()
Method getMotherid.

Returns:
int

setTitle

public void setTitle(java.lang.String title)
Method setTitle.

Parameters:
title -

getTitle

public java.lang.String getTitle()
Method getTitle.

Returns:
String

setUserid

public void setUserid(int userid)
Method setUserid.

Parameters:
userid -

getUserid

public int getUserid()
Method getUserid.

Returns:
int

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.apache.struts.action.ActionForm
See Also:
ActionForm.reset(ActionMapping, HttpServletRequest)

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm
See Also:
ActionForm.validate(ActionMapping, HttpServletRequest)