|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.struts.action.ActionForm | +--org.juniverse.jorganizer.time.TimeOverviewForm
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 |
private java.lang.String date_from
private java.lang.String date_until
private int projectid
private int actionid
private java.lang.String searchpattern
Constructor Detail |
public TimeOverviewForm()
Method Detail |
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
ActionForm.reset(ActionMapping, HttpServletRequest)
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
validate
in class org.apache.struts.action.ActionForm
ActionForm.validate(ActionMapping, HttpServletRequest)
public int getActionid()
public java.lang.String getDate_from()
public java.lang.String getDate_until()
public int getProjectid()
public java.lang.String getSearchpattern()
public void setActionid(int actionid)
actionid
- The actionid to setpublic void setDate_from(java.lang.String date_from)
date_from
- The date_from to setpublic void setDate_until(java.lang.String date_until)
date_until
- The date_until to setpublic void setProjectid(int projectid)
projectid
- The projectid to setpublic void setSearchpattern(java.lang.String searchpattern)
searchpattern
- The searchpattern to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |