Interface ILLocation

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

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

    • setKey

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

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

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

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

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

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

      ILLocation setAddress(String value)
      Setter for DB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
    • getAddress

      String getAddress()
      Getter for DB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
    • setCity

      ILLocation setCity(String value)
      Setter for DB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
    • getCity

      String getCity()
      Getter for DB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
    • setCountry

      ILLocation setCountry(String value)
      Setter for DB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
    • getCountry

      String getCountry()
      Getter for DB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
    • setRegion

      ILLocation setRegion(String value)
      Setter for DB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
    • getRegion

      String getRegion()
      Getter for DB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
    • setFullName

      ILLocation setFullName(String value)
      Setter for DB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
    • getFullName

      String getFullName()
      Getter for DB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
    • setState

      ILLocation setState(String value)
      Setter for DB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
    • getState

      String getState()
      Getter for DB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
    • setStreet1

      ILLocation setStreet1(String value)
      Setter for DB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
    • getStreet1

      String getStreet1()
      Getter for DB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
    • setStreet2

      ILLocation setStreet2(String value)
      Setter for DB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
    • getStreet2

      String getStreet2()
      Getter for DB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
    • setStreet3

      ILLocation setStreet3(String value)
      Setter for DB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
    • getStreet3

      String getStreet3()
      Getter for DB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
    • setPostal

      ILLocation setPostal(String value)
      Setter for DB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
    • getPostal

      String getPostal()
      Getter for DB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
    • setMetadata

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

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

      ILLocation setRegionId(String value)
      Setter for DB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
    • getRegionId

      String getRegionId()
      Getter for DB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
    • setActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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