@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface IRRolePerm extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRRolePerm from)
Load data from another generated Record/POJO implementing the common interface IRRolePerm
|
default IRRolePerm |
fromJson(io.vertx.core.json.JsonObject json) |
String |
getPermId()
Getter for
DB_ETERNAL.R_ROLE_PERM.PERM_ID. |
String |
getRoleId()
Getter for
DB_ETERNAL.R_ROLE_PERM.ROLE_ID. |
<E extends IRRolePerm> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IRRolePerm
|
IRRolePerm |
setPermId(String value)
Setter for
DB_ETERNAL.R_ROLE_PERM.PERM_ID. |
IRRolePerm |
setRoleId(String value)
Setter for
DB_ETERNAL.R_ROLE_PERM.ROLE_ID. |
default io.vertx.core.json.JsonObject |
toJson() |
IRRolePerm setPermId(String value)
Setter for DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
String getPermId()
Getter for DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
IRRolePerm setRoleId(String value)
Setter for DB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID
String getRoleId()
Getter for DB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID
void from(IRRolePerm from)
Load data from another generated Record/POJO implementing the common interface IRRolePerm
<E extends IRRolePerm> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRRolePerm
default IRRolePerm fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2021. All rights reserved.