@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class RGroupRole extends Object implements IRGroupRole
| Constructor and Description |
|---|
RGroupRole() |
RGroupRole(io.vertx.core.json.JsonObject json) |
RGroupRole(RGroupRole value) |
RGroupRole(String groupId,
String roleId,
Integer priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRGroupRole from)
Load data from another generated Record/POJO implementing the common interface IRGroupRole
|
String |
getGroupId()
Getter for
DB_RBAC.R_GROUP_ROLE.GROUP_ID. |
Integer |
getPriority()
Getter for
DB_RBAC.R_GROUP_ROLE.PRIORITY. |
String |
getRoleId()
Getter for
DB_RBAC.R_GROUP_ROLE.ROLE_ID. |
<E extends IRGroupRole> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IRGroupRole
|
RGroupRole |
setGroupId(String groupId)
Setter for
DB_RBAC.R_GROUP_ROLE.GROUP_ID. |
RGroupRole |
setPriority(Integer priority)
Setter for
DB_RBAC.R_GROUP_ROLE.PRIORITY. |
RGroupRole |
setRoleId(String roleId)
Setter for
DB_RBAC.R_GROUP_ROLE.ROLE_ID. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic RGroupRole()
public RGroupRole(RGroupRole value)
public RGroupRole(io.vertx.core.json.JsonObject json)
public String getGroupId()
IRGroupRoleDB_RBAC.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组IDgetGroupId in interface IRGroupRolepublic RGroupRole setGroupId(String groupId)
IRGroupRoleDB_RBAC.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组IDsetGroupId in interface IRGroupRolepublic String getRoleId()
IRGroupRoleDB_RBAC.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色IDgetRoleId in interface IRGroupRolepublic RGroupRole setRoleId(String roleId)
IRGroupRoleDB_RBAC.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色IDsetRoleId in interface IRGroupRolepublic Integer getPriority()
IRGroupRoleDB_RBAC.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级getPriority in interface IRGroupRolepublic RGroupRole setPriority(Integer priority)
IRGroupRoleDB_RBAC.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级setPriority in interface IRGroupRolepublic void from(IRGroupRole from)
from in interface IRGroupRolepublic <E extends IRGroupRole> E into(E into)
into in interface IRGroupRoleCopyright © 2019. All rights reserved.