Class Stopword
- java.lang.Object
-
- com.broadleafcommerce.search.core.service.domain.Stopword
-
public class Stopword extends Object
Represents a stopword in the search engine
-
-
Constructor Summary
Constructors Constructor Description Stopword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetStopword()inthashCode()voidsetStopword(String stopword)StringtoString()
-