Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • 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
      • 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