Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lilacsoftware.orca
Class InfoForm  view InfoForm download InfoForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.lilacsoftware.orca.InfoForm
All Implemented Interfaces:
java.io.Serializable

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

Description of the Class


Field Summary
(package private)  java.lang.String selectionPage
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
InfoForm()
           
 
Method Summary
 java.lang.String getSelectionPage()
          Gets the selectionPage attribute of the InfoForm object
 void setSelectionPage(java.lang.String selectionPage)
          Sets the selectionPage attribute of the InfoForm object
 
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
 

Field Detail

selectionPage

java.lang.String selectionPage
Constructor Detail

InfoForm

public InfoForm()
Method Detail

setSelectionPage

public void setSelectionPage(java.lang.String selectionPage)
Sets the selectionPage attribute of the InfoForm object

Since:

getSelectionPage

public java.lang.String getSelectionPage()
Gets the selectionPage attribute of the InfoForm object

Since: