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
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
CreationTaskForm
public CreationTaskForm()
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.