public interface MenuGroupEntity extends org.hswebframework.web.commons.entity.TreeSortSupportEntity<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
defaultGroup
是否默认
|
static String |
describe
分组描述
|
static String |
level
树层级
|
static String |
name
分组名称
|
static String |
parentId
父级id
|
static String |
path
树结构编码
|
static String |
sortIndex
排序序号
|
static String |
status
状态
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<MenuGroupBindEntity> |
getBindInfo() |
Boolean |
getDefaultGroup() |
String |
getDescribe() |
String |
getName() |
Byte |
getStatus() |
void |
setBindInfo(List<MenuGroupBindEntity> bindInfo) |
void |
setDefaultGroup(Boolean defaultGroup)
设置 是否默认
|
void |
setDescribe(String describe)
设置 分组描述
|
void |
setName(String name)
设置 分组名称
|
void |
setStatus(Byte status) |
expandTree2List, expandTree2List, forEach, getChildren, getLevel, getParentId, getParentPath, getPath, list2tree, list2tree, list2tree, setLevel, setParentId, setPathString getName()
void setName(String name)
String getDescribe()
void setDescribe(String describe)
Boolean getDefaultGroup()
void setDefaultGroup(Boolean defaultGroup)
Byte getStatus()
void setStatus(Byte status)
List<MenuGroupBindEntity> getBindInfo()
void setBindInfo(List<MenuGroupBindEntity> bindInfo)
Copyright © 2016–2019. All rights reserved.