Class SelectSetting

java.lang.Object
com.gentics.contentnode.rest.model.SelectSetting
All Implemented Interfaces:
Serializable

public class SelectSetting extends Object implements Serializable
Model for select settings
See Also:
  • Constructor Details

    • SelectSetting

      public SelectSetting()
      Create empty instance
  • Method Details

    • getDatasourceId

      public int getDatasourceId()
      Datasource ID
      Returns:
      datasource ID
    • setDatasourceId

      public void setDatasourceId(int datasourceId)
      Set the datasource ID
      Parameters:
      datasourceId - datasource ID
    • getTemplate

      public String getTemplate()
      Rendering template
      Returns:
      rendering template
    • setTemplate

      public void setTemplate(String template)
      Set the rendering template
      Parameters:
      template - template
    • getOptions

      public List<SelectOption> getOptions()
      Selectable options of the datasource
      Returns:
      option list
    • setOptions

      public void setOptions(List<SelectOption> options)
      Set the option list
      Parameters:
      options - option list