@Entity
public class Role
extends com.easycodebox.jdbc.entity.AbstractOperateEntity
| 限定符和类型 | 方法和说明 |
|---|---|
com.easycodebox.common.enums.entity.YesNo |
getDeleted() |
String |
getDescription() |
List<GroupRole> |
getGroupRoles() |
Integer |
getId() |
com.easycodebox.common.enums.entity.YesNo |
getIsGroupOwn() |
com.easycodebox.common.enums.entity.YesNo |
getIsOwn() |
String |
getName() |
String |
getRemark() |
List<RolePermission> |
getRolePermissions() |
Integer |
getSort() |
com.easycodebox.common.enums.entity.OpenClose |
getStatus() |
List<UserRole> |
getUserRoles() |
void |
setDeleted(com.easycodebox.common.enums.entity.YesNo deleted) |
void |
setDescription(String description) |
void |
setGroupRoles(List<GroupRole> groupRoles) |
void |
setId(Integer id) |
void |
setIsGroupOwn(com.easycodebox.common.enums.entity.YesNo isGroupOwn) |
void |
setIsOwn(com.easycodebox.common.enums.entity.YesNo isOwn) |
void |
setName(String name) |
void |
setRemark(String remark) |
void |
setRolePermissions(List<RolePermission> rolePermissions) |
void |
setSort(Integer sort) |
void |
setStatus(com.easycodebox.common.enums.entity.OpenClose status) |
void |
setUserRoles(List<UserRole> userRoles) |
public Role()
public Role(Integer id)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public Integer getSort()
public void setSort(Integer sort)
public com.easycodebox.common.enums.entity.OpenClose getStatus()
public void setStatus(com.easycodebox.common.enums.entity.OpenClose status)
public com.easycodebox.common.enums.entity.YesNo getDeleted()
public void setDeleted(com.easycodebox.common.enums.entity.YesNo deleted)
public String getDescription()
public void setDescription(String description)
public String getRemark()
public void setRemark(String remark)
public void setRolePermissions(List<RolePermission> rolePermissions)
public List<RolePermission> getRolePermissions()
public com.easycodebox.common.enums.entity.YesNo getIsOwn()
public void setIsOwn(com.easycodebox.common.enums.entity.YesNo isOwn)
public com.easycodebox.common.enums.entity.YesNo getIsGroupOwn()
public void setIsGroupOwn(com.easycodebox.common.enums.entity.YesNo isGroupOwn)
Copyright © 2016. All rights reserved.