@Entity public class CategoryExcludedSearchFacetImpl extends java.lang.Object implements CategoryExcludedSearchFacet, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected java.lang.Long |
id |
protected SearchFacet |
searchFacet |
| Constructor and Description |
|---|
CategoryExcludedSearchFacetImpl() |
| 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
|
protected java.lang.Long id
protected Category category
protected SearchFacet searchFacet
public java.lang.Long getId()
CategoryExcludedSearchFacetgetId in interface CategoryExcludedSearchFacetpublic void setId(java.lang.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 © 2018. All Rights Reserved.