Interface IRRolePerm

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

public interface IRRolePerm 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 IRRolePerm
    default IRRolePerm
    fromJson(io.vertx.core.json.JsonObject json)
     
    Getter for DB_ETERNAL.R_ROLE_PERM.PERM_ID.
    Getter for DB_ETERNAL.R_ROLE_PERM.ROLE_ID.
    <E extends IRRolePerm>
    E
    into(E into)
    Copy data into another generated Record/POJO implementing the common interface IRRolePerm
    Setter for DB_ETERNAL.R_ROLE_PERM.PERM_ID.
    Setter for DB_ETERNAL.R_ROLE_PERM.ROLE_ID.
    default io.vertx.core.json.JsonObject
     
  • Method Details

    • setPermId

      IRRolePerm setPermId(String value)
      Setter for DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
    • getPermId

      String getPermId()
      Getter for DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
    • setRoleId

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

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

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

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

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