@Entity public class Region extends BaseEntity
enabled| 构造器和说明 |
|---|
Region() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Region> |
getChildren() |
String |
getCode() |
Date |
getDisableAt() |
int |
getLevel() |
String |
getName() |
int |
getOrder() |
Region |
getParent() |
String |
getShape() |
Region |
setChildren(List<Region> children) |
Region |
setCode(String code) |
Region |
setDisableAt(Date disableAt) |
Region |
setLevel(int level) |
Region |
setName(String name) |
Region |
setOrder(int order) |
Region |
setParent(Region parent) |
Region |
setShape(String shape) |
getCreateAt, getUpdateAt, isEnabled, setCreateAt, setEnabled, setUpdateAtpublic String getCode()
public String getName()
public int getLevel()
public Region setLevel(int level)
public int getOrder()
public Region setOrder(int order)
public Date getDisableAt()
public String getShape()
public Region getParent()
Copyright © 2019 GTMAP. All rights reserved.