public class SynonymList extends Object
| Constructor and Description |
|---|
SynonymList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLemma()
Gets the lemma.
|
String |
getPartOfSpeech()
Gets the part of speech.
|
List<SynSet> |
getSynSet()
Gets the syn set.
|
String |
getValue()
Gets the value.
|
void |
setLemma(String lemma)
Sets the lemma.
|
void |
setPartOfSpeech(String partOfSpeech)
Sets the part of speech.
|
void |
setSynSet(List<SynSet> synSet)
Sets the syn set.
|
void |
setValue(String value)
Sets the value.
|
String |
toString() |
public String getLemma()
public String getPartOfSpeech()
public String getValue()
public void setLemma(String lemma)
lemma - The lemmapublic void setPartOfSpeech(String partOfSpeech)
partOfSpeech - The partOfSpeechpublic void setSynSet(List<SynSet> synSet)
synSet - The synSetpublic void setValue(String value)
value - The valueCopyright © 2015. All rights reserved.