Package org.openurp.app.security
Class FuncResource
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Integer>
-
- org.beangle.commons.entity.pojo.IntegerIdObject
-
- org.openurp.app.security.FuncResource
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Integer>
public class FuncResource extends org.beangle.commons.entity.pojo.IntegerIdObject系统功能资源 代表一组系统功能点的集合.
系统模块之间存在基于代码表示上的父子级联关系.
上下级关系是通过模块代码的包含关系体现的。
系统模块作为权限分配的基本单位.- Since:
- 3.0.0
- Author:
- chaostone 2005-9-26
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFuncResource.Scope
-
Constructor Summary
Constructors Constructor Description FuncResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()FuncResource.ScopegetScope()StringgetTitle()voidsetName(String name)voidsetScope(FuncResource.Scope scope)voidsetTitle(String title)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
getScope
public FuncResource.Scope getScope()
-
setScope
public void setScope(FuncResource.Scope scope)
-
-