@Entity public class RoleInfo extends Object implements com.centit.framework.model.basedata.IRoleInfo, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Date |
createDate |
| 构造器和说明 |
|---|
RoleInfo()
default constructor
|
RoleInfo(String rolecode,
String isvalid)
minimal constructor
|
RoleInfo(String rolecode,
String rolename,
String roleType,
String unitCode,
String isvalid,
String roledesc) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAllRolePowers(List<RolePower> rolePowers) |
Date |
getCreateDate() |
String |
getCreator() |
String |
getIsValid() |
Date |
getLastModifyDate() |
String |
getRoleCode() |
String |
getRoleDesc() |
String |
getRoleName() |
String |
getRoleOwner() |
List<RolePower> |
getRolePowers() |
String |
getRoleType()
角色的类别 F (Fixe)系统内置的,固有的, G (global) 全局的
P (public) 公用的,指 系统全局 和 部门之间公用的
D (department)部门(机构)特有的角色
I ( Item )为项目角色 W (workflow)工作流角色 ,这两个为保留类别,暂时没有使用
H (HIDE)系统内置的不要显示的,是部门可以自己支配的操作权限集合
角色的类别 F/G/P/D/I/W
|
String |
getUnitCode() |
Date |
getUpdateDate() |
String |
getUpdator() |
void |
setCreateDate(Date createDate) |
void |
setCreator(String creator) |
void |
setIsValid(String isvalid) |
void |
setLastModifyDate(Date lastModifyDate) |
void |
setRoleCode(String rolecode) |
void |
setRoleDesc(String roledesc) |
void |
setRoleName(String rolename) |
void |
setRoleOwner(String roleOwner) |
void |
setRolePowers(List<RolePower> rolePowers) |
void |
setRoleType(String roleType)
角色的类别 F (Fixed)系统内置的,固有的, G (global) 全局的
P (public) 公用的,指 系统全局 和 部门之间公用的
D (department)部门(机构)特有的角色
I ( Item )为项目角色 W (workflow)工作流角色 ,这两个为保留类别,暂时没有使用
H (HIDE)系统内置的不要显示的,是部门可以自己支配的操作权限集合
|
void |
setUnitCode(String unitCode) |
void |
setUpdateDate(Date updateDate) |
void |
setUpdator(String updator) |
String |
toString() |
protected Date createDate
public RoleInfo()
public RoleInfo(String rolecode, String isvalid)
rolecode - Stringisvalid - Stringpublic String getRoleCode()
getRoleCode 在接口中 com.centit.framework.model.basedata.IRoleInfopublic void setRoleCode(String rolecode)
public String getRoleName()
getRoleName 在接口中 com.centit.framework.model.basedata.IRoleInfopublic void setRoleName(String rolename)
public String getIsValid()
getIsValid 在接口中 com.centit.framework.model.basedata.IRoleInfopublic void setIsValid(String isvalid)
public String getRoleDesc()
public void setRoleDesc(String roledesc)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public String getRoleType()
getRoleType 在接口中 com.centit.framework.model.basedata.IRoleInfopublic void setRoleType(String roleType)
roleType - 角色的类别 F/G/P/D/I/W/Hpublic String getUnitCode()
public void setUnitCode(String unitCode)
public String getRoleOwner()
getRoleOwner 在接口中 com.centit.framework.model.basedata.IRoleInfopublic void setRoleOwner(String roleOwner)
public Date getLastModifyDate()
public void setLastModifyDate(Date lastModifyDate)
public String getCreator()
public void setCreator(String creator)
public String getUpdator()
public void setUpdator(String updator)
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
public List<RolePower> getRolePowers()
getRolePowers 在接口中 com.centit.framework.model.basedata.IRoleInfoCopyright © 2020 Centit Information Technical, co. Inc.. All rights reserved.