Interface ILTent

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

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

    • setKey

      ILTent setKey(String value)
      Setter for DB_ETERNAL.L_TENT.KEY. 「key」- 主键
    • getKey

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

      ILTent setName(String value)
      Setter for DB_ETERNAL.L_TENT.NAME. 「name」- 名称
    • getName

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

      ILTent setCode(String value)
      Setter for DB_ETERNAL.L_TENT.CODE. 「code」- 编码
    • getCode

      String getCode()
      Getter for DB_ETERNAL.L_TENT.CODE. 「code」- 编码
    • setContactPhone

      ILTent setContactPhone(String value)
      Setter for DB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话
    • getContactPhone

      String getContactPhone()
      Getter for DB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话
    • setContactName

      ILTent setContactName(String value)
      Setter for DB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名
    • getContactName

      String getContactName()
      Getter for DB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名
    • setMetadata

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

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

      ILTent setOrder(Integer value)
      Setter for DB_ETERNAL.L_TENT.ORDER. 「order」- 排序
    • getOrder

      Integer getOrder()
      Getter for DB_ETERNAL.L_TENT.ORDER. 「order」- 排序
    • setLocationId

      ILTent setLocationId(String value)
      Setter for DB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID
    • getLocationId

      String getLocationId()
      Getter for DB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID
    • setYardId

      ILTent setYardId(String value)
      Setter for DB_ETERNAL.L_TENT.YARD_ID. 「yardId」- 关联小区ID
    • getYardId

      String getYardId()
      Getter for DB_ETERNAL.L_TENT.YARD_ID. 「yardId」- 关联小区ID
    • setActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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