public class RoleInfo extends Object implements com.centit.framework.model.basedata.IRoleInfo, com.centit.framework.core.po.EntityWithTimestamp, 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) |
void |
copy(RoleInfo other) |
void |
copyNotNullProperty(RoleInfo other) |
Date |
getCreateDate() |
String |
getCreator() |
String |
getIsValid() |
Date |
getLastModifyDate() |
String |
getRoleCode() |
String |
getRoleDesc() |
String |
getRoleName() |
List<RolePower> |
getRolePowers() |
String |
getRoleType()
S为系统角色 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 |
setRolePowers(List<RolePower> rolePowers) |
void |
setRoleType(String roleType)
S为系统角色 I为项目角色 D 部门权限 W工作量角色
|
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()
public void setRoleType(String roleType)
roleType - roleTypepublic String getUnitCode()
public void setUnitCode(String unitCode)
public Date getLastModifyDate()
getLastModifyDate 在接口中 com.centit.framework.core.po.EntityWithTimestamppublic void setLastModifyDate(Date lastModifyDate)
setLastModifyDate 在接口中 com.centit.framework.core.po.EntityWithTimestamppublic void copyNotNullProperty(RoleInfo other)
public void copy(RoleInfo other)
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 © 2017. All rights reserved.