java.lang.Object
com.broadleafcommerce.search.core.service.domain.Stopword

public class Stopword extends Object
Represents a stopword in the search engine
  • Constructor Details

    • Stopword

      public Stopword()
  • Method Details

    • getStopword

      public String getStopword()
    • setStopword

      public void setStopword(String stopword)
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object