org.demosys.web.project.action
Class NewProjectForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.demosys.web.project.action.NewProjectForm
All Implemented Interfaces:
java.io.Serializable

Deprecated. 11 avril 2003

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

Formulaire pour la creation d'un projet.

Author:
ABOUELF
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
NewProjectForm()
          Deprecated.  
 
Method Summary
 java.lang.String getDescription()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 void reset(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest)
          Deprecated.  
 void setDescription(java.lang.String description)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated.  
 org.demosys.web.project.ProjectView toProjectView()
          Deprecated.  
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest)
          Deprecated.  
 
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

NewProjectForm

public NewProjectForm()
Deprecated. 
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping actionMapping,
                  javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated. 
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)
Deprecated. 
Overrides:
validate in class org.apache.struts.action.ActionForm

getName

public java.lang.String getName()
Deprecated. 

setName

public void setName(java.lang.String name)
Deprecated. 

getDescription

public java.lang.String getDescription()
Deprecated. 

setDescription

public void setDescription(java.lang.String description)
Deprecated. 

toProjectView

public org.demosys.web.project.ProjectView toProjectView()
Deprecated. 


Copyright © 2003-2004 Sourceforge. All Rights Reserved.