Class RRolePerm

java.lang.Object
cn.vertxup.rbac.domain.tables.pojos.RRolePerm
All Implemented Interfaces:
IRRolePerm, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class RRolePerm extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IRRolePerm
This class is generated by jOOQ.
See Also:
  • Constructor Details

    • RRolePerm

      public RRolePerm()
    • RRolePerm

      public RRolePerm(IRRolePerm value)
    • RRolePerm

      public RRolePerm(String permId, String roleId)
    • RRolePerm

      public RRolePerm(io.vertx.core.json.JsonObject json)
  • Method Details

    • getPermId

      public String getPermId()
      Getter for DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
      Specified by:
      getPermId in interface IRRolePerm
    • setPermId

      public RRolePerm setPermId(String permId)
      Setter for DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
      Specified by:
      setPermId in interface IRRolePerm
    • getRoleId

      public String getRoleId()
      Getter for DB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID
      Specified by:
      getRoleId in interface IRRolePerm
    • setRoleId

      public RRolePerm setRoleId(String roleId)
      Setter for DB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID
      Specified by:
      setRoleId in interface IRRolePerm
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

      public void from(IRRolePerm from)
      Description copied from interface: IRRolePerm
      Load data from another generated Record/POJO implementing the common interface IRRolePerm
      Specified by:
      from in interface IRRolePerm
    • into

      public <E extends IRRolePerm> E into(E into)
      Description copied from interface: IRRolePerm
      Copy data into another generated Record/POJO implementing the common interface IRRolePerm
      Specified by:
      into in interface IRRolePerm