org.demosys.task
Class CreationTaskForm

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

public class CreationTaskForm
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
CreationTaskForm()
           
 
Method Summary
 java.lang.String getDescription()
           
 double getEstimate()
           
 double getRemainingWork()
           
 java.lang.String getResponsible()
           
 java.lang.String getTitle()
           
 double getWork()
           
 void reset(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest)
           
 void setDescription(java.lang.String description)
           
 void setEstimate(double estimate)
           
 void setRemainingWork(double remainingWork)
           
 void setResponsible(java.lang.String responsible)
           
 void setTitle(java.lang.String title)
           
 void setWork(double work)
           
 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

CreationTaskForm

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

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getResponsible

public java.lang.String getResponsible()

setResponsible

public void setResponsible(java.lang.String responsible)

getEstimate

public double getEstimate()

setEstimate

public void setEstimate(double estimate)

getWork

public double getWork()

setWork

public void setWork(double work)

getRemainingWork

public double getRemainingWork()

setRemainingWork

public void setRemainingWork(double remainingWork)

toTaskView

public org.demosys.task.TaskView toTaskView()


Copyright © 2003-2004 Sourceforge. All Rights Reserved.