gov.nasa.gsfc.spdf.cdas
Class DatasetLink

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

public class DatasetLink
extends java.lang.Object

This class represents pointer or link to a dataset.

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

Field Summary
 java.lang.String text
          Textual description of link.
 java.lang.String title
          Title of link.
 java.lang.String url
          URL to dataset source.
 
Constructor Summary
DatasetLink()
          Constructs a DatasetLink with a null value.
DatasetLink(java.lang.String text, java.lang.String title, java.lang.String url)
          Constructs a DatasetLink 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

text

public java.lang.String text
Textual description of link.


title

public java.lang.String title
Title of link.


url

public java.lang.String url
URL to dataset source.

Constructor Detail

DatasetLink

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


DatasetLink

public DatasetLink(java.lang.String text,
                   java.lang.String title,
                   java.lang.String url)
Constructs a DatasetLink with the given attribute values.

Parameters:
text - textual description of link
title - display title of link
url - URL to dataset source


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.