com.mlw.fps.view.form
Class OptionsForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--com.mlw.fps.view.form.OptionsForm
All Implemented Interfaces:
java.io.Serializable

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

Author:
Matthew Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
OptionsForm()
          Creates a new instance of OptionsForm
 
Method Summary
 java.lang.String getStyle()
          Getter for property style.
 void setStyle(java.lang.String style)
          Setter for property style.
 
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

OptionsForm

public OptionsForm()
Creates a new instance of OptionsForm

Method Detail

getStyle

public java.lang.String getStyle()
Getter for property style.

Returns:
Value of property style.

setStyle

public void setStyle(java.lang.String style)
Setter for property style.

Parameters:
style - New value of property style.


Copyright © 2003 mlavilson. All Rights Reserved.