org.demosys.task
Class ModificationTaskForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.demosys.task.ModificationTaskForm
All Implemented Interfaces:
java.io.Serializable

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

Formulaire pour la creation d'une task.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ModificationTaskForm()
           
 
Method Summary
 java.lang.String getTitle()
           
 void reset(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest)
           
 void setTitle(java.lang.String title)
           
 org.demosys.task.TaskView toTaskView()
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest)
           
 
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
 

Constructor Detail

ModificationTaskForm

public ModificationTaskForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping actionMapping,
                  javax.servlet.http.HttpServletRequest httpServletRequest)
Overrides:
reset in class org.apache.struts.action.ActionForm

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping actionMapping,
                                                      javax.servlet.http.HttpServletRequest httpServletRequest)
Overrides:
validate in class org.apache.struts.action.ActionForm

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

toTaskView

public org.demosys.task.TaskView toTaskView()


Copyright © 2003-2004 Sourceforge. All Rights Reserved.