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