hu.elte.tribus.form
Class RegistrationForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by hu.elte.tribus.form.RegistrationForm
All Implemented Interfaces:
java.io.Serializable

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

MyEclipse Struts Creation date: 11-10-2006 XDoclet definition:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
RegistrationForm()
           
 
Method Summary
 java.lang.String getEmail()
          Returns the email.
 java.lang.String getFirstName()
          Returns the firstName.
 java.lang.String getLastName()
          Returns the lastName.
 java.lang.String getPassword()
          Returns the password.
 java.lang.String getPassword2()
          Returns the password2.
 java.lang.String getUserName()
          Returns the userName.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Method reset
 void setEmail(java.lang.String email)
          Set the email.
 void setFirstName(java.lang.String firstName)
          Set the firstName.
 void setLastName(java.lang.String lastName)
          Set the lastName.
 void setPassword(java.lang.String password)
          Set the password.
 void setPassword2(java.lang.String password2)
          Set the password2.
 void setUserName(java.lang.String userName)
          Set the userName.
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Method validate
 
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

RegistrationForm

public RegistrationForm()
Method Detail

validate

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

Overrides:
validate in class org.apache.struts.action.ActionForm
Parameters:
mapping -
request -
Returns:
ActionErrors

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Method reset

Overrides:
reset in class org.apache.struts.action.ActionForm
Parameters:
mapping -
request -

getPassword

public java.lang.String getPassword()
Returns the password.

Returns:
String

setPassword

public void setPassword(java.lang.String password)
Set the password.

Parameters:
password - The password to set

getUserName

public java.lang.String getUserName()
Returns the userName.

Returns:
String

setUserName

public void setUserName(java.lang.String userName)
Set the userName.

Parameters:
userName - The userName to set

getPassword2

public java.lang.String getPassword2()
Returns the password2.

Returns:
String

setPassword2

public void setPassword2(java.lang.String password2)
Set the password2.

Parameters:
password2 - The password2 to set

getEmail

public java.lang.String getEmail()
Returns the email.

Returns:
String

setEmail

public void setEmail(java.lang.String email)
Set the email.

Parameters:
email - The email to set

getFirstName

public java.lang.String getFirstName()
Returns the firstName.

Returns:
String

setFirstName

public void setFirstName(java.lang.String firstName)
Set the firstName.

Parameters:
firstName - The firstName to set

getLastName

public java.lang.String getLastName()
Returns the lastName.

Returns:
String

setLastName

public void setLastName(java.lang.String lastName)
Set the lastName.

Parameters:
lastName - The lastName to set


Copyright © 2006-2007. All Rights Reserved.