Package org.codelibs.fess.dict.stopwords
Class StopwordsItem
- java.lang.Object
-
- org.codelibs.fess.dict.DictionaryItem
-
- org.codelibs.fess.dict.stopwords.StopwordsItem
-
public class StopwordsItem extends DictionaryItem
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.dict.DictionaryItem
id
-
-
Constructor Summary
Constructors Constructor Description StopwordsItem(long id, String input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetInput()StringgetInputValue()StringgetNewInput()inthashCode()booleanisDeleted()booleanisUpdated()voidsetNewInput(String newInput)StringtoLineString()StringtoString()-
Methods inherited from class org.codelibs.fess.dict.DictionaryItem
getId
-
-
-
-
Constructor Detail
-
StopwordsItem
public StopwordsItem(long id, String input)
-
-
Method Detail
-
getNewInput
public String getNewInput()
-
setNewInput
public void setNewInput(String newInput)
-
getInput
public String getInput()
-
getInputValue
public String getInputValue()
-
isUpdated
public boolean isUpdated()
-
isDeleted
public boolean isDeleted()
-
toLineString
public String toLineString()
-
-