gov.noaa.pmel.tmap
Class SessionObject

java.lang.Object
  |
  +--gov.noaa.pmel.tmap.SessionObject

public class SessionObject
extends java.lang.Object


Field Summary
(package private)  FormParameters[] compareVariables
           
(package private)  FormParameters constrainState
           
(package private)  java.lang.String lastTemplateName
           
(package private)  FormParameters options
           
(package private)  java.lang.Boolean useOptions
           
(package private)  FormParameters variables
           
 
Constructor Summary
SessionObject()
           
 
Method Summary
 FormParameters getCompareVariables(int index)
          Gets the value of compare variables
 FormParameters getConstrainState()
          Gets the value of constrainState
 java.lang.String getLastTemplateName()
          Gets the value of lastTemplateName
 FormParameters getOptions()
          Gets the value of options
 java.lang.Boolean getUseOptions()
          Gets the value of useOptions
 FormParameters getVariables()
          Gets the value of variables
 void removeCompareVariables()
           
 void setCompareVariables(int index, FormParameters argVariables)
          Sets the value of compare variables
 void setConstrainState(FormParameters argConstrainState)
          Sets the value of constrainState
 void setLastTemplateName(java.lang.String argLastTemplateName)
          Sets the value of lastTemplateName
 void setOptions(FormParameters argOptions)
          Sets the value of options
 void setUseOptions(java.lang.Boolean argUseOptions)
          Sets the value of useOptions
 void setVariables(FormParameters argVariables)
          Sets the value of variables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constrainState

FormParameters constrainState

useOptions

java.lang.Boolean useOptions

variables

FormParameters variables

compareVariables

FormParameters[] compareVariables

options

FormParameters options

lastTemplateName

java.lang.String lastTemplateName
Constructor Detail

SessionObject

public SessionObject()
Method Detail

getConstrainState

public FormParameters getConstrainState()
Gets the value of constrainState

Returns:
the value of constrainState

setConstrainState

public void setConstrainState(FormParameters argConstrainState)
Sets the value of constrainState

Parameters:
argConstrainState - Value to assign to this.constrainState

getUseOptions

public java.lang.Boolean getUseOptions()
Gets the value of useOptions

Returns:
the value of useOptions

setUseOptions

public void setUseOptions(java.lang.Boolean argUseOptions)
Sets the value of useOptions

Parameters:
argUseOptions - Value to assign to this.useOptions

getVariables

public FormParameters getVariables()
Gets the value of variables

Returns:
the value of variables

setVariables

public void setVariables(FormParameters argVariables)
Sets the value of variables

Parameters:
argVariables - Value to assign to this.variables

getCompareVariables

public FormParameters getCompareVariables(int index)
Gets the value of compare variables

Returns:
the value of compare variables

setCompareVariables

public void setCompareVariables(int index,
                                FormParameters argVariables)
Sets the value of compare variables

Parameters:
argVariables - Value to assign to this.compare variables

removeCompareVariables

public void removeCompareVariables()

getOptions

public FormParameters getOptions()
Gets the value of options

Returns:
the value of options

setOptions

public void setOptions(FormParameters argOptions)
Sets the value of options

Parameters:
argOptions - Value to assign to this.options

getLastTemplateName

public java.lang.String getLastTemplateName()
Gets the value of lastTemplateName

Returns:
the value of lastTemplateName

setLastTemplateName

public void setLastTemplateName(java.lang.String argLastTemplateName)
Sets the value of lastTemplateName

Parameters:
argLastTemplateName - Value to assign to this.lastTemplateName