gov.noaa.pmel.tmap
Class FormParamHandler.CompareVariable

java.lang.Object
  |
  +--gov.noaa.pmel.tmap.FormParamHandler.AbstractVariable
        |
        +--gov.noaa.pmel.tmap.FormParamHandler.CompareVariable
All Implemented Interfaces:
FormParamHandler.Variable
Enclosing class:
FormParamHandler

public static class FormParamHandler.CompareVariable
extends FormParamHandler.AbstractVariable


Field Summary
(package private)  int mIndex
           
(package private)  TemplateSession mSession
           
 
Constructor Summary
FormParamHandler.CompareVariable(int index, TemplateSession session)
           
 
Method Summary
 java.util.Vector getDatasets()
           
 RegionConstraint getRegion()
           
 FormParameters getVariables()
           
 void setDatasets(java.util.Vector v)
           
 void setRegion(RegionConstraint rc)
           
 void setVariables(FormParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mSession

TemplateSession mSession

mIndex

int mIndex
Constructor Detail

FormParamHandler.CompareVariable

public FormParamHandler.CompareVariable(int index,
                                        TemplateSession session)
Method Detail

getVariables

public FormParameters getVariables()
Specified by:
getVariables in interface FormParamHandler.Variable
Overrides:
getVariables in class FormParamHandler.AbstractVariable

setVariables

public void setVariables(FormParameters params)
Specified by:
setVariables in interface FormParamHandler.Variable
Overrides:
setVariables in class FormParamHandler.AbstractVariable

getDatasets

public java.util.Vector getDatasets()
Specified by:
getDatasets in interface FormParamHandler.Variable
Overrides:
getDatasets in class FormParamHandler.AbstractVariable

setDatasets

public void setDatasets(java.util.Vector v)
Specified by:
setDatasets in interface FormParamHandler.Variable
Overrides:
setDatasets in class FormParamHandler.AbstractVariable

setRegion

public void setRegion(RegionConstraint rc)
Specified by:
setRegion in interface FormParamHandler.Variable
Overrides:
setRegion in class FormParamHandler.AbstractVariable

getRegion

public RegionConstraint getRegion()
Specified by:
getRegion in interface FormParamHandler.Variable
Overrides:
getRegion in class FormParamHandler.AbstractVariable