public final class Dict extends Object implements Serializable
Constructor and Description |
---|
Dict() |
Dict(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
addDictGroup(DictGroup dictGroup) |
String |
getDescription() |
List<DictGroup> |
getDictGroupList() |
String |
getName() |
void |
setDescription(String description) |
void |
setDictGroupList(List<DictGroup> dictGroupList) |
void |
setName(String name) |
Copyright © 2006–2018 TinyGroup. All rights reserved.