public interface MenuGroupBindEntity extends org.hswebframework.web.commons.entity.TreeSortSupportEntity<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
groupId
分组id
|
static String |
level
树层级
|
static String |
menuId
菜单id
|
static String |
parentId
父级id
|
static String |
path
树结构编码
|
static String |
sortIndex
排序序号
|
static String |
status
状态
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGroupId() |
String |
getMenuId() |
Byte |
getStatus() |
void |
setChildren(List<MenuGroupBindEntity> children) |
void |
setGroupId(String groupId)
设置 分组id
|
void |
setMenuId(String menuId)
设置 菜单id
|
void |
setStatus(Byte status)
设置 状态
|
expandTree2List, expandTree2List, forEach, getChildren, getLevel, getParentId, getParentPath, getPath, list2tree, list2tree, list2tree, setLevel, setParentId, setPathByte getStatus()
void setStatus(Byte status)
String getMenuId()
void setMenuId(String menuId)
String getGroupId()
void setGroupId(String groupId)
void setChildren(List<MenuGroupBindEntity> children)
Copyright © 2018. All rights reserved.