gov.noaa.pmel.tmap.db
Class VariableInfo

java.lang.Object
  |
  +--gov.noaa.pmel.tmap.db.DbaseObject
        |
        +--gov.noaa.pmel.tmap.db.VariableInfo

public class VariableInfo
extends DbaseObject

Version:
$Version$
Author:
$Author: kobrien $

Nested Class Summary
 
Nested classes inherited from class gov.noaa.pmel.tmap.db.DbaseObject
DbaseObject.DbaseMap
 
Field Summary
(package private)  boolean composite
           
(package private)  java.lang.String customUrl
           
(package private)  java.lang.String dods_url
           
(package private)  java.lang.String institution_id
           
(package private)  Institution mInstitution
           
(package private)  UI mUI
           
(package private)  java.lang.String ui_id
           
(package private)  java.lang.String units
           
(package private)  java.lang.String url1
           
(package private)  java.lang.String url2
           
 
Fields inherited from class gov.noaa.pmel.tmap.db.DbaseObject
mFields, mSerializable, mTable, oid, OID
 
Constructor Summary
VariableInfo()
           
 
Method Summary
 java.util.Vector getAxes()
           
 Axis getAxisByType(java.lang.String type)
           
 java.lang.String getCustomUrl()
           
 java.lang.String getDodsUrl()
           
 Institution getInstitution()
           
 UI getUI()
           
 java.lang.String getUnits()
           
 java.lang.String getUrl1()
           
 java.lang.String getUrl2()
           
 boolean isComposite()
           
 void setCustomUrl(java.lang.String customUrl)
           
 void setUrl1(java.lang.String url1)
           
 void setUrl2(java.lang.String url2)
           
 
Methods inherited from class gov.noaa.pmel.tmap.db.DbaseObject
addField, addField, convert, deserialize, deserialize, deserialize, deserializeAggregate, deserializeAggregate, deserializeAggregate, deserializeManyToMany, deserializeManyToMany, doDeserializeAggregate, getOid, setup, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url1

java.lang.String url1

url2

java.lang.String url2

customUrl

java.lang.String customUrl

ui_id

java.lang.String ui_id

institution_id

java.lang.String institution_id

units

java.lang.String units

dods_url

java.lang.String dods_url

mUI

UI mUI

mInstitution

Institution mInstitution

composite

boolean composite
Constructor Detail

VariableInfo

public VariableInfo()
Method Detail

isComposite

public boolean isComposite()

getDodsUrl

public java.lang.String getDodsUrl()

getUnits

public java.lang.String getUnits()

getAxes

public java.util.Vector getAxes()
                         throws java.sql.SQLException
java.sql.SQLException

getAxisByType

public Axis getAxisByType(java.lang.String type)
                   throws java.sql.SQLException
java.sql.SQLException

getUI

public UI getUI()
         throws java.sql.SQLException
java.sql.SQLException

getInstitution

public Institution getInstitution()
                           throws java.sql.SQLException
java.sql.SQLException

getUrl1

public java.lang.String getUrl1()

setUrl1

public void setUrl1(java.lang.String url1)

setUrl2

public void setUrl2(java.lang.String url2)

getUrl2

public java.lang.String getUrl2()

setCustomUrl

public void setCustomUrl(java.lang.String customUrl)

getCustomUrl

public java.lang.String getCustomUrl()