org.apache.struts.webapp.example.oracle
Class SchemaForm

org.apache.struts.action.TcrForm
  |
  +--org.apache.struts.webapp.example.oracle.SchemaForm

public class SchemaForm
extends TcrForm

The list of database tables for the selected database schema.

Author:
Alec Missine

Field Summary
private  java.lang.String schema
           
private  java.util.ArrayList tables
           
 
Fields inherited from class org.apache.struts.action.TcrForm
etcMs, progress, session
 
Constructor Summary
SchemaForm()
           
 
Method Summary
 java.lang.String getSchema()
           
 java.util.ArrayList getTables()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setSchema(java.lang.String schema)
           
 void setTables(java.util.ArrayList tables)
           
 
Methods inherited from class org.apache.struts.action.TcrForm
getEtcMs, getProgress, setEtcMs, setProgress
 

Field Detail

schema

private java.lang.String schema

tables

private java.util.ArrayList tables
Constructor Detail

SchemaForm

public SchemaForm()
Method Detail

getSchema

public java.lang.String getSchema()

setSchema

public void setSchema(java.lang.String schema)

getTables

public java.util.ArrayList getTables()

setTables

public void setTables(java.util.ArrayList tables)

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class TcrForm


Copyright © 2000-2002 - Apache Software Foundation