public static class CacheDataSource.DataChoiceHolder
extends java.lang.Object
Constructor and Description |
---|
DataChoiceHolder()
ctor
|
DataChoiceHolder(DataChoice dataChoice,
java.lang.String name,
DataSelection dataSelection)
ctor
|
Modifier and Type | Method and Description |
---|---|
DataChoice |
getDataChoice()
Get the DataChoice property.
|
DataSelection |
getDataSelection()
Get the DataSelection property.
|
java.lang.Object |
getId()
Get the Id property.
|
java.lang.String |
getName()
Get the Name property.
|
void |
setDataChoice(DataChoice value)
Set the DataChoice property.
|
void |
setDataSelection(DataSelection value)
Set the DataSelection property.
|
void |
setId(java.lang.Object value)
Set the Id property.
|
void |
setName(java.lang.String value)
Set the Name property.
|
public DataChoiceHolder()
public DataChoiceHolder(DataChoice dataChoice, java.lang.String name, DataSelection dataSelection)
dataChoice
- the data choicename
- its namedataSelection
- data selectionpublic void setId(java.lang.Object value)
value
- The new value for Idpublic java.lang.Object getId()
public void setDataChoice(DataChoice value)
value
- The new value for DataChoicepublic DataChoice getDataChoice()
public void setName(java.lang.String value)
value
- The new value for Namepublic java.lang.String getName()
public void setDataSelection(DataSelection value)
value
- The new value for DataSelectionpublic DataSelection getDataSelection()