public interface AuthorizationSettingMenuEntity extends org.hswebframework.web.commons.entity.TreeSortSupportEntity<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
config
其他配置内容
|
static String |
level
树层级
|
static String |
menuId
菜单id
|
static String |
parentId
上级id
|
static String |
path
树路径
|
static String |
settingId
设置id
|
static String |
sortIndex
排序
|
static String |
status
状态
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConfig() |
String |
getMenuId() |
String |
getSettingId() |
Byte |
getStatus() |
void |
setChildren(List<AuthorizationSettingMenuEntity> children) |
void |
setConfig(String config)
设置 其他配置内容
|
void |
setMenuId(String menuId)
设置 菜单id
|
void |
setSettingId(String settingId)
设置 设置id
|
void |
setStatus(Byte status)
设置 状态
|
expandTree2List, expandTree2List, forEach, getChildren, getLevel, getParentId, getParentPath, getPath, list2tree, list2tree, list2tree, setLevel, setParentId, setPathString getMenuId()
void setMenuId(String menuId)
String getSettingId()
void setSettingId(String settingId)
Byte getStatus()
void setStatus(Byte status)
String getConfig()
void setConfig(String config)
void setChildren(List<AuthorizationSettingMenuEntity> children)
Copyright © 2018. All rights reserved.