Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fenceui.forms
Class FencerDetailForm  view FencerDetailForm download FencerDetailForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.fenceui.forms.FencerDetailForm
All Implemented Interfaces:
java.io.Serializable

public final class FencerDetailForm
extends org.apache.struts.action.ActionForm

Description of the Class


Field Summary
private  java.lang.String birthDate
           
private  java.lang.String club
           
private  java.lang.String country
           
private  java.lang.String firstName
           
private  java.lang.String index
           
private  java.lang.String lastName
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
FencerDetailForm()
           
 
Method Summary
 java.lang.String getBirthDate()
          Gets the birthDate attribute of the FencerDetailForm object
 java.lang.String getClub()
          Gets the club attribute of the FencerDetailForm object
 java.lang.String getCountry()
          Gets the country attribute of the FencerDetailForm object
 java.lang.String getFirstName()
          Gets the firstName attribute of the FencerDetailForm object
 java.lang.String getIndex()
          Gets the index attribute of the FencerDetailForm object
 java.lang.String getLastName()
          Gets the lastName attribute of the FencerDetailForm object
 void setBirthDate(java.lang.String birthDate)
          Sets the birthDate attribute of the FencerDetailForm object
 void setClub(java.lang.String club)
          Sets the club attribute of the FencerDetailForm object
 void setCountry(java.lang.String country)
          Sets the country attribute of the FencerDetailForm object
 void setFirstName(java.lang.String firstName)
          Sets the firstName attribute of the FencerDetailForm object
 void setIndex(java.lang.String index)
          Sets the index attribute of the FencerDetailForm object
 void setLastName(java.lang.String lastName)
          Sets the lastName attribute of the FencerDetailForm object
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Description of the Method
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private java.lang.String index

lastName

private java.lang.String lastName

firstName

private java.lang.String firstName

club

private java.lang.String club

country

private java.lang.String country

birthDate

private java.lang.String birthDate
Constructor Detail

FencerDetailForm

public FencerDetailForm()
Method Detail

getIndex

public java.lang.String getIndex()
Gets the index attribute of the FencerDetailForm object


setIndex

public void setIndex(java.lang.String index)
Sets the index attribute of the FencerDetailForm object


getLastName

public java.lang.String getLastName()
Gets the lastName attribute of the FencerDetailForm object


setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName attribute of the FencerDetailForm object


getBirthDate

public java.lang.String getBirthDate()
Gets the birthDate attribute of the FencerDetailForm object


setBirthDate

public void setBirthDate(java.lang.String birthDate)
Sets the birthDate attribute of the FencerDetailForm object


getClub

public java.lang.String getClub()
Gets the club attribute of the FencerDetailForm object


setClub

public void setClub(java.lang.String club)
Sets the club attribute of the FencerDetailForm object


getCountry

public java.lang.String getCountry()
Gets the country attribute of the FencerDetailForm object


setCountry

public void setCountry(java.lang.String country)
Sets the country attribute of the FencerDetailForm object


getFirstName

public java.lang.String getFirstName()
Gets the firstName attribute of the FencerDetailForm object


setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName attribute of the FencerDetailForm object


validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Description of the Method