Package org.codelibs.fess.dict.mapping
Class CharMappingItem
- java.lang.Object
-
- org.codelibs.fess.dict.DictionaryItem
-
- org.codelibs.fess.dict.mapping.CharMappingItem
-
public class CharMappingItem extends DictionaryItem
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.dict.DictionaryItem
id
-
-
Constructor Summary
Constructors Constructor Description CharMappingItem(long id, String[] inputs, String output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)String[]getInputs()StringgetInputsValue()String[]getNewInputs()StringgetNewOutput()StringgetOutput()inthashCode()booleanisDeleted()booleanisUpdated()voidsetNewInputs(String[] newInputs)voidsetNewOutput(String newOutput)voidsort()StringtoLineString()StringtoString()-
Methods inherited from class org.codelibs.fess.dict.DictionaryItem
getId
-
-
-
-
Method Detail
-
getNewInputs
public String[] getNewInputs()
-
setNewInputs
public void setNewInputs(String[] newInputs)
-
getNewOutput
public String getNewOutput()
-
setNewOutput
public void setNewOutput(String newOutput)
-
getInputs
public String[] getInputs()
-
getInputsValue
public String getInputsValue()
-
getOutput
public String getOutput()
-
isUpdated
public boolean isUpdated()
-
isDeleted
public boolean isDeleted()
-
sort
public void sort()
-
toLineString
public String toLineString()
-
-