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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(IRRolePerm from) Load data from another generated Record/POJO implementing the common interface IRRolePermGetter forDB_ETERNAL.R_ROLE_PERM.PERM_ID.Getter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID.inthashCode()<E extends IRRolePerm>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IRRolePermSetter forDB_ETERNAL.R_ROLE_PERM.PERM_ID.Setter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cn.vertxup.rbac.domain.tables.interfaces.IRRolePerm
fromJson, toJson
-
Constructor Details
-
RRolePerm
public RRolePerm() -
RRolePerm
-
RRolePerm
-
RRolePerm
public RRolePerm(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getPermId
Getter forDB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID- Specified by:
getPermIdin interfaceIRRolePerm
-
setPermId
Setter forDB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID- Specified by:
setPermIdin interfaceIRRolePerm
-
getRoleId
Getter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
getRoleIdin interfaceIRRolePerm
-
setRoleId
Setter forDB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
setRoleIdin interfaceIRRolePerm
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IRRolePermLoad data from another generated Record/POJO implementing the common interface IRRolePerm- Specified by:
fromin interfaceIRRolePerm
-
into
Description copied from interface:IRRolePermCopy data into another generated Record/POJO implementing the common interface IRRolePerm- Specified by:
intoin interfaceIRRolePerm
-