public class SynSet extends Object
| Constructor and Description |
|---|
SynSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
List<Synonym> |
getSynonym()
Gets the synonym.
|
void |
setName(String name)
Sets the name.
|
void |
setSynonym(List<Synonym> synonym)
Sets the synonym.
|
String |
toString() |
Copyright © 2015. All rights reserved.