Interface IRGroupRole
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
RGroupRole,RGroupRoleRecord
public interface IRGroupRole extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(IRGroupRole from)Load data from another generated Record/POJO implementing the common interface IRGroupRoledefault IRGroupRolefromJson(io.vertx.core.json.JsonObject json)StringgetGroupId()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 IRGroupRoleIRGroupRolesetGroupId(String value)Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID.IRGroupRolesetPriority(Integer value)Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY.IRGroupRolesetRoleId(String value)Setter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
setGroupId
IRGroupRole setGroupId(String value)
Setter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
-
getGroupId
String getGroupId()
Getter forDB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
-
setRoleId
IRGroupRole setRoleId(String value)
Setter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
-
getRoleId
String getRoleId()
Getter forDB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
-
setPriority
IRGroupRole setPriority(Integer value)
Setter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级
-
getPriority
Integer getPriority()
Getter forDB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级
-
from
void from(IRGroupRole from)
Load data from another generated Record/POJO implementing the common interface IRGroupRole
-
into
<E extends IRGroupRole> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRGroupRole
-
fromJson
default IRGroupRole fromJson(io.vertx.core.json.JsonObject json)
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-