Class CategoryExcludedSearchFacetImpl
java.lang.Object
org.broadleafcommerce.core.search.domain.CategoryExcludedSearchFacetImpl
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.copy.MultiTenantCloneable<CategoryExcludedSearchFacet>,CategoryExcludedSearchFacet
@Entity
public class CategoryExcludedSearchFacetImpl
extends Object
implements CategoryExcludedSearchFacet, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Categoryprotected Longprotected SearchFacetprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<G extends CategoryExcludedSearchFacet>
org.broadleafcommerce.common.copy.CreateResponse<G>createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) booleanGets the associated categorygetId()Gets the internal idGets the associated search facetGets the priority of this search facet in relationship to other search facets in this categoryinthashCode()voidsetCategory(Category category) Sets the associated categoryvoidSets the internal idvoidsetSearchFacet(SearchFacet searchFacet) Sets the associated search facetvoidsetSequence(BigDecimal sequence) Sets the sequence of this search facet
-
Field Details
-
id
-
category
-
searchFacet
-
sequence
-
-
Constructor Details
-
CategoryExcludedSearchFacetImpl
public CategoryExcludedSearchFacetImpl()
-
-
Method Details
-
getId
Description copied from interface:CategoryExcludedSearchFacetGets the internal id- Specified by:
getIdin interfaceCategoryExcludedSearchFacet- Returns:
- the internal id
-
setId
Description copied from interface:CategoryExcludedSearchFacetSets the internal id- Specified by:
setIdin interfaceCategoryExcludedSearchFacet
-
getCategory
Description copied from interface:CategoryExcludedSearchFacetGets the associated category- Specified by:
getCategoryin interfaceCategoryExcludedSearchFacet- Returns:
- the associated category
-
setCategory
Description copied from interface:CategoryExcludedSearchFacetSets the associated category- Specified by:
setCategoryin interfaceCategoryExcludedSearchFacet
-
getSearchFacet
Description copied from interface:CategoryExcludedSearchFacetGets the associated search facet- Specified by:
getSearchFacetin interfaceCategoryExcludedSearchFacet- Returns:
- the associated search facet
-
setSearchFacet
Description copied from interface:CategoryExcludedSearchFacetSets the associated search facet- Specified by:
setSearchFacetin interfaceCategoryExcludedSearchFacet
-
getSequence
Description copied from interface:CategoryExcludedSearchFacetGets the priority of this search facet in relationship to other search facets in this category- Specified by:
getSequencein interfaceCategoryExcludedSearchFacet- Returns:
- the sequence of this search facet
-
setSequence
Description copied from interface:CategoryExcludedSearchFacetSets the sequence of this search facet- Specified by:
setSequencein interfaceCategoryExcludedSearchFacet- See Also:
-
#getPosition()
-
equals
-
hashCode
public int hashCode() -
createOrRetrieveCopyInstance
public <G extends CategoryExcludedSearchFacet> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceorg.broadleafcommerce.common.copy.MultiTenantCloneable<CategoryExcludedSearchFacet>- Throws:
CloneNotSupportedException
-