jim.pums.assess.bus
Class AssessStudentForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by jim.pums.assess.bus.AssessStudentForm
All Implemented Interfaces:
java.io.Serializable

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

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
AssessStudentForm()
          Creates a new instance of AssessStudentForm
 
Method Summary
 java.lang.String getCohort()
          Getter for property cohort.
 java.util.Date getDate()
          Getter for property date.
 java.lang.String getMarker()
          Getter for property marker.
 java.lang.String getProjectTitle()
          Getter for property projectTitle.
 java.lang.String getStatus()
          Getter for property status.
 java.lang.String getStudentName()
          Getter for property studentName.
 java.lang.String getStudentNumber()
          Getter for property studentNumber.
 java.lang.String getSupervisor()
          Getter for property supervisor.
 java.lang.String getUnit()
          Getter for property unit.
 void setCohort(java.lang.String cohort)
          Setter for property cohort.
 void setDate(java.util.Date date)
          Setter for property date.
 void setMarker(java.lang.String marker)
          Setter for property marker.
 void setProjectTitle(java.lang.String projectTitle)
          Setter for property projectTitle.
 void setStatus(java.lang.String status)
          Setter for property status.
 void setStudentName(java.lang.String studentName)
          Setter for property studentName.
 void setStudentNumber(java.lang.String studentNumber)
          Setter for property studentNumber.
 void setSupervisor(java.lang.String supervisor)
          Setter for property supervisor.
 void setUnit(java.lang.String unit)
          Setter for property unit.
 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, reset, 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

AssessStudentForm

public AssessStudentForm()
Creates a new instance of AssessStudentForm

Method Detail

getStudentName

public java.lang.String getStudentName()
Getter for property studentName.

Returns:
Value of property studentName.

setStudentName

public void setStudentName(java.lang.String studentName)
Setter for property studentName.

Parameters:
studentName - New value of property studentName.

getUnit

public java.lang.String getUnit()
Getter for property unit.

Returns:
Value of property unit.

setUnit

public void setUnit(java.lang.String unit)
Setter for property unit.

Parameters:
unit - New value of property unit.

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

getMarker

public java.lang.String getMarker()
Getter for property marker.

Returns:
Value of property marker.

setMarker

public void setMarker(java.lang.String marker)
Setter for property marker.

Parameters:
marker - New value of property marker.

getStudentNumber

public java.lang.String getStudentNumber()
Getter for property studentNumber.

Returns:
Value of property studentNumber.

setStudentNumber

public void setStudentNumber(java.lang.String studentNumber)
Setter for property studentNumber.

Parameters:
studentNumber - New value of property studentNumber.

getDate

public java.util.Date getDate()
Getter for property date.

Returns:
Value of property date.

setDate

public void setDate(java.util.Date date)
Setter for property date.

Parameters:
date - New value of property date.

getCohort

public java.lang.String getCohort()
Getter for property cohort.

Returns:
Value of property cohort.

setCohort

public void setCohort(java.lang.String cohort)
Setter for property cohort.

Parameters:
cohort - New value of property cohort.

getSupervisor

public java.lang.String getSupervisor()
Getter for property supervisor.

Returns:
Value of property supervisor.

setSupervisor

public void setSupervisor(java.lang.String supervisor)
Setter for property supervisor.

Parameters:
supervisor - New value of property supervisor.

getProjectTitle

public java.lang.String getProjectTitle()
Getter for property projectTitle.

Returns:
Value of property projectTitle.

setProjectTitle

public void setProjectTitle(java.lang.String projectTitle)
Setter for property projectTitle.

Parameters:
projectTitle - New value of property projectTitle.

getStatus

public java.lang.String getStatus()
Getter for property status.

Returns:
Value of property status.

setStatus

public void setStatus(java.lang.String status)
Setter for property status.

Parameters:
status - New value of property status.