Package ucar.unidata.data
Class CacheDataSource.DataChoiceHolder
java.lang.Object
ucar.unidata.data.CacheDataSource.DataChoiceHolder
- Enclosing class:
CacheDataSource
Class DataChoiceHolder holds a data chocie and a unique id and a name
- Version:
- $Revision: 1.12 $
- Author:
- IDV Development Team
-
Constructor Summary
ConstructorsConstructorDescriptionctorDataChoiceHolder
(DataChoice dataChoice, String name, DataSelection dataSelection) ctor -
Method Summary
Modifier and TypeMethodDescriptionGet the DataChoice property.Get the DataSelection property.getId()
Get the Id property.getName()
Get the Name property.void
setDataChoice
(DataChoice value) Set the DataChoice property.void
setDataSelection
(DataSelection value) Set the DataSelection property.void
Set the Id property.void
Set the Name property.
-
Constructor Details
-
DataChoiceHolder
public DataChoiceHolder()ctor -
DataChoiceHolder
ctor- Parameters:
dataChoice
- the data choicename
- its namedataSelection
- data selection
-
-
Method Details
-
setId
Set the Id property.- Parameters:
value
- The new value for Id
-
getId
Get the Id property.- Returns:
- The Id
-
setDataChoice
Set the DataChoice property.- Parameters:
value
- The new value for DataChoice
-
getDataChoice
Get the DataChoice property.- Returns:
- The DataChoice
-
setName
Set the Name property.- Parameters:
value
- The new value for Name
-
getName
Get the Name property.- Returns:
- The Name
-
setDataSelection
Set the DataSelection property.- Parameters:
value
- The new value for DataSelection
-
getDataSelection
Get the DataSelection property.- Returns:
- The DataSelection
-