Class RGroupRole
java.lang.Object
cn.vertxup.rbac.domain.tables.pojos.RGroupRole
- All Implemented Interfaces:
IRGroupRole,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class RGroupRole
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IRGroupRole
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRGroupRole(IRGroupRole value) RGroupRole(io.vertx.core.json.JsonObject json) RGroupRole(String groupId, String roleId, Integer priority) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(IRGroupRole from) Load data from another generated Record/POJO implementing the common interface IRGroupRoleGetter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.Getter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY.Getter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID.inthashCode()<E extends IRGroupRole>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IRGroupRolesetGroupId(String groupId) Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.setPriority(Integer priority) Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY.Setter forDB_ETERNAL.R_GROUP_ROLE.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.IRGroupRole
fromJson, toJson
-
Constructor Details
-
RGroupRole
public RGroupRole() -
RGroupRole
-
RGroupRole
-
RGroupRole
public RGroupRole(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getGroupId
Getter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID- Specified by:
getGroupIdin interfaceIRGroupRole
-
setGroupId
Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID- Specified by:
setGroupIdin interfaceIRGroupRole
-
getRoleId
Getter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
getRoleIdin interfaceIRGroupRole
-
setRoleId
Setter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
setRoleIdin interfaceIRGroupRole
-
getPriority
Getter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级- Specified by:
getPriorityin interfaceIRGroupRole
-
setPriority
Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级- Specified by:
setPriorityin interfaceIRGroupRole
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IRGroupRoleLoad data from another generated Record/POJO implementing the common interface IRGroupRole- Specified by:
fromin interfaceIRGroupRole
-
into
Description copied from interface:IRGroupRoleCopy data into another generated Record/POJO implementing the common interface IRGroupRole- Specified by:
intoin interfaceIRGroupRole
-