org.demosys.web.story.action
Class NewStoryForm
java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.demosys.web.story.action.NewStoryForm
- All Implemented Interfaces: 
- java.io.Serializable
- public class NewStoryForm- extends org.apache.struts.action.ActionForm
Formulaire pour la creation d'une story.
- See Also:
- Serialized Form
 
| Fields inherited from class org.apache.struts.action.ActionForm | 
| multipartRequestHandler, servlet | 
 
 
| Method Summary | 
|  java.lang.String | getDescription()
 | 
|  double | getEstimate()
 | 
|  int | getPriority()
 | 
|  java.lang.String | getTitle()
 | 
|  void | reset(org.apache.struts.action.ActionMapping actionMapping,
      javax.servlet.http.HttpServletRequest httpServletRequest)
 | 
|  void | setDescription(java.lang.String description)
 | 
|  void | setEstimate(double estimate)
 | 
|  void | setPriority(int priority)
 | 
|  void | setTitle(java.lang.String title)
 | 
|  org.demosys.web.story.StoryView | toStoryView()
 | 
|  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 | 
 
NewStoryForm
public NewStoryForm()
reset
public void reset(org.apache.struts.action.ActionMapping actionMapping,
                  javax.servlet.http.HttpServletRequest httpServletRequest)
- 
- Overrides:
- resetin 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:
- validatein 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)
- 
 
getEstimate
public double getEstimate()
- 
 
setEstimate
public void setEstimate(double estimate)
- 
 
getPriority
public int getPriority()
- 
 
setPriority
public void setPriority(int priority)
- 
 
toStoryView
public org.demosys.web.story.StoryView toStoryView()
- 
 
Copyright © 2003-2004 Sourceforge. All Rights Reserved.