Class ContentFilterOption
java.lang.Object
com.broadleafcommerce.content.domain.ContentFilterOption
- All Implemented Interfaces:
Serializable
Represents a filter option that can be applied to a content item.
- See Also:
-
Constructor Details
-
ContentFilterOption
public ContentFilterOption()
-
-
Method Details
-
getValue
The value for the filter- Returns:
- the value for the filter
-
getLabel
The label for this filter- Returns:
- a label for this filter
-
setValue
The value for the filter- Parameters:
value
- the value for the filter
-
setLabel
The label for this filter- Parameters:
name
- a label for this filter
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-