live.struts.forms
Class NewGroupForm

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

public class NewGroupForm
extends LiveForm

The form for creating a new group

Author:
Evan Driscoll
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class live.struts.forms.LiveForm
 
Field Summary
private  String groupName
           
 
Fields inherited from class live.struts.forms.LiveForm
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
NewGroupForm()
           
 
Method Summary
 String getGroupName()
           
 void setGroupName(String groupName)
           
 
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

private String groupName
Constructor Detail

NewGroupForm

public NewGroupForm()
Method Detail

setGroupName

public void setGroupName(String groupName)
Parameters:
groupName - The groupName to set.

getGroupName

public String getGroupName()
Returns:
Returns the groupName.


Copyright © 2005