@Entity public class Dict extends BaseEntity
enabled| 构造器和说明 |
|---|
Dict() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
get_key() |
List<Dict> |
getChildren() |
String |
getDescription() |
Dict |
getParent() |
String |
getTitle() |
int |
getType() |
String |
getValue() |
int |
getWeight() |
void |
set_key(String _key) |
void |
setChildren(List<Dict> children) |
void |
setDescription(String description) |
void |
setParent(Dict parent) |
void |
setTitle(String title) |
void |
setType(int type) |
void |
setValue(String value) |
void |
setWeight(int weight) |
getCreateAt, getUpdateAt, isEnabled, setCreateAt, setEnabled, setUpdateAtpublic int getType()
public void setType(int type)
public String get_key()
public void set_key(String _key)
public String getTitle()
public void setTitle(String title)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public int getWeight()
public void setWeight(int weight)
public Dict getParent()
public void setParent(Dict parent)
Copyright © 2019 GTMAP. All rights reserved.