org.broadleafcommerce.core.search.domain
Interface CategoryExcludedSearchFacet

All Known Implementing Classes:
CategoryExcludedSearchFacetImpl

public interface CategoryExcludedSearchFacet

Author:
Andre Azzolini (apazzolini)

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
 

Method Detail

getId

Long getId()
Gets the internal id

Returns:
the internal id

setId

void setId(Long id)
Sets the internal id

Parameters:
id -

getCategory

Category getCategory()
Gets the associated category

Returns:
the associated category

setCategory

void setCategory(Category category)
Sets the associated category

Parameters:
category -

getSearchFacet

SearchFacet getSearchFacet()
Gets the associated search facet

Returns:
the associated search facet

setSearchFacet

void setSearchFacet(SearchFacet searchFacet)
Sets the associated search facet

Parameters:
searchFacet -


Copyright © 2013. All Rights Reserved.