|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.CacheDataSource.DataChoiceHolder
public static class CacheDataSource.DataChoiceHolder
Class DataChoiceHolder holds a data chocie and a unique id and a name
| Constructor Summary | |
|---|---|
CacheDataSource.DataChoiceHolder()
ctor |
|
CacheDataSource.DataChoiceHolder(DataChoice dataChoice,
String name,
DataSelection dataSelection)
ctor |
|
| Method Summary | |
|---|---|
DataChoice |
getDataChoice()
Get the DataChoice property. |
DataSelection |
getDataSelection()
Get the DataSelection property. |
Object |
getId()
Get the Id property. |
String |
getName()
Get the Name property. |
void |
setDataChoice(DataChoice value)
Set the DataChoice property. |
void |
setDataSelection(DataSelection value)
Set the DataSelection property. |
void |
setId(Object value)
Set the Id property. |
void |
setName(String value)
Set the Name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheDataSource.DataChoiceHolder()
public CacheDataSource.DataChoiceHolder(DataChoice dataChoice,
String name,
DataSelection dataSelection)
dataChoice - the data choicename - its namedataSelection - data selection| Method Detail |
|---|
public void setId(Object value)
value - The new value for Idpublic Object getId()
public void setDataChoice(DataChoice value)
value - The new value for DataChoicepublic DataChoice getDataChoice()
public void setName(String value)
value - The new value for Namepublic String getName()
public void setDataSelection(DataSelection value)
value - The new value for DataSelectionpublic DataSelection getDataSelection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||