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 Detail

      • setGroupId

        IRGroupRole setGroupId​(String value)
        Setter for DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
      • getGroupId

        String getGroupId()
        Getter for DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
      • setRoleId

        IRGroupRole setRoleId​(String value)
        Setter for DB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
      • getRoleId

        String getRoleId()
        Getter for DB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
      • setPriority

        IRGroupRole setPriority​(Integer value)
        Setter for DB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级
      • getPriority

        Integer getPriority()
        Getter for DB_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:
        fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
      • toJson

        default io.vertx.core.json.JsonObject toJson()
        Specified by:
        toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo