@Entity
public class Group
extends com.easycodebox.jdbc.entity.AbstractOperateEntity
| 限定符和类型 | 方法和说明 |
|---|---|
List<Group> |
getChildren() |
com.easycodebox.common.enums.entity.YesNo |
getDeleted() |
List<GroupRole> |
getGroupRoles() |
Integer |
getId() |
String |
getName() |
Group |
getParent() |
Integer |
getParentId() |
String |
getParentName() |
Integer |
getSort() |
com.easycodebox.common.enums.entity.OpenClose |
getStatus() |
List<User> |
getUsers() |
void |
setChildren(List<Group> children) |
void |
setDeleted(com.easycodebox.common.enums.entity.YesNo deleted) |
void |
setGroupRoles(List<GroupRole> groupRoles) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setParent(Group parent) |
void |
setParentId(Integer parentId) |
void |
setParentName(String parentName) |
void |
setSort(Integer sort) |
void |
setStatus(com.easycodebox.common.enums.entity.OpenClose status) |
void |
setUsers(List<User> users) |
public Group()
public Group(Integer id)
public Integer getId()
public void setId(Integer id)
public Integer getParentId()
public void setParentId(Integer parentId)
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 Group getParent()
public void setParent(Group parent)
public String getParentName()
public void setParentName(String parentName)
Copyright © 2016. All rights reserved.