@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface ILCity extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(ILCity from)
Load data from another generated Record/POJO implementing the common interface ILCity
|
default ILCity |
fromJson(io.vertx.core.json.JsonObject json) |
Boolean |
getActive()
Getter for
DB_ETERNAL.L_CITY.ACTIVE. |
String |
getCode()
Getter for
DB_ETERNAL.L_CITY.CODE. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.L_CITY.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.L_CITY.CREATED_BY. |
String |
getKey()
Getter for
DB_ETERNAL.L_CITY.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.L_CITY.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.L_CITY.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.L_CITY.NAME. |
Integer |
getOrder()
Getter for
DB_ETERNAL.L_CITY.ORDER. |
String |
getSigma()
Getter for
DB_ETERNAL.L_CITY.SIGMA. |
String |
getStateId()
Getter for
DB_ETERNAL.L_CITY.STATE_ID. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.L_CITY.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.L_CITY.UPDATED_BY. |
<E extends ILCity> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCity
|
ILCity |
setActive(Boolean value)
Setter for
DB_ETERNAL.L_CITY.ACTIVE. |
ILCity |
setCode(String value)
Setter for
DB_ETERNAL.L_CITY.CODE. |
ILCity |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_CITY.CREATED_AT. |
ILCity |
setCreatedBy(String value)
Setter for
DB_ETERNAL.L_CITY.CREATED_BY. |
ILCity |
setKey(String value)
Setter for
DB_ETERNAL.L_CITY.KEY. |
ILCity |
setLanguage(String value)
Setter for
DB_ETERNAL.L_CITY.LANGUAGE. |
ILCity |
setMetadata(String value)
Setter for
DB_ETERNAL.L_CITY.METADATA. |
ILCity |
setName(String value)
Setter for
DB_ETERNAL.L_CITY.NAME. |
ILCity |
setOrder(Integer value)
Setter for
DB_ETERNAL.L_CITY.ORDER. |
ILCity |
setSigma(String value)
Setter for
DB_ETERNAL.L_CITY.SIGMA. |
ILCity |
setStateId(String value)
Setter for
DB_ETERNAL.L_CITY.STATE_ID. |
ILCity |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_CITY.UPDATED_AT. |
ILCity |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_CITY.UPDATED_BY. |
default io.vertx.core.json.JsonObject |
toJson() |
String getKey()
Getter for DB_ETERNAL.L_CITY.KEY. 「key」- 主键
String getName()
Getter for DB_ETERNAL.L_CITY.NAME. 「name」- 名称
String getCode()
Getter for DB_ETERNAL.L_CITY.CODE. 「code」- 编码
ILCity setMetadata(String value)
Setter for DB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置
String getMetadata()
Getter for DB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置
Integer getOrder()
Getter for DB_ETERNAL.L_CITY.ORDER. 「order」- 排序
String getStateId()
Getter for DB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID
Boolean getActive()
Getter for DB_ETERNAL.L_CITY.ACTIVE. 「active」- 是否启用
String getSigma()
Getter for DB_ETERNAL.L_CITY.SIGMA. 「sigma」- 统一标识
ILCity setLanguage(String value)
Setter for DB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言
String getLanguage()
Getter for DB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言
ILCity setCreatedAt(LocalDateTime value)
Setter for DB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间
LocalDateTime getCreatedAt()
Getter for DB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间
ILCity setCreatedBy(String value)
Setter for DB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人
String getCreatedBy()
Getter for DB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人
ILCity setUpdatedAt(LocalDateTime value)
Setter for DB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间
LocalDateTime getUpdatedAt()
Getter for DB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间
ILCity setUpdatedBy(String value)
Setter for DB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人
String getUpdatedBy()
Getter for DB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人
void from(ILCity from)
Load data from another generated Record/POJO implementing the common interface ILCity
<E extends ILCity> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCity
default ILCity fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2021. All rights reserved.