@Entity public class CategoryExcludedSearchFacetImpl extends Object implements CategoryExcludedSearchFacet, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected Long |
id |
protected SearchFacet |
searchFacet |
| Constructor and Description |
|---|
CategoryExcludedSearchFacetImpl() |
| 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
|
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
|
protected Long id
protected Category category
protected SearchFacet searchFacet
public Long getId()
CategoryExcludedSearchFacetgetId in interface CategoryExcludedSearchFacetpublic void setId(Long id)
CategoryExcludedSearchFacetsetId in interface CategoryExcludedSearchFacetpublic Category getCategory()
CategoryExcludedSearchFacetgetCategory in interface CategoryExcludedSearchFacetpublic void setCategory(Category category)
CategoryExcludedSearchFacetsetCategory in interface CategoryExcludedSearchFacetpublic SearchFacet getSearchFacet()
CategoryExcludedSearchFacetgetSearchFacet in interface CategoryExcludedSearchFacetpublic void setSearchFacet(SearchFacet searchFacet)
CategoryExcludedSearchFacetsetSearchFacet in interface CategoryExcludedSearchFacetCopyright © 2014. All Rights Reserved.