@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
This class is generated by jOOQ.
| 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()
IRRolePermGetter for DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
getPermId in interface IRRolePermpublic RRolePerm setPermId(String permId)
IRRolePermSetter for DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
setPermId in interface IRRolePermpublic String getRoleId()
IRRolePermGetter for DB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID
getRoleId in interface IRRolePermpublic RRolePerm setRoleId(String roleId)
IRRolePermSetter for DB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID
setRoleId in interface IRRolePermpublic void from(IRRolePerm from)
Load data from another generated Record/POJO implementing the common interface IRRolePerm
from in interface IRRolePermpublic <E extends IRRolePerm> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRRolePerm
into in interface IRRolePermCopyright © 2021. All rights reserved.