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 boolean
boolean
The key for this filtergetLabel()
The label for this filterThe options for this filterint
hashCode()
void
setFilterKey
(String filterKey) The key for this filtervoid
The label for this filtervoid
setOptions
(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()
-