Package org.codelibs.fess.dict.protwords
Class ProtwordsItem
- java.lang.Object
-
- org.codelibs.fess.dict.DictionaryItem
-
- org.codelibs.fess.dict.protwords.ProtwordsItem
-
public class ProtwordsItem extends DictionaryItem
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.dict.DictionaryItem
id
-
-
Constructor Summary
Constructors Constructor Description ProtwordsItem(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
-
ProtwordsItem
public ProtwordsItem(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()
-
-