public class Synonym extends GenericModel
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.
|
Double |
getWeight()
Gets the weight.
|
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 |
setWeight(Double weight)
Sets the weight.
|
void |
setWord(String word)
Sets the word.
|
equals, hashCode, toString
public Integer getHops()
public String getMeaning()
public String getSemanticType()
public String getSense()
public Double getWeight()
public String getWord()
public void setHops(Integer hops)
hops
- The hopspublic void setMeaning(String meaning)
meaning
- The meaningpublic void setSemanticType(String semanticType)
semanticType
- The semantic-typepublic void setSense(String sense)
sense
- The sensepublic void setWeight(Double weight)
weight
- the new weightpublic void setWord(String word)
word
- The wordCopyright © 2015–2016. All rights reserved.