public class FuncResource
extends org.beangle.commons.entity.pojo.IntegerIdObject
系统模块之间存在基于代码表示上的父子级联关系.
上下级关系是通过模块代码的包含关系体现的。
系统模块作为权限分配的基本单位.
| Modifier and Type | Class and Description |
|---|---|
static class |
FuncResource.Scope |
| Constructor and Description |
|---|
FuncResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
FuncResource.Scope |
getScope() |
String |
getTitle() |
void |
setName(String name) |
void |
setScope(FuncResource.Scope scope) |
void |
setTitle(String title) |
String |
toString() |
public String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public FuncResource.Scope getScope()
public void setScope(FuncResource.Scope scope)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.