live.struts.forms
Class ChGuestsGroupForm
java.lang.Object
org.apache.struts.action.ActionForm
live.struts.forms.LiveForm
live.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 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 |
groupName
public String groupName
customGroupName
public String customGroupName
ChGuestsGroupForm
public ChGuestsGroupForm()
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