Interface ILCity

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

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

    • setKey

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

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

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

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

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

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

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

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

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

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

      ILCity setStateId(String value)
      Setter for DB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID
    • getStateId

      String getStateId()
      Getter for DB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID
    • setActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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