live.struts.forms
Class GuestNamePassForm
java.lang.Object
org.apache.struts.action.ActionForm
live.struts.forms.LiveForm
live.struts.forms.GuestNamePassForm
- All Implemented Interfaces:
- Serializable
- public class GuestNamePassForm
- extends LiveForm
The form for changing a guest's password
- See Also:
- Serialized Form
Nested classes inherited from class live.struts.forms.LiveForm |
|
Fields inherited from class live.struts.forms.LiveForm |
|
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
guestName
private String guestName
password
private String password
confirm
private String confirm
GuestNamePassForm
public GuestNamePassForm()
setGuestName
public void setGuestName(String userName)
- Parameters:
userName
- Name of user to validate
getGuestName
public String getGuestName()
- Returns:
- Returns the guest's name
setPassword
public void setPassword(String password)
- Parameters:
password
- Password to set
getPassword
public String getPassword()
- Returns:
- Password of guest
setConfirmPassword
public void setConfirmPassword(String confirm)
- Parameters:
confirm
- The confirm to set.
getConfirmPassword
public String getConfirmPassword()
- Returns:
- Returns the confirm.
Copyright © 2005