Interface CategorySearchFacet
- All Superinterfaces:
MultiTenantCloneable<CategorySearchFacet>,Serializable
- All Known Implementing Classes:
CategorySearchFacetImpl
public interface CategorySearchFacet
extends Serializable, MultiTenantCloneable<CategorySearchFacet>
- Author:
- Andre Azzolini (apazzolini)
-
Method Summary
Modifier and TypeMethodDescriptionGets the associated categorygetId()Gets the internal idGets the associated search facetGets the priority of this search facet in relationship to other search facets in this categoryvoidsetCategory(Category category) Sets the associated categoryvoidSets the internal idvoidsetSearchFacet(SearchFacet searchFacet) Sets the associated search facetvoidsetSequence(BigDecimal sequence) Sets the sequence of this search facetMethods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId()Gets the internal id- Returns:
- the internal id
-
setId
Sets the internal id- Parameters:
id-
-
getCategory
Category getCategory()Gets the associated category- Returns:
- the associated category
-
setCategory
Sets the associated category- Parameters:
category-
-
getSearchFacet
SearchFacet getSearchFacet()Gets the associated search facet- Returns:
- the associated search facet
-
setSearchFacet
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
Sets the sequence of this search facet- Parameters:
sequence-- See Also:
-
#getPosition()
-