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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RGroupRole()RGroupRole(IRGroupRole value)RGroupRole(io.vertx.core.json.JsonObject json)RGroupRole(String groupId, String roleId, Integer priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IRGroupRole from)Load data from another generated Record/POJO implementing the common interface IRGroupRoleStringgetGroupId()Getter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.IntegergetPriority()Getter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY.StringgetRoleId()Getter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID.<E extends IRGroupRole>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IRGroupRoleRGroupRolesetGroupId(String groupId)Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.RGroupRolesetPriority(Integer priority)Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY.RGroupRolesetRoleId(String roleId)Setter forDB_ETERNAL.R_GROUP_ROLE.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.IRGroupRole
fromJson, toJson
-
-
-
-
Constructor Detail
-
RGroupRole
public RGroupRole()
-
RGroupRole
public RGroupRole(IRGroupRole value)
-
RGroupRole
public RGroupRole(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getGroupId
public String getGroupId()
Getter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID- Specified by:
getGroupIdin interfaceIRGroupRole
-
setGroupId
public RGroupRole setGroupId(String groupId)
Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID- Specified by:
setGroupIdin interfaceIRGroupRole
-
getRoleId
public String getRoleId()
Getter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
getRoleIdin interfaceIRGroupRole
-
setRoleId
public RGroupRole setRoleId(String roleId)
Setter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
setRoleIdin interfaceIRGroupRole
-
getPriority
public Integer getPriority()
Getter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级- Specified by:
getPriorityin interfaceIRGroupRole
-
setPriority
public RGroupRole setPriority(Integer priority)
Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级- Specified by:
setPriorityin interfaceIRGroupRole
-
from
public void from(IRGroupRole from)
Description copied from interface:IRGroupRoleLoad data from another generated Record/POJO implementing the common interface IRGroupRole- Specified by:
fromin interfaceIRGroupRole
-
into
public <E extends IRGroupRole> E into(E into)
Description copied from interface:IRGroupRoleCopy data into another generated Record/POJO implementing the common interface IRGroupRole- Specified by:
intoin interfaceIRGroupRole
-
-