Class ContentFilter
java.lang.Object
com.broadleafcommerce.content.domain.ContentFilter
- All Implemented Interfaces:
Serializable
Represents a filter that can be applied to a content item.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe key for this filtergetLabel()The label for this filterThe options for this filterinthashCode()voidsetFilterKey(String filterKey) The key for this filtervoidThe label for this filtervoidsetOptions(Set<ContentFilterOption> options) The options for this filtertoString()
-
Constructor Details
-
ContentFilter
public ContentFilter()
-
-
Method Details
-
getLabel
The label for this filter -
getFilterKey
The key for this filter -
getOptions
The options for this filter -
setLabel
The label for this filter -
setFilterKey
The key for this filter -
setOptions
The options for this filter -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-