Package org.codelibs.fess.dict.synonym
Class SynonymItem
- java.lang.Object
-
- org.codelibs.fess.dict.DictionaryItem
-
- org.codelibs.fess.dict.synonym.SynonymItem
-
public class SynonymItem extends DictionaryItem
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.dict.DictionaryItem
id
-
-
Constructor Summary
Constructors Constructor Description SynonymItem(long id, String[] inputs, String[] outputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)String[]getInputs()StringgetInputsValue()String[]getNewInputs()String[]getNewOutputs()String[]getOutputs()StringgetOutputsValue()inthashCode()booleanisDeleted()booleanisUpdated()voidsetNewInputs(String[] newInputs)voidsetNewOutputs(String[] newOutputs)StringtoLineString()StringtoString()-
Methods inherited from class org.codelibs.fess.dict.DictionaryItem
getId
-
-
-
-
Method Detail
-
getNewInputs
public String[] getNewInputs()
-
setNewInputs
public void setNewInputs(String[] newInputs)
-
getNewOutputs
public String[] getNewOutputs()
-
setNewOutputs
public void setNewOutputs(String[] newOutputs)
-
getInputs
public String[] getInputs()
-
getInputsValue
public String getInputsValue()
-
getOutputs
public String[] getOutputs()
-
getOutputsValue
public String getOutputsValue()
-
isUpdated
public boolean isUpdated()
-
isDeleted
public boolean isDeleted()
-
toLineString
public String toLineString()
-
-