org.nanocontainer.nanowar.sample.struts
Class CheeseForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.nanocontainer.nanowar.sample.struts.CheeseForm
All Implemented Interfaces:
Serializable

public class CheeseForm
extends org.apache.struts.action.ActionForm

Author:
Stephen Molitor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CheeseForm()
           
 
Method Summary
 String getCountry()
           
 String getName()
           
 void setCountry(String country)
           
 void setName(String name)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheeseForm

public CheeseForm()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)


Copyright © 2003-2007 Codehaus. All Rights Reserved.