Class ContentFilter

java.lang.Object
com.broadleafcommerce.content.domain.ContentFilter
All Implemented Interfaces:
Serializable

public class ContentFilter extends Object implements Serializable
Represents a filter that can be applied to a content item.
See Also:
  • Constructor Details

    • ContentFilter

      public ContentFilter()
  • Method Details

    • getLabel

      public String getLabel()
      The label for this filter
    • getFilterKey

      public String getFilterKey()
      The key for this filter
    • getOptions

      public Set<ContentFilterOption> getOptions()
      The options for this filter
    • setLabel

      public void setLabel(String label)
      The label for this filter
    • setFilterKey

      public void setFilterKey(String filterKey)
      The key for this filter
    • setOptions

      public void setOptions(Set<ContentFilterOption> options)
      The options for this filter
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object