Module tvbrowser

Class AbstractFilterComponent

    • Constructor Detail

      • AbstractFilterComponent

        public AbstractFilterComponent​(java.lang.String name,
                                       java.lang.String description)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: FilterComponent
        Gets the name of a FilterComponent.
        Specified by:
        getName in interface FilterComponent
        Returns:
        The name of the FilterComponent.
      • getTypeDescription

        public java.lang.String getTypeDescription()
        Description copied from interface: FilterComponent
        Gets the description of a FilterComponent type.
        Specified by:
        getTypeDescription in interface FilterComponent
        Returns:
        The description of the FilterComponent type.
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: FilterComponent
        Gets the description of a FilterComponent.
        Specified by:
        getDescription in interface FilterComponent
        Returns:
        The description of the FilterComponent.
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: FilterComponent
        Sets the name of a FilterComponent.
        Specified by:
        setName in interface FilterComponent
        Parameters:
        name - The new name of the FilterComponent.
      • setDescription

        public void setDescription​(java.lang.String desc)
        Description copied from interface: FilterComponent
        Sets the description of a FilterComponent.
        Specified by:
        setDescription in interface FilterComponent
        Parameters:
        desc - The new description of the FilterComponent.