Class ContentFilterOption

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

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

    • ContentFilterOption

      public ContentFilterOption()
  • Method Details

    • getValue

      public String getValue()
      The value for the filter
      Returns:
      the value for the filter
    • getLabel

      public String getLabel()
      The label for this filter
      Returns:
      a label for this filter
    • setValue

      public void setValue(String value)
      The value for the filter
      Parameters:
      value - the value for the filter
    • setLabel

      public void setLabel(String label)
      The label for this filter
      Parameters:
      name - a label 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