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

      • RGroupRole

        public RGroupRole()
      • RGroupRole

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

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