|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm com.pow2.struts.forms.RegistrationForm
Struts RegistrationForm class.
Field Summary |
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary | |
RegistrationForm()
Default constructor. |
Method Summary | |
String |
getCity()
Gets the city attribute of the RegistrationForm object |
String |
getEmail()
Gets the email attribute of the RegistrationForm object |
String |
getFax()
Gets the fax attribute of the RegistrationForm object |
String |
getFirstName()
Gets the firstName attribute of the RegistrationForm object |
String |
getId()
Gets the id attribute of the RegistrationForm object |
String |
getLastName()
Gets the lastName attribute of the RegistrationForm object |
String |
getLogin()
Gets the login attribute of the RegistrationForm object |
String |
getMobile()
Gets the mobile attribute of the RegistrationForm object |
String |
getPasswd()
Gets the passwd attribute of the RegistrationForm object |
String |
getPasswdConfirm()
Gets the passwdConfirm attribute of the RegistrationForm object |
String |
getPhone()
Gets the phone attribute of the RegistrationForm object |
String |
getState()
Gets the state attribute of the RegistrationForm object |
String |
getStreet()
Gets the street attribute of the RegistrationForm object |
String |
getZipCode()
Gets the zipCode attribute of the RegistrationForm object |
void |
reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Reset all bean properties to their default state. |
void |
setCity(String v)
Sets the city attribute of the RegistrationForm object |
void |
setEmail(String v)
Sets the email attribute of the RegistrationForm object |
void |
setFax(String v)
Sets the fax attribute of the RegistrationForm object |
void |
setFirstName(String v)
Sets the firstName attribute of the RegistrationForm object |
void |
setId(String id)
Sets the id attribute of the RegistrationForm object |
void |
setLastName(String v)
Sets the lastName attribute of the RegistrationForm object |
void |
setLogin(String v)
Sets the login attribute of the RegistrationForm object |
void |
setMobile(String v)
Sets the mobile attribute of the RegistrationForm object |
void |
setPasswd(String v)
Sets the passwd attribute of the RegistrationForm object |
void |
setPasswdConfirm(String v)
Sets the passwdConfirm attribute of the RegistrationForm object |
void |
setPhone(String v)
Sets the phone attribute of the RegistrationForm object |
void |
setState(String v)
Sets the state attribute of the RegistrationForm object |
void |
setStreet(String v)
Sets the street attribute of the RegistrationForm object |
void |
setZipCode(String v)
Sets the zipCode attribute of the RegistrationForm object |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Description of the Method |
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 |
public RegistrationForm()
Method Detail |
public String getCity()
public String getEmail()
public String getFax()
public String getFirstName()
public String getId()
public String getLastName()
public String getLogin()
public String getMobile()
public String getPasswd()
public String getPasswdConfirm()
public String getPhone()
public String getState()
public String getStreet()
public String getZipCode()
public void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic void setCity(String v)
v
- The new city valuepublic void setEmail(String v)
v
- The new email valuepublic void setFax(String v)
v
- The new fax valuepublic void setFirstName(String v)
v
- The new firstName valuepublic void setId(String id)
id
- The new id valuepublic void setLastName(String v)
v
- The new lastName valuepublic void setLogin(String v)
v
- The new login valuepublic void setMobile(String v)
v
- The new mobile valuepublic void setPasswd(String v)
v
- The new passwd valuepublic void setPasswdConfirm(String v)
v
- The new passwdConfirm valuepublic void setPhone(String v)
v
- The new phone valuepublic void setState(String v)
v
- The new state valuepublic void setStreet(String v)
v
- The new street valuepublic void setZipCode(String v)
v
- The new zipCode valuepublic org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
mapping
- Description of the Parameterrequest
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |