jdbcadmin.web.forms
Class SelectSchemaForm

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

public class SelectSchemaForm
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
SelectSchemaForm()
           
 
Method Summary
 java.lang.String getSchema()
           
 void setSchema(java.lang.String aSchema)
           
 
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

SelectSchemaForm

public SelectSchemaForm()
Method Detail

getSchema

public java.lang.String getSchema()
Returns:
Returns the schema.

setSchema

public void setSchema(java.lang.String aSchema)
Parameters:
aSchema - The schema to set.


Copyright © 2004-2005 Norsys. All Rights Reserved.