@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class RUserRole extends Object implements IRUserRole
This class is generated by jOOQ.
| Constructor and Description |
|---|
RUserRole() |
RUserRole(io.vertx.core.json.JsonObject json) |
RUserRole(RUserRole value) |
RUserRole(String userId,
String roleId,
Integer priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRUserRole from)
Load data from another generated Record/POJO implementing the common interface IRUserRole
|
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
|
RUserRole |
setPriority(Integer priority)
Setter for
DB_ETERNAL.R_USER_ROLE.PRIORITY. |
RUserRole |
setRoleId(String roleId)
Setter for
DB_ETERNAL.R_USER_ROLE.ROLE_ID. |
RUserRole |
setUserId(String userId)
Setter for
DB_ETERNAL.R_USER_ROLE.USER_ID. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic RUserRole()
public RUserRole(RUserRole value)
public RUserRole(io.vertx.core.json.JsonObject json)
public String getUserId()
IRUserRoleGetter for DB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID
getUserId in interface IRUserRolepublic RUserRole setUserId(String userId)
IRUserRoleSetter for DB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID
setUserId in interface IRUserRolepublic String getRoleId()
IRUserRoleGetter for DB_ETERNAL.R_USER_ROLE.ROLE_ID. 「roleId」- 关联角色ID
getRoleId in interface IRUserRolepublic RUserRole setRoleId(String roleId)
IRUserRoleSetter for DB_ETERNAL.R_USER_ROLE.ROLE_ID. 「roleId」- 关联角色ID
setRoleId in interface IRUserRolepublic Integer getPriority()
IRUserRoleGetter for DB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级
getPriority in interface IRUserRolepublic RUserRole setPriority(Integer priority)
IRUserRoleSetter for DB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级
setPriority in interface IRUserRolepublic void from(IRUserRole from)
Load data from another generated Record/POJO implementing the common interface IRUserRole
from in interface IRUserRolepublic <E extends IRUserRole> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRUserRole
into in interface IRUserRoleCopyright © 2020. All rights reserved.