Class Option

    • Constructor Detail

      • Option

        public Option()
    • Method Detail

      • getValue

        public String getValue()
        The value of the option.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        The name of the option.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSelected

        public Boolean isSelected()
        Used for marking the option as selected.
        Returns:
        possible object is Boolean
      • setSelected

        public void setSelected​(Boolean value)
        Sets the value of the selected property.
        Parameters:
        value - allowed object is Boolean
      • getHits

        public Integer getHits()
        Tells how many hits there are for this option.
        Returns:
        possible object is Integer
      • setHits

        public void setHits​(Integer value)
        Sets the value of the hits property.
        Parameters:
        value - allowed object is Integer
      • isDisabled

        public Boolean isDisabled()
        Used for marking the option as disabled.
        Returns:
        possible object is Boolean
      • setDisabled

        public void setDisabled​(Boolean value)
        Sets the value of the disabled property.
        Parameters:
        value - allowed object is Boolean