hu.elte.tribus.form
Class ProfileForm

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

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ProfileForm()
           
 
Method Summary
 java.lang.String getEmail()
          Returns the email.
 java.lang.String getFirstName()
          Returns the firstName.
 int getId()
           
 java.lang.String getLastName()
          Returns the lastName.
 boolean isAdmin()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Method reset
 void setAdmin(boolean admin)
           
 void setEmail(java.lang.String email)
          Set the email.
 void setFirstName(java.lang.String firstName)
          Set the firstName.
 void setId(int id)
           
 void setLastName(java.lang.String lastName)
          Set the lastName.
 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

ProfileForm

public ProfileForm()
Method Detail

isAdmin

public boolean isAdmin()

setAdmin

public void setAdmin(boolean admin)

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 -

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

getId

public int getId()

setId

public void setId(int id)


Copyright © 2006-2007. All Rights Reserved.