Class RGroupRole

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

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

    • RGroupRole

      public RGroupRole()
    • RGroupRole

      public RGroupRole(IRGroupRole value)
    • RGroupRole

      public RGroupRole(String groupId, String roleId, Integer priority)
    • RGroupRole

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

    • getGroupId

      public String getGroupId()
      Getter for DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
      Specified by:
      getGroupId in interface IRGroupRole
    • setGroupId

      public RGroupRole setGroupId(String groupId)
      Setter for DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
      Specified by:
      setGroupId in interface IRGroupRole
    • getRoleId

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

      public RGroupRole setRoleId(String roleId)
      Setter for DB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
      Specified by:
      setRoleId in interface IRGroupRole
    • getPriority

      public Integer getPriority()
      Getter for DB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级
      Specified by:
      getPriority in interface IRGroupRole
    • setPriority

      public RGroupRole setPriority(Integer priority)
      Setter for DB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级
      Specified by:
      setPriority in interface IRGroupRole
    • 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(IRGroupRole from)
      Description copied from interface: IRGroupRole
      Load data from another generated Record/POJO implementing the common interface IRGroupRole
      Specified by:
      from in interface IRGroupRole
    • into

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