|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.noaa.pmel.tmap.SessionObject
| 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 |
FormParameters constrainState
java.lang.Boolean useOptions
FormParameters variables
FormParameters[] compareVariables
FormParameters options
java.lang.String lastTemplateName
| Constructor Detail |
public SessionObject()
| Method Detail |
public FormParameters getConstrainState()
public void setConstrainState(FormParameters argConstrainState)
argConstrainState - Value to assign to this.constrainStatepublic java.lang.Boolean getUseOptions()
public void setUseOptions(java.lang.Boolean argUseOptions)
argUseOptions - Value to assign to this.useOptionspublic FormParameters getVariables()
public void setVariables(FormParameters argVariables)
argVariables - Value to assign to this.variablespublic FormParameters getCompareVariables(int index)
public void setCompareVariables(int index,
FormParameters argVariables)
argVariables - Value to assign to this.compare variablespublic void removeCompareVariables()
public FormParameters getOptions()
public void setOptions(FormParameters argOptions)
argOptions - Value to assign to this.optionspublic java.lang.String getLastTemplateName()
public void setLastTemplateName(java.lang.String argLastTemplateName)
argLastTemplateName - Value to assign to this.lastTemplateName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||