public class Resources extends BaseModel implements cn.sexycode.springo.core.base.api.model.Tree, Cloneable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
alias
别名
|
protected String |
checked
是否选中
|
protected String |
defaultUrl
默认的URL
|
protected Boolean |
displayInMenu
是否显示到菜单Y,N
|
protected String |
icon
图标
|
static String |
IS_CHECKED_N |
static String |
IS_CHECKED_Y |
protected Boolean |
isFolder
是否目录Y,N
|
protected Boolean |
isOpen
默认展开Y,N
|
protected String |
name
资源名称
|
protected String |
parentId
父节点
|
protected String |
path
资源路径
|
protected List<ResUrl> |
resUrlList |
static String |
ROOT_ID
根结点的ID
|
static String |
ROOT_PID
根结点的父ID
重要
|
protected String |
sn
序号
|
protected String |
systemId
子系统ID
|
| 构造器和说明 |
|---|
Resources() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<cn.sexycode.springo.core.base.api.model.Tree> |
getChildren() |
String |
getText() |
void |
setChildren(List children) |
getCreateId, getCreateName, getCreateTime, getDeleteFlag, getId, getUpdateId, getUpdateName, getUpdateTime, getVersion, setCreateId, setCreateName, setCreateTime, setDeleteFlag, setId, setUpdateId, setUpdateName, setUpdateTime, setVersionprotected String name
protected String alias
protected String sn
protected String icon
protected String parentId
protected String defaultUrl
protected Boolean isFolder
protected Boolean displayInMenu
protected Boolean isOpen
protected String systemId
protected String path
protected String checked
public List<cn.sexycode.springo.core.base.api.model.Tree> getChildren()
getChildren 在接口中 cn.sexycode.springo.core.base.api.model.Treepublic void setChildren(List children)
setChildren 在接口中 cn.sexycode.springo.core.base.api.model.Treepublic String getText()
getText 在接口中 cn.sexycode.springo.core.base.api.model.TreeCopyright © 2018. All rights reserved.