Class Filter

    • Constructor Detail

      • Filter

        public Filter()
    • Method Detail

      • getName

        public String getName()
        The name of the filter.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getLabel

        public String getLabel()
        The label iof the filter.
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
      • getType

        public OptionType getType()
        The type of the filter.
        Returns:
        type
      • setType

        public void setType​(OptionType type)
      • getOptions

        public Options getOptions()
        The options for this filter.
        Returns:
        options
      • setOptions

        public void setOptions​(Options options)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object