public class SelectSetting extends Object implements Serializable
Constructor and Description |
---|
SelectSetting()
Create empty instance
|
Modifier and Type | Method and Description |
---|---|
int |
getDatasourceId()
Datasource ID
|
List<SelectOption> |
getOptions()
Selectable options of the datasource
|
String |
getTemplate()
Rendering template
|
void |
setDatasourceId(int datasourceId)
Set the datasource ID
|
void |
setOptions(List<SelectOption> options)
Set the option list
|
void |
setTemplate(String template)
Set the rendering template
|
public int getDatasourceId()
public void setDatasourceId(int datasourceId)
datasourceId
- datasource IDpublic String getTemplate()
public void setTemplate(String template)
template
- templatepublic List<SelectOption> getOptions()
public void setOptions(List<SelectOption> options)
options
- option listCopyright © 2024 Gentics Software. All rights reserved.