org.juniverse.jorganizer.time
Class TimeOverviewForm

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

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

Author:
alexander ilg
See Also:
Serialized Form

Field Summary
private  int actionid
           
private  java.lang.String date_from
           
private  java.lang.String date_until
           
private  int projectid
           
private  java.lang.String searchpattern
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
TimeOverviewForm()
           
 
Method Summary
 int getActionid()
          Returns the actionid.
 java.lang.String getDate_from()
          Returns the date_from.
 java.lang.String getDate_until()
          Returns the date_until.
 int getProjectid()
          Returns the projectid.
 java.lang.String getSearchpattern()
          Returns the searchpattern.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setActionid(int actionid)
          Sets the actionid.
 void setDate_from(java.lang.String date_from)
          Sets the date_from.
 void setDate_until(java.lang.String date_until)
          Sets the date_until.
 void setProjectid(int projectid)
          Sets the projectid.
 void setSearchpattern(java.lang.String searchpattern)
          Sets the searchpattern.
 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

date_from

private java.lang.String date_from

date_until

private java.lang.String date_until

projectid

private int projectid

actionid

private int actionid

searchpattern

private java.lang.String searchpattern
Constructor Detail

TimeOverviewForm

public TimeOverviewForm()
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)

getActionid

public int getActionid()
Returns the actionid.

Returns:
int

getDate_from

public java.lang.String getDate_from()
Returns the date_from.

Returns:
String

getDate_until

public java.lang.String getDate_until()
Returns the date_until.

Returns:
String

getProjectid

public int getProjectid()
Returns the projectid.

Returns:
int

getSearchpattern

public java.lang.String getSearchpattern()
Returns the searchpattern.

Returns:
String

setActionid

public void setActionid(int actionid)
Sets the actionid.

Parameters:
actionid - The actionid to set

setDate_from

public void setDate_from(java.lang.String date_from)
Sets the date_from.

Parameters:
date_from - The date_from to set

setDate_until

public void setDate_until(java.lang.String date_until)
Sets the date_until.

Parameters:
date_until - The date_until to set

setProjectid

public void setProjectid(int projectid)
Sets the projectid.

Parameters:
projectid - The projectid to set

setSearchpattern

public void setSearchpattern(java.lang.String searchpattern)
Sets the searchpattern.

Parameters:
searchpattern - The searchpattern to set