Interface CategorySearchFacet

All Superinterfaces:
MultiTenantCloneable<CategorySearchFacet>, Serializable
All Known Implementing Classes:
CategorySearchFacetImpl

public interface CategorySearchFacet extends Serializable, MultiTenantCloneable<CategorySearchFacet>
Author:
Andre Azzolini (apazzolini)
  • 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()