jdbcadmin.web.forms
Class SelectTableForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byjdbcadmin.web.forms.SelectTableForm
All Implemented Interfaces:
java.io.Serializable

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

Author:
Thomas Recloux (trecloux@norsys.fr)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SelectTableForm()
          Constructor
 
Method Summary
 java.lang.String getTable()
           
 void setTable(java.lang.String aTable)
           
 
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

SelectTableForm

public SelectTableForm()
Constructor

Method Detail

getTable

public java.lang.String getTable()
Returns:
Returns the table.

setTable

public void setTable(java.lang.String aTable)
Parameters:
aTable - The table to set.


Copyright © 2004-2005 Norsys. All Rights Reserved.