Interface CategoryExcludedSearchFacet

All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<CategoryExcludedSearchFacet>
All Known Implementing Classes:
CategoryExcludedSearchFacetImpl

public interface CategoryExcludedSearchFacet extends org.broadleafcommerce.common.copy.MultiTenantCloneable<CategoryExcludedSearchFacet>
Author:
Andre Azzolini (apazzolini)
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the associated category
    Gets the internal id
    Gets the associated search facet
    Gets the priority of this search facet in relationship to other search facets in this category
    void
    Sets the associated category
    void
    setId(Long id)
    Sets the internal id
    void
    Sets the associated search facet
    void
    Sets the sequence of this search facet

    Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable

    createOrRetrieveCopyInstance
  • Method Details

    • getId

      Long getId()
      Gets the internal id
      Returns:
      the internal id
    • setId

      void setId(Long id)
      Sets the internal id
      Parameters:
      id -
    • getCategory

      Category getCategory()
      Gets the associated category
      Returns:
      the associated category
    • setCategory

      void setCategory(Category category)
      Sets the associated category
      Parameters:
      category -
    • getSearchFacet

      SearchFacet getSearchFacet()
      Gets the associated search facet
      Returns:
      the associated search facet
    • setSearchFacet

      void setSearchFacet(SearchFacet searchFacet)
      Sets the associated search facet
      Parameters:
      searchFacet -
    • getSequence

      BigDecimal getSequence()
      Gets the priority of this search facet in relationship to other search facets in this category
      Returns:
      the sequence of this search facet
    • setSequence

      void setSequence(BigDecimal sequence)
      Sets the sequence of this search facet
      Parameters:
      sequence -
      See Also:
      • #getPosition()