org.broadleafcommerce.core.search.domain
Interface CategorySearchFacet

All Known Implementing Classes:
CategorySearchFacetImpl

public interface CategorySearchFacet

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
 Long getSequence()
          Gets the priority of this search facet in relationship to other search facets in this category
 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
 void setSequence(Long sequence)
          Sets the sequence of this 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 -

getSequence

Long getSequence()
Gets the priority of this search facet in relationship to other search facets in this category

Returns:
the sequence of this search facet

setSequence

void setSequence(Long sequence)
Sets the sequence of this search facet

Parameters:
position -
See Also:
#getPosition()


Copyright © 2013. All Rights Reserved.