org.itracker.web.forms
Class ComponentForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by org.itracker.web.forms.ComponentForm
All Implemented Interfaces:
Serializable

public class ComponentForm
extends org.apache.struts.validator.ValidatorForm

This is the LoginForm Struts Form. It is used by Login form.

Author:
ready
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ComponentForm()
           
 
Method Summary
 String getAction()
           
 String getDescription()
           
 Integer getId()
           
 String getName()
           
 Integer getProjectId()
           
 Integer getStatus()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setAction(String action)
           
 void setDescription(String description)
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setProjectId(Integer projectId)
           
 void setStatus(Integer status)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults
 
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

ComponentForm

public ComponentForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.apache.struts.validator.ValidatorForm

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.validator.ValidatorForm

getAction

public String getAction()

setAction

public void setAction(String action)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

getProjectId

public Integer getProjectId()

setProjectId

public void setProjectId(Integer projectId)

getStatus

public Integer getStatus()

setStatus

public void setStatus(Integer status)


Copyright © 2002-2012 itracker. All Rights Reserved.