|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseniorproj.DataSet
public class DataSet
Creates a dataset object containing a name, tables, and the number of tables.
Constructor Summary | |
---|---|
DataSet()
Default constructor for initialization. |
|
DataSet(java.lang.String name,
java.lang.Object[] tnames,
int index)
Initializes and creates a DataSet object. |
Method Summary | |
---|---|
java.lang.String |
getName()
Retrieves the dataset name for the user. |
java.lang.Object[] |
getNames()
Retrieves the table names for the user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSet()
public DataSet(java.lang.String name, java.lang.Object[] tnames, int index)
name
- name of the datasettnames
- array of table names in datasetindex
- the number of table names in datasetMethod Detail |
---|
public java.lang.Object[] getNames()
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |