gov.nasa.gsfc.spdf.cdas
Class DatasetDescription

java.lang.Object
  extended by gov.nasa.gsfc.spdf.cdas.DatasetDescription

public class DatasetDescription
extends java.lang.Object

This class represents the description of a Coordinated Data Analysis System dataset.

Version:
$Revision: 1.6 $
Author:
B. Harris

Field Summary
 java.util.Date endTime
          Latest time of dataset.
 java.lang.String id
          Dataset identifier.
 java.lang.String label
          Dataset label.
 DatasetLink[] links
          Links to the dataset data.
 java.lang.String notesUrl
          URL to notes about the dataset.
 java.lang.String piAffiliation
          PI Affiliation.
 java.lang.String piName
          Principle Investigator (PI) name.
 java.util.Date startTime
          Earliest time of dataset.
 
Constructor Summary
DatasetDescription()
          Constructs a DatasetDescription with a null value.
DatasetDescription(java.lang.String id, java.lang.String label, java.util.Date startTime, java.util.Date endTime, java.lang.String piName, java.lang.String piAffiliation, java.lang.String notesUrl, DatasetLink[] links)
          Constructs a DatasetDescription with the given attribute values.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id
Dataset identifier. This value is used to identify the dataset in many of the methods of CoordinatedDataAnalysisSystem.


label

public java.lang.String label
Dataset label.


startTime

public java.util.Date startTime
Earliest time of dataset.


endTime

public java.util.Date endTime
Latest time of dataset.


piName

public java.lang.String piName
Principle Investigator (PI) name.


piAffiliation

public java.lang.String piAffiliation
PI Affiliation.


notesUrl

public java.lang.String notesUrl
URL to notes about the dataset. null if no "master" notes exist for this dataset (similar information may be available within each data file).


links

public DatasetLink[] links
Links to the dataset data. This is typically only set for data which is not available locally to CDAS or for which CDAS doesn't have convienent remote access to. That is, if the data isn't available locally on CDAS and CDAS can't easily access it remotely, then these links may point to where the data can be obtained.

Constructor Detail

DatasetDescription

public DatasetDescription()
Constructs a DatasetDescription with a null value.


DatasetDescription

public DatasetDescription(java.lang.String id,
                          java.lang.String label,
                          java.util.Date startTime,
                          java.util.Date endTime,
                          java.lang.String piName,
                          java.lang.String piAffiliation,
                          java.lang.String notesUrl,
                          DatasetLink[] links)
Constructs a DatasetDescription with the given attribute values.

Parameters:
id - identifies dataset
label - dataset label value
startTime - start time of dataset
endTime - end time of dataset
piName - PI name
piAffiliation - PI affiliation
notesUrl - URL to notes about dataset
links - links to the data


CDAS Feedback.

Copyright © 2003-2007 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.