|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjpl.eda.archive.server.Dataset
This class validates the given dataset name and gathers dataset related information required for an archive service related event.
| Constructor Summary | |
Dataset(jpl.eda.util.JDBC_DB db,
int datasetId)
Constructor given a database connection and a dataset identifier. |
|
Dataset(jpl.eda.util.JDBC_DB db,
java.lang.String datasetName)
Constructor given a database connection and a dataset name. |
|
| Method Summary | |
int |
getDatasetId()
Get the identifier for the dataset. |
java.lang.String |
getDatasetName()
Get the mame of the dataset. |
java.lang.String |
getDescription()
Get the description of the dataset. |
ElementList |
getElementList()
Get the data element list associated with the dataset. |
java.lang.String |
getMetadataTable()
Get the product metadata table name associated with the dataset. |
java.lang.String |
getReferenceTable()
Get the product reference table name associated with the dataset. |
java.lang.String |
getRepository()
Get the repository path of the dataset. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Dataset(jpl.eda.util.JDBC_DB db,
java.lang.String datasetName)
throws DatasetException
db - The database connection.datasetName - The name of the dataset.
DatasetException - If dataset information cannot be retrieved.
public Dataset(jpl.eda.util.JDBC_DB db,
int datasetId)
throws DatasetException
db - The database connection.datasetId - The dataset identifier.
DatasetException - If dataset information cannot be retrieved.| Method Detail |
public int getDatasetId()
public java.lang.String getDatasetName()
public java.lang.String getMetadataTable()
public java.lang.String getReferenceTable()
public java.lang.String getRepository()
public java.lang.String getDescription()
public ElementList getElementList()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||