Interface IMKey

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

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

      • setKey

        IMKey setKey​(String value)
        Setter for DB_ETERNAL.M_KEY.KEY. 「key」- 键ID
      • getKey

        String getKey()
        Getter for DB_ETERNAL.M_KEY.KEY. 「key」- 键ID
      • setName

        IMKey setName​(String value)
        Setter for DB_ETERNAL.M_KEY.NAME. 「name」- 键名称
      • getName

        String getName()
        Getter for DB_ETERNAL.M_KEY.NAME. 「name」- 键名称
      • setType

        IMKey setType​(String value)
        Setter for DB_ETERNAL.M_KEY.TYPE. 「type」- 键类型
      • getType

        String getType()
        Getter for DB_ETERNAL.M_KEY.TYPE. 「type」- 键类型
      • setColumns

        IMKey setColumns​(String value)
        Setter for DB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
      • getColumns

        String getColumns()
        Getter for DB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
      • setEntityId

        IMKey setEntityId​(String value)
        Setter for DB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
      • getEntityId

        String getEntityId()
        Getter for DB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
      • setComments

        IMKey setComments​(String value)
        Setter for DB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
      • getComments

        String getComments()
        Getter for DB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
      • setSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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