public class CharMappingItem extends DictionaryItem
id| Constructor and Description |
|---|
CharMappingItem(long id,
String[] inputs,
String output) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getInputs() |
String |
getInputsValue() |
String[] |
getNewInputs() |
String |
getNewOutput() |
String |
getOutput() |
int |
hashCode() |
boolean |
isDeleted() |
boolean |
isUpdated() |
void |
setNewInputs(String[] newInputs) |
void |
setNewOutput(String newOutput) |
void |
sort() |
String |
toLineString() |
String |
toString() |
getIdpublic String[] getNewInputs()
public void setNewInputs(String[] newInputs)
public String getNewOutput()
public void setNewOutput(String newOutput)
public String[] getInputs()
public String getInputsValue()
public String getOutput()
public boolean isUpdated()
public boolean isDeleted()
public void sort()
public String toLineString()
Copyright © 2009–2017 CodeLibs. All rights reserved.