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

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
NewStoryForm()
           
 
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
 

Constructor Detail

NewStoryForm

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

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.