public interface CategorySearchFacet
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the associated category
|
java.lang.Long |
getId()
Gets the internal id
|
SearchFacet |
getSearchFacet()
Gets the associated search facet
|
java.lang.Long |
getSequence()
Gets the priority of this search facet in relationship to other search facets in this category
|
void |
setCategory(Category category)
Sets the associated category
|
void |
setId(java.lang.Long id)
Sets the internal id
|
void |
setSearchFacet(SearchFacet searchFacet)
Sets the associated search facet
|
void |
setSequence(java.lang.Long sequence)
Sets the sequence of this search facet
|
java.lang.Long getId()
void setId(java.lang.Long id)
id - Category getCategory()
void setCategory(Category category)
category - SearchFacet getSearchFacet()
void setSearchFacet(SearchFacet searchFacet)
searchFacet - java.lang.Long getSequence()
void setSequence(java.lang.Long sequence)
position - #getPosition()Copyright © 2018. All Rights Reserved.