live.struts.forms
Class ChGuestsGroupForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bylive.struts.forms.LiveForm
          extended bylive.struts.forms.ChGuestsGroupForm
All Implemented Interfaces:
Serializable

public class ChGuestsGroupForm
extends LiveForm

Changes the group a guest is in

Author:
Evan Driscoll
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class live.struts.forms.LiveForm
 
Field Summary
 String customGroupName
           
 String groupName
           
 
Fields inherited from class live.struts.forms.LiveForm
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ChGuestsGroupForm()
           
 
Method Summary
 String getCustomGroupName()
          Return the new group name
 String getGroupName()
          Return a group name
 void setCustomGroupName(String customGroupName)
          Set the new group name
 void setGroupName(String groupName)
          Set the group name
 
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

groupName

public String groupName

customGroupName

public String customGroupName
Constructor Detail

ChGuestsGroupForm

public ChGuestsGroupForm()
Method Detail

getCustomGroupName

public String getCustomGroupName()
Return the new group name

Returns:
Returns the customGroupName.

setCustomGroupName

public void setCustomGroupName(String customGroupName)
Set the new group name

Parameters:
customGroupName - The customGroupName to set.

getGroupName

public String getGroupName()
Return a group name

Returns:
Returns the groupName.

setGroupName

public void setGroupName(String groupName)
Set the group name

Parameters:
groupName - The groupName to set.


Copyright © 2005