public class Synonym extends Object
| Constructor and Description |
|---|
Synonym() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value.
|
int |
getWeight()
Gets the weight.
|
boolean |
isIsChosen()
Checks if is checks if is chosen.
|
void |
setIsChosen(boolean isChosen)
Sets the checks if is chosen.
|
void |
setValue(String value)
Sets the value.
|
void |
setWeight(int weight)
Sets the weight.
|
String |
toString() |
public String getValue()
public int getWeight()
public boolean isIsChosen()
public void setIsChosen(boolean isChosen)
isChosen - The isChosenpublic void setValue(String value)
value - The valuepublic void setWeight(int weight)
weight - The weightCopyright © 2015. All rights reserved.