@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class RRolePerm extends Object implements IRRolePerm
| Constructor and Description |
|---|
RRolePerm() |
RRolePerm(io.vertx.core.json.JsonObject json) |
RRolePerm(RRolePerm value) |
RRolePerm(String permId,
String roleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRRolePerm from)
Load data from another generated Record/POJO implementing the common interface IRRolePerm
|
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
|
RRolePerm |
setPermId(String permId)
Setter for
DB_ETERNAL.R_ROLE_PERM.PERM_ID. |
RRolePerm |
setRoleId(String roleId)
Setter for
DB_ETERNAL.R_ROLE_PERM.ROLE_ID. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic RRolePerm()
public RRolePerm(RRolePerm value)
public RRolePerm(io.vertx.core.json.JsonObject json)
public String getPermId()
IRRolePermDB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限IDgetPermId in interface IRRolePermpublic RRolePerm setPermId(String permId)
IRRolePermDB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限IDsetPermId in interface IRRolePermpublic String getRoleId()
IRRolePermDB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色IDgetRoleId in interface IRRolePermpublic RRolePerm setRoleId(String roleId)
IRRolePermDB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色IDsetRoleId in interface IRRolePermpublic void from(IRRolePerm from)
from in interface IRRolePermpublic <E extends IRRolePerm> E into(E into)
into in interface IRRolePermCopyright © 2019. All rights reserved.