org.ieee.shinobu.demo.velocity.ben
Class BenActionForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.ieee.shinobu.demo.velocity.ben.BenActionForm
All Implemented Interfaces:
java.io.Serializable

public class BenActionForm
extends org.apache.struts.action.ActionForm
implements java.io.Serializable

Author:
shinobu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
BenActionForm()
           
 
Method Summary
 java.lang.String getFoo()
           
 void setFoo(java.lang.String foo)
           
 
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

BenActionForm

public BenActionForm()
Method Detail

getFoo

public java.lang.String getFoo()
Returns:
Returns the foo.

setFoo

public void setFoo(java.lang.String foo)
Parameters:
foo - The foo to set.


Copyright © 2002-2005 org.ieee.shinobu. All Rights Reserved.