Interface IRUserRole

All Superinterfaces:
Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
All Known Implementing Classes:
RUserRole, RUserRoleRecord

public interface IRUserRole extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Load data from another generated Record/POJO implementing the common interface IRUserRole
    default IRUserRole
    fromJson(io.vertx.core.json.JsonObject json)
     
    Getter for DB_ETERNAL.R_USER_ROLE.PRIORITY.
    Getter for DB_ETERNAL.R_USER_ROLE.ROLE_ID.
    Getter for DB_ETERNAL.R_USER_ROLE.USER_ID.
    <E extends IRUserRole>
    E
    into(E into)
    Copy data into another generated Record/POJO implementing the common interface IRUserRole
    Setter for DB_ETERNAL.R_USER_ROLE.PRIORITY.
    Setter for DB_ETERNAL.R_USER_ROLE.ROLE_ID.
    Setter for DB_ETERNAL.R_USER_ROLE.USER_ID.
    default io.vertx.core.json.JsonObject
     
  • Method Details

    • setUserId

      IRUserRole setUserId(String value)
      Setter for DB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID
    • getUserId

      String getUserId()
      Getter for DB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID
    • setRoleId

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

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

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

      Integer getPriority()
      Getter for DB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级
    • from

      void from(IRUserRole from)
      Load data from another generated Record/POJO implementing the common interface IRUserRole
    • into

      <E extends IRUserRole> E into(E into)
      Copy data into another generated Record/POJO implementing the common interface IRUserRole
    • fromJson

      default IRUserRole 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