@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface ILLocation extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(ILLocation from)
Load data from another generated Record/POJO implementing the common interface ILLocation
|
default ILLocation |
fromJson(io.vertx.core.json.JsonObject json) |
Boolean |
getActive()
Getter for
DB_ETERNAL.L_LOCATION.ACTIVE. |
String |
getAddress()
Getter for
DB_ETERNAL.L_LOCATION.ADDRESS. |
String |
getCity()
Getter for
DB_ETERNAL.L_LOCATION.CITY. |
String |
getCode()
Getter for
DB_ETERNAL.L_LOCATION.CODE. |
String |
getCountry()
Getter for
DB_ETERNAL.L_LOCATION.COUNTRY. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.L_LOCATION.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.L_LOCATION.CREATED_BY. |
String |
getFullName()
Getter for
DB_ETERNAL.L_LOCATION.FULL_NAME. |
String |
getKey()
Getter for
DB_ETERNAL.L_LOCATION.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.L_LOCATION.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.L_LOCATION.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.L_LOCATION.NAME. |
String |
getPostal()
Getter for
DB_ETERNAL.L_LOCATION.POSTAL. |
String |
getRegion()
Getter for
DB_ETERNAL.L_LOCATION.REGION. |
String |
getRegionId()
Getter for
DB_ETERNAL.L_LOCATION.REGION_ID. |
String |
getSigma()
Getter for
DB_ETERNAL.L_LOCATION.SIGMA. |
String |
getState()
Getter for
DB_ETERNAL.L_LOCATION.STATE. |
String |
getStreet1()
Getter for
DB_ETERNAL.L_LOCATION.STREET1. |
String |
getStreet2()
Getter for
DB_ETERNAL.L_LOCATION.STREET2. |
String |
getStreet3()
Getter for
DB_ETERNAL.L_LOCATION.STREET3. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.L_LOCATION.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.L_LOCATION.UPDATED_BY. |
<E extends ILLocation> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ILLocation
|
ILLocation |
setActive(Boolean value)
Setter for
DB_ETERNAL.L_LOCATION.ACTIVE. |
ILLocation |
setAddress(String value)
Setter for
DB_ETERNAL.L_LOCATION.ADDRESS. |
ILLocation |
setCity(String value)
Setter for
DB_ETERNAL.L_LOCATION.CITY. |
ILLocation |
setCode(String value)
Setter for
DB_ETERNAL.L_LOCATION.CODE. |
ILLocation |
setCountry(String value)
Setter for
DB_ETERNAL.L_LOCATION.COUNTRY. |
ILLocation |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_LOCATION.CREATED_AT. |
ILLocation |
setCreatedBy(String value)
Setter for
DB_ETERNAL.L_LOCATION.CREATED_BY. |
ILLocation |
setFullName(String value)
Setter for
DB_ETERNAL.L_LOCATION.FULL_NAME. |
ILLocation |
setKey(String value)
Setter for
DB_ETERNAL.L_LOCATION.KEY. |
ILLocation |
setLanguage(String value)
Setter for
DB_ETERNAL.L_LOCATION.LANGUAGE. |
ILLocation |
setMetadata(String value)
Setter for
DB_ETERNAL.L_LOCATION.METADATA. |
ILLocation |
setName(String value)
Setter for
DB_ETERNAL.L_LOCATION.NAME. |
ILLocation |
setPostal(String value)
Setter for
DB_ETERNAL.L_LOCATION.POSTAL. |
ILLocation |
setRegion(String value)
Setter for
DB_ETERNAL.L_LOCATION.REGION. |
ILLocation |
setRegionId(String value)
Setter for
DB_ETERNAL.L_LOCATION.REGION_ID. |
ILLocation |
setSigma(String value)
Setter for
DB_ETERNAL.L_LOCATION.SIGMA. |
ILLocation |
setState(String value)
Setter for
DB_ETERNAL.L_LOCATION.STATE. |
ILLocation |
setStreet1(String value)
Setter for
DB_ETERNAL.L_LOCATION.STREET1. |
ILLocation |
setStreet2(String value)
Setter for
DB_ETERNAL.L_LOCATION.STREET2. |
ILLocation |
setStreet3(String value)
Setter for
DB_ETERNAL.L_LOCATION.STREET3. |
ILLocation |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_LOCATION.UPDATED_AT. |
ILLocation |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_LOCATION.UPDATED_BY. |
default io.vertx.core.json.JsonObject |
toJson() |
ILLocation setKey(String value)
Setter for DB_ETERNAL.L_LOCATION.KEY. 「key」- 主键
String getKey()
Getter for DB_ETERNAL.L_LOCATION.KEY. 「key」- 主键
ILLocation setName(String value)
Setter for DB_ETERNAL.L_LOCATION.NAME. 「name」- 名称
String getName()
Getter for DB_ETERNAL.L_LOCATION.NAME. 「name」- 名称
ILLocation setCode(String value)
Setter for DB_ETERNAL.L_LOCATION.CODE. 「code」- 编码
String getCode()
Getter for DB_ETERNAL.L_LOCATION.CODE. 「code」- 编码
ILLocation setAddress(String value)
Setter for DB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
String getAddress()
Getter for DB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
ILLocation setCity(String value)
Setter for DB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
String getCity()
Getter for DB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
ILLocation setCountry(String value)
Setter for DB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
String getCountry()
Getter for DB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
ILLocation setRegion(String value)
Setter for DB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
String getRegion()
Getter for DB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
ILLocation setFullName(String value)
Setter for DB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
String getFullName()
Getter for DB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
ILLocation setState(String value)
Setter for DB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
String getState()
Getter for DB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
ILLocation setStreet1(String value)
Setter for DB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
String getStreet1()
Getter for DB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
ILLocation setStreet2(String value)
Setter for DB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
String getStreet2()
Getter for DB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
ILLocation setStreet3(String value)
Setter for DB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
String getStreet3()
Getter for DB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
ILLocation setPostal(String value)
Setter for DB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
String getPostal()
Getter for DB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
ILLocation setMetadata(String value)
Setter for DB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置
String getMetadata()
Getter for DB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置
ILLocation setRegionId(String value)
Setter for DB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
String getRegionId()
Getter for DB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
ILLocation setActive(Boolean value)
Setter for DB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用
Boolean getActive()
Getter for DB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用
ILLocation setSigma(String value)
Setter for DB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识
String getSigma()
Getter for DB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识
ILLocation setLanguage(String value)
Setter for DB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言
String getLanguage()
Getter for DB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言
ILLocation setCreatedAt(LocalDateTime value)
Setter for DB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间
LocalDateTime getCreatedAt()
Getter for DB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间
ILLocation setCreatedBy(String value)
Setter for DB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人
String getCreatedBy()
Getter for DB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人
ILLocation setUpdatedAt(LocalDateTime value)
Setter for DB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间
LocalDateTime getUpdatedAt()
Getter for DB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间
ILLocation setUpdatedBy(String value)
Setter for DB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人
String getUpdatedBy()
Getter for DB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人
void from(ILLocation from)
Load data from another generated Record/POJO implementing the common interface ILLocation
<E extends ILLocation> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILLocation
default ILLocation fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2021. All rights reserved.