public interface CategoryExcludedSearchFacet
| 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
|
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
|
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 - Copyright © 2018. All Rights Reserved.