Class ListOptionBean

java.lang.Object
adalid.commons.list.ListOptionBean
All Implemented Interfaces:
ListOption

public class ListOptionBean extends Object implements ListOption
Author:
Jorge Campins
  • Constructor Details

    • ListOptionBean

      public ListOptionBean(Object optionValue, String optionLabel)
    • ListOptionBean

      public ListOptionBean(Object optionValue, String optionLabel, String optionDescription)
    • ListOptionBean

      public ListOptionBean(Object optionValue, String optionLabel, String optionDescription, boolean optionDisabled)
    • ListOptionBean

      public ListOptionBean(Object optionValue, String optionLabel, String optionDescription, boolean optionDisabled, boolean noSelectionOption)
  • Method Details

    • getOptionValue

      public Object getOptionValue()
      Specified by:
      getOptionValue in interface ListOption
    • setOptionValue

      public void setOptionValue(Object optionValue)
    • getOptionLabel

      public String getOptionLabel()
      Specified by:
      getOptionLabel in interface ListOption
    • setOptionLabel

      public void setOptionLabel(String optionLabel)
    • getOptionDescription

      public String getOptionDescription()
      Specified by:
      getOptionDescription in interface ListOption
    • setOptionDescription

      public void setOptionDescription(String optionDescription)
    • isOptionDisabled

      public boolean isOptionDisabled()
      Specified by:
      isOptionDisabled in interface ListOption
    • setOptionDisabled

      public void setOptionDisabled(boolean optionDisabled)
    • isNoSelectionOption

      public boolean isNoSelectionOption()
      Specified by:
      isNoSelectionOption in interface ListOption
    • setNoSelectionOption

      public void setNoSelectionOption(boolean noSelectionOption)