@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface IRUserGroup extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRUserGroup from)
Load data from another generated Record/POJO implementing the common interface IRUserGroup
|
default IRUserGroup |
fromJson(io.vertx.core.json.JsonObject json) |
String |
getGroupId()
Getter for
DB_RBAC.R_USER_GROUP.GROUP_ID. |
Integer |
getPriority()
Getter for
DB_RBAC.R_USER_GROUP.PRIORITY. |
String |
getUserId()
Getter for
DB_RBAC.R_USER_GROUP.USER_ID. |
<E extends IRUserGroup> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IRUserGroup
|
IRUserGroup |
setGroupId(String value)
Setter for
DB_RBAC.R_USER_GROUP.GROUP_ID. |
IRUserGroup |
setPriority(Integer value)
Setter for
DB_RBAC.R_USER_GROUP.PRIORITY. |
IRUserGroup |
setUserId(String value)
Setter for
DB_RBAC.R_USER_GROUP.USER_ID. |
default io.vertx.core.json.JsonObject |
toJson() |
IRUserGroup setGroupId(String value)
DB_RBAC.R_USER_GROUP.GROUP_ID. 「groupId」- 关联组IDString getGroupId()
DB_RBAC.R_USER_GROUP.GROUP_ID. 「groupId」- 关联组IDIRUserGroup setUserId(String value)
DB_RBAC.R_USER_GROUP.USER_ID. 「userId」- 关联用户IDString getUserId()
DB_RBAC.R_USER_GROUP.USER_ID. 「userId」- 关联用户IDIRUserGroup setPriority(Integer value)
DB_RBAC.R_USER_GROUP.PRIORITY. 「priority」- 组优先级Integer getPriority()
DB_RBAC.R_USER_GROUP.PRIORITY. 「priority」- 组优先级void from(IRUserGroup from)
<E extends IRUserGroup> E into(E into)
default IRUserGroup fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2019. All rights reserved.