public class Synonym extends Object
| Constructor and Description |
|---|
Synonym() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHops()
Gets the hops.
|
String |
getMeaning()
Gets the meaning.
|
String |
getSemanticType()
Gets the semantic type.
|
String |
getSense()
Gets the sense.
|
String |
getWord()
Gets the word.
|
void |
setHops(Integer hops)
Sets the hops.
|
void |
setMeaning(String meaning)
Sets the meaning.
|
void |
setSemanticType(String semanticType)
Sets the semantic type.
|
void |
setSense(String sense)
Sets the sense.
|
void |
setWord(String word)
Sets the word.
|
String |
toString() |
Synonym |
withHops(Integer hops)
With hops.
|
Synonym |
withMeaning(String meaning)
With meaning.
|
Synonym |
withSemanticType(String semanticType)
With semantic type.
|
Synonym |
withSense(String sense)
With sense.
|
Synonym |
withWord(String word)
With word.
|
public String getWord()
public void setWord(String word)
word - The wordpublic Synonym withWord(String word)
word - the wordpublic String getSense()
public void setSense(String sense)
sense - The sensepublic Synonym withSense(String sense)
sense - the sensepublic String getMeaning()
public void setMeaning(String meaning)
meaning - The meaningpublic Synonym withMeaning(String meaning)
meaning - the meaningpublic Integer getHops()
public void setHops(Integer hops)
hops - The hopspublic Synonym withHops(Integer hops)
hops - the hopspublic String getSemanticType()
public void setSemanticType(String semanticType)
semanticType - The semantic-typepublic Synonym withSemanticType(String semanticType)
semanticType - the semantic typeCopyright © 2015. All rights reserved.