@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface IRGroupRole extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRGroupRole from)
Load data from another generated Record/POJO implementing the common interface IRGroupRole
|
default IRGroupRole |
fromJson(io.vertx.core.json.JsonObject json) |
String |
getGroupId()
Getter for
DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. |
Integer |
getPriority()
Getter for
DB_ETERNAL.R_GROUP_ROLE.PRIORITY. |
String |
getRoleId()
Getter for
DB_ETERNAL.R_GROUP_ROLE.ROLE_ID. |
<E extends IRGroupRole> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IRGroupRole
|
IRGroupRole |
setGroupId(String value)
Setter for
DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. |
IRGroupRole |
setPriority(Integer value)
Setter for
DB_ETERNAL.R_GROUP_ROLE.PRIORITY. |
IRGroupRole |
setRoleId(String value)
Setter for
DB_ETERNAL.R_GROUP_ROLE.ROLE_ID. |
default io.vertx.core.json.JsonObject |
toJson() |
IRGroupRole setGroupId(String value)
Setter for DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
String getGroupId()
Getter for DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
IRGroupRole setRoleId(String value)
Setter for DB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
String getRoleId()
Getter for DB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
IRGroupRole setPriority(Integer value)
Setter for DB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级
Integer getPriority()
Getter for DB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级
void from(IRGroupRole from)
Load data from another generated Record/POJO implementing the common interface IRGroupRole
<E extends IRGroupRole> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRGroupRole
default IRGroupRole fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2020. All rights reserved.