Class RRolePerm
- java.lang.Object
-
- cn.vertxup.rbac.domain.tables.pojos.RRolePerm
-
- All Implemented Interfaces:
IRRolePerm,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class RRolePerm extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IRRolePerm
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IRRolePerm from)Load data from another generated Record/POJO implementing the common interface IRRolePermStringgetPermId()Getter forDB_ETERNAL.R_ROLE_PERM.PERM_ID.StringgetRoleId()Getter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID.<E extends IRRolePerm>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IRRolePermRRolePermsetPermId(String permId)Setter forDB_ETERNAL.R_ROLE_PERM.PERM_ID.RRolePermsetRoleId(String roleId)Setter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cn.vertxup.rbac.domain.tables.interfaces.IRRolePerm
fromJson, toJson
-
-
-
-
Constructor Detail
-
RRolePerm
public RRolePerm()
-
RRolePerm
public RRolePerm(IRRolePerm value)
-
RRolePerm
public RRolePerm(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getPermId
public String getPermId()
Getter forDB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID- Specified by:
getPermIdin interfaceIRRolePerm
-
setPermId
public RRolePerm setPermId(String permId)
Setter forDB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID- Specified by:
setPermIdin interfaceIRRolePerm
-
getRoleId
public String getRoleId()
Getter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
getRoleIdin interfaceIRRolePerm
-
setRoleId
public RRolePerm setRoleId(String roleId)
Setter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
setRoleIdin interfaceIRRolePerm
-
from
public void from(IRRolePerm from)
Description copied from interface:IRRolePermLoad data from another generated Record/POJO implementing the common interface IRRolePerm- Specified by:
fromin interfaceIRRolePerm
-
into
public <E extends IRRolePerm> E into(E into)
Description copied from interface:IRRolePermCopy data into another generated Record/POJO implementing the common interface IRRolePerm- Specified by:
intoin interfaceIRRolePerm
-
-