org.broadleafcommerce.core.search.domain
Class CategoryExcludedSearchFacetImpl

java.lang.Object
  extended by org.broadleafcommerce.core.search.domain.CategoryExcludedSearchFacetImpl
All Implemented Interfaces:
Serializable, CategoryExcludedSearchFacet

@Entity
public class CategoryExcludedSearchFacetImpl
extends Object
implements CategoryExcludedSearchFacet, Serializable

See Also:
Serialized Form

Field Summary
protected  Category category
           
protected  Long id
           
protected  SearchFacet searchFacet
           
 
Constructor Summary
CategoryExcludedSearchFacetImpl()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

category

protected Category category

searchFacet

protected SearchFacet searchFacet
Constructor Detail

CategoryExcludedSearchFacetImpl

public CategoryExcludedSearchFacetImpl()
Method Detail

getId

public Long getId()
Description copied from interface: CategoryExcludedSearchFacet
Gets the internal id

Specified by:
getId in interface CategoryExcludedSearchFacet
Returns:
the internal id

setId

public void setId(Long id)
Description copied from interface: CategoryExcludedSearchFacet
Sets the internal id

Specified by:
setId in interface CategoryExcludedSearchFacet

getCategory

public Category getCategory()
Description copied from interface: CategoryExcludedSearchFacet
Gets the associated category

Specified by:
getCategory in interface CategoryExcludedSearchFacet
Returns:
the associated category

setCategory

public void setCategory(Category category)
Description copied from interface: CategoryExcludedSearchFacet
Sets the associated category

Specified by:
setCategory in interface CategoryExcludedSearchFacet

getSearchFacet

public SearchFacet getSearchFacet()
Description copied from interface: CategoryExcludedSearchFacet
Gets the associated search facet

Specified by:
getSearchFacet in interface CategoryExcludedSearchFacet
Returns:
the associated search facet

setSearchFacet

public void setSearchFacet(SearchFacet searchFacet)
Description copied from interface: CategoryExcludedSearchFacet
Sets the associated search facet

Specified by:
setSearchFacet in interface CategoryExcludedSearchFacet


Copyright © 2013. All Rights Reserved.