public interface CategorySearchFacet extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the associated category
|
Long |
getId()
Gets the internal id
|
SearchFacet |
getSearchFacet()
Gets the associated search facet
|
BigDecimal |
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(Long id)
Sets the internal id
|
void |
setSearchFacet(SearchFacet searchFacet)
Sets the associated search facet
|
void |
setSequence(BigDecimal sequence)
Sets the sequence of this search facet
|
Long getId()
void setId(Long id)
id - Category getCategory()
void setCategory(Category category)
category - SearchFacet getSearchFacet()
void setSearchFacet(SearchFacet searchFacet)
searchFacet - BigDecimal getSequence()
void setSequence(BigDecimal sequence)
position - #getPosition()Copyright © 2014. All Rights Reserved.