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