Interface IMyTpl

All Superinterfaces:
Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
All Known Implementing Classes:
MyTpl, MyTplRecord

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

    • setKey

      IMyTpl setKey(String value)
      Setter for DB_ETERNAL.MY_TPL.KEY. 「key」- 个人设置主键
    • getKey

      String getKey()
      Getter for DB_ETERNAL.MY_TPL.KEY. 「key」- 个人设置主键
    • setTplId

      IMyTpl setTplId(String value)
      Setter for DB_ETERNAL.MY_TPL.TPL_ID. 「tplId」- 对应TPL的ID
    • getTplId

      String getTplId()
      Getter for DB_ETERNAL.MY_TPL.TPL_ID. 「tplId」- 对应TPL的ID
    • setTplType

      IMyTpl setTplType(String value)
      Setter for DB_ETERNAL.MY_TPL.TPL_TYPE. 「tplType」- 对应TPL类型
    • getTplType

      String getTplType()
      Getter for DB_ETERNAL.MY_TPL.TPL_TYPE. 「tplType」- 对应TPL类型
    • setOwner

      IMyTpl setOwner(String value)
      Setter for DB_ETERNAL.MY_TPL.OWNER. 「owner」- 拥有者ID,我的 / 角色级
    • getOwner

      String getOwner()
      Getter for DB_ETERNAL.MY_TPL.OWNER. 「owner」- 拥有者ID,我的 / 角色级
    • setOwnerType

      IMyTpl setOwnerType(String value)
      Setter for DB_ETERNAL.MY_TPL.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
    • getOwnerType

      String getOwnerType()
      Getter for DB_ETERNAL.MY_TPL.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
    • setType

      IMyTpl setType(String value)
      Setter for DB_ETERNAL.MY_TPL.TYPE. 「type」- 类型(默认全站)
    • getType

      String getType()
      Getter for DB_ETERNAL.MY_TPL.TYPE. 「type」- 类型(默认全站)
    • setActive

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

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

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

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

      IMyTpl setMetadata(String value)
      Setter for DB_ETERNAL.MY_TPL.METADATA. 「metadata」- 附加配置
    • getMetadata

      String getMetadata()
      Getter for DB_ETERNAL.MY_TPL.METADATA. 「metadata」- 附加配置
    • setLanguage

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

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

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

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

      IMyTpl setCreatedBy(String value)
      Setter for DB_ETERNAL.MY_TPL.CREATED_BY. 「createdBy」- 创建人
    • getCreatedBy

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

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

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

      IMyTpl setUpdatedBy(String value)
      Setter for DB_ETERNAL.MY_TPL.UPDATED_BY. 「updatedBy」- 更新人
    • getUpdatedBy

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

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

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

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