Interface ISRole

  • All Superinterfaces:
    Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    All Known Implementing Classes:
    SRole, SRoleRecord

    public interface ISRole
    extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
    This class is generated by jOOQ.
    • Method Detail

      • setKey

        ISRole setKey​(String value)
        Setter for DB_ETERNAL.S_ROLE.KEY. 「key」- 角色ID
      • getKey

        String getKey()
        Getter for DB_ETERNAL.S_ROLE.KEY. 「key」- 角色ID
      • setName

        ISRole setName​(String value)
        Setter for DB_ETERNAL.S_ROLE.NAME. 「name」- 角色名称
      • getName

        String getName()
        Getter for DB_ETERNAL.S_ROLE.NAME. 「name」- 角色名称
      • setCode

        ISRole setCode​(String value)
        Setter for DB_ETERNAL.S_ROLE.CODE. 「code」- 角色系统名
      • getCode

        String getCode()
        Getter for DB_ETERNAL.S_ROLE.CODE. 「code」- 角色系统名
      • setPower

        ISRole setPower​(Boolean value)
        Setter for DB_ETERNAL.S_ROLE.POWER. 「power」- 是否具有定制权限?
      • getPower

        Boolean getPower()
        Getter for DB_ETERNAL.S_ROLE.POWER. 「power」- 是否具有定制权限?
      • setComment

        ISRole setComment​(String value)
        Setter for DB_ETERNAL.S_ROLE.COMMENT. 「comment」- 角色备注信息
      • getComment

        String getComment()
        Getter for DB_ETERNAL.S_ROLE.COMMENT. 「comment」- 角色备注信息
      • setModelId

        ISRole setModelId​(String value)
        Setter for DB_ETERNAL.S_ROLE.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
      • getModelId

        String getModelId()
        Getter for DB_ETERNAL.S_ROLE.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
      • setModelKey

        ISRole setModelKey​(String value)
        Setter for DB_ETERNAL.S_ROLE.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
      • getModelKey

        String getModelKey()
        Getter for DB_ETERNAL.S_ROLE.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
      • setCategory

        ISRole setCategory​(String value)
        Setter for DB_ETERNAL.S_ROLE.CATEGORY. 「category」- 组类型
      • getCategory

        String getCategory()
        Getter for DB_ETERNAL.S_ROLE.CATEGORY. 「category」- 组类型
      • setSigma

        ISRole setSigma​(String value)
        Setter for DB_ETERNAL.S_ROLE.SIGMA. 「sigma」- 统一标识
      • getSigma

        String getSigma()
        Getter for DB_ETERNAL.S_ROLE.SIGMA. 「sigma」- 统一标识
      • setLanguage

        ISRole setLanguage​(String value)
        Setter for DB_ETERNAL.S_ROLE.LANGUAGE. 「language」- 使用的语言
      • getLanguage

        String getLanguage()
        Getter for DB_ETERNAL.S_ROLE.LANGUAGE. 「language」- 使用的语言
      • setActive

        ISRole setActive​(Boolean value)
        Setter for DB_ETERNAL.S_ROLE.ACTIVE. 「active」- 是否启用
      • getActive

        Boolean getActive()
        Getter for DB_ETERNAL.S_ROLE.ACTIVE. 「active」- 是否启用
      • setMetadata

        ISRole setMetadata​(String value)
        Setter for DB_ETERNAL.S_ROLE.METADATA. 「metadata」- 附加配置数据
      • getMetadata

        String getMetadata()
        Getter for DB_ETERNAL.S_ROLE.METADATA. 「metadata」- 附加配置数据
      • setCreatedAt

        ISRole setCreatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.S_ROLE.CREATED_AT. 「createdAt」- 创建时间
      • getCreatedAt

        LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.S_ROLE.CREATED_AT. 「createdAt」- 创建时间
      • setCreatedBy

        ISRole setCreatedBy​(String value)
        Setter for DB_ETERNAL.S_ROLE.CREATED_BY. 「createdBy」- 创建人
      • getCreatedBy

        String getCreatedBy()
        Getter for DB_ETERNAL.S_ROLE.CREATED_BY. 「createdBy」- 创建人
      • setUpdatedAt

        ISRole setUpdatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.S_ROLE.UPDATED_AT. 「updatedAt」- 更新时间
      • getUpdatedAt

        LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.S_ROLE.UPDATED_AT. 「updatedAt」- 更新时间
      • setUpdatedBy

        ISRole setUpdatedBy​(String value)
        Setter for DB_ETERNAL.S_ROLE.UPDATED_BY. 「updatedBy」- 更新人
      • getUpdatedBy

        String getUpdatedBy()
        Getter for DB_ETERNAL.S_ROLE.UPDATED_BY. 「updatedBy」- 更新人
      • from

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

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

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