live.struts.forms
Class GuestNamePassForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bylive.struts.forms.LiveForm
          extended bylive.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 Class Summary
 
Nested classes inherited from class live.struts.forms.LiveForm
 
Field Summary
private  String confirm
           
private  String guestName
           
private  String password
           
 
Fields inherited from class live.struts.forms.LiveForm
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
GuestNamePassForm()
           
 
Method Summary
 String getConfirmPassword()
           
 String getGuestName()
           
 String getPassword()
           
 void setConfirmPassword(String confirm)
           
 void setGuestName(String userName)
           
 void setPassword(String password)
           
 
Methods inherited from class live.struts.forms.LiveForm
addError, validate
 
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

guestName

private String guestName

password

private String password

confirm

private String confirm
Constructor Detail

GuestNamePassForm

public GuestNamePassForm()
Method Detail

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