org.juniverse.jorganizer.contact
Class ContactFolderForm

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

public class ContactFolderForm
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
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ContactFolderForm()
           
 
Method Summary
 int getId()
          Method getId.
 int getMotherid()
          Method getMotherid.
 java.lang.String getTitle()
          Method getTitle.
 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.
 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

title

private java.lang.String title

id

private int id

motherid

private int motherid
Constructor Detail

ContactFolderForm

public ContactFolderForm()
Method Detail

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)

setId

public void setId(int id)
Method setId.

Parameters:
id -

getId

public int getId()
Method getId.

Returns:
int

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