@Entity public class FVUserRoles extends Object implements com.centit.framework.model.basedata.IUserRole, com.centit.framework.model.basedata.IRoleInfo, Serializable
| 构造器和说明 |
|---|
FVUserRoles() |
FVUserRoles(String userCode,
String roleCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAllRolePowers(List<RolePower> rolePowers) |
UserRoleId |
getId() |
String |
getInheritedFrom() |
String |
getIsValid() |
String |
getObtainType()
这个是新版本的一个新的性所有 添加了这个 默认实现
用户获得这个角色的方式,
|
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)工作流角色 ,这两个为保留类别,暂时没有使用
角色的类别 F/G/P/D/I/W
|
String |
getUnitCode() |
String |
getUserCode() |
void |
setId(UserRoleId id) |
void |
setInheritedFrom(String inheritedFrom) |
void |
setIsValid(String isvalid) |
void |
setObtainType(String obtainType) |
void |
setRoleCode(String roleCode) |
void |
setRoleDesc(String roleDesc) |
void |
setRoleName(String roleName) |
void |
setRolePowers(List<RolePower> rolePowers) |
void |
setRoleType(String roleType)
角色的类别 F (Fixe)系统内置的,固有的, G (global) 全局的
P (public) 公用的,指 系统全局 和 部门之间公用的
D (department)部门(机构)特有的角色
I ( Item )为项目角色 W (workflow)工作流角色 ,这两个为保留类别,暂时没有使用
|
void |
setUnitCode(String unitCode) |
void |
setUserCode(String userCode) |
public UserRoleId getId()
public void setId(UserRoleId id)
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 void setUserCode(String userCode)
public void setRoleCode(String roleCode)
public String getUserCode()
getUserCode 在接口中 com.centit.framework.model.basedata.IUserRolepublic String getRoleCode()
getRoleCode 在接口中 com.centit.framework.model.basedata.IRoleInfogetRoleCode 在接口中 com.centit.framework.model.basedata.IUserRolepublic String getObtainType()
getObtainType 在接口中 com.centit.framework.model.basedata.IUserRolepublic void setObtainType(String obtainType)
public String getInheritedFrom()
getInheritedFrom 在接口中 com.centit.framework.model.basedata.IUserRolepublic void setInheritedFrom(String inheritedFrom)
public String getRoleType()
getRoleType 在接口中 com.centit.framework.model.basedata.IRoleInfopublic void setRoleType(String roleType)
roleType - 角色的类别 F/G/P/D/I/Wpublic String getUnitCode()
public String getRoleOwner()
getRoleOwner 在接口中 com.centit.framework.model.basedata.IRoleInfopublic void setUnitCode(String unitCode)
public List<RolePower> getRolePowers()
getRolePowers 在接口中 com.centit.framework.model.basedata.IRoleInfoCopyright © 2020 Centit Information Technical, co. Inc.. All rights reserved.