Class RUserRole
java.lang.Object
cn.vertxup.rbac.domain.tables.pojos.RUserRole
- All Implemented Interfaces:
IRUserRole,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class RUserRole
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IRUserRole
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(IRUserRole from) Load data from another generated Record/POJO implementing the common interface IRUserRoleGetter forDB_ETERNAL.R_USER_ROLE.PRIORITY.Getter forDB_ETERNAL.R_USER_ROLE.ROLE_ID.Getter forDB_ETERNAL.R_USER_ROLE.USER_ID.inthashCode()<E extends IRUserRole>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IRUserRolesetPriority(Integer priority) Setter forDB_ETERNAL.R_USER_ROLE.PRIORITY.Setter forDB_ETERNAL.R_USER_ROLE.ROLE_ID.Setter forDB_ETERNAL.R_USER_ROLE.USER_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.IRUserRole
fromJson, toJson
-
Constructor Details
-
RUserRole
public RUserRole() -
RUserRole
-
RUserRole
-
RUserRole
public RUserRole(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getUserId
Getter forDB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID- Specified by:
getUserIdin interfaceIRUserRole
-
setUserId
Setter forDB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID- Specified by:
setUserIdin interfaceIRUserRole
-
getRoleId
Getter forDB_ETERNAL.R_USER_ROLE.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
getRoleIdin interfaceIRUserRole
-
setRoleId
Setter forDB_ETERNAL.R_USER_ROLE.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
setRoleIdin interfaceIRUserRole
-
getPriority
Getter forDB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级- Specified by:
getPriorityin interfaceIRUserRole
-
setPriority
Setter forDB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级- Specified by:
setPriorityin interfaceIRUserRole
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IRUserRoleLoad data from another generated Record/POJO implementing the common interface IRUserRole- Specified by:
fromin interfaceIRUserRole
-
into
Description copied from interface:IRUserRoleCopy data into another generated Record/POJO implementing the common interface IRUserRole- Specified by:
intoin interfaceIRUserRole
-