Class LCity
java.lang.Object
cn.vertxup.lbs.domain.tables.pojos.LCity
- All Implemented Interfaces:
ILCity,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class LCity
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ILCity
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLoad data from another generated Record/POJO implementing the common interface ILCityGetter forDB_ETERNAL.L_CITY.ACTIVE.getCode()Getter forDB_ETERNAL.L_CITY.CODE.Getter forDB_ETERNAL.L_CITY.CREATED_AT.Getter forDB_ETERNAL.L_CITY.CREATED_BY.getKey()Getter forDB_ETERNAL.L_CITY.KEY.Getter forDB_ETERNAL.L_CITY.LANGUAGE.Getter forDB_ETERNAL.L_CITY.METADATA.getName()Getter forDB_ETERNAL.L_CITY.NAME.getOrder()Getter forDB_ETERNAL.L_CITY.ORDER.getSigma()Getter forDB_ETERNAL.L_CITY.SIGMA.Getter forDB_ETERNAL.L_CITY.STATE_ID.Getter forDB_ETERNAL.L_CITY.UPDATED_AT.Getter forDB_ETERNAL.L_CITY.UPDATED_BY.<E extends ILCity>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ILCitySetter forDB_ETERNAL.L_CITY.ACTIVE.Setter forDB_ETERNAL.L_CITY.CODE.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.L_CITY.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.L_CITY.CREATED_BY.Setter forDB_ETERNAL.L_CITY.KEY.setLanguage(String language) Setter forDB_ETERNAL.L_CITY.LANGUAGE.setMetadata(String metadata) Setter forDB_ETERNAL.L_CITY.METADATA.Setter forDB_ETERNAL.L_CITY.NAME.Setter forDB_ETERNAL.L_CITY.ORDER.Setter forDB_ETERNAL.L_CITY.SIGMA.setStateId(String stateId) Setter forDB_ETERNAL.L_CITY.STATE_ID.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.L_CITY.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.L_CITY.UPDATED_BY.toString()
-
Constructor Details
-
LCity
public LCity() -
LCity
-
LCity
-
LCity
public LCity(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.L_CITY.KEY. 「key」- 主键 -
setKey
Setter forDB_ETERNAL.L_CITY.KEY. 「key」- 主键 -
getName
Getter forDB_ETERNAL.L_CITY.NAME. 「name」- 名称 -
setName
Setter forDB_ETERNAL.L_CITY.NAME. 「name」- 名称 -
getCode
Getter forDB_ETERNAL.L_CITY.CODE. 「code」- 编码 -
setCode
Setter forDB_ETERNAL.L_CITY.CODE. 「code」- 编码 -
getMetadata
Getter forDB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILCity
-
setMetadata
Setter forDB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILCity
-
getOrder
Getter forDB_ETERNAL.L_CITY.ORDER. 「order」- 排序 -
setOrder
Setter forDB_ETERNAL.L_CITY.ORDER. 「order」- 排序 -
getStateId
Getter forDB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID- Specified by:
getStateIdin interfaceILCity
-
setStateId
Setter forDB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID- Specified by:
setStateIdin interfaceILCity
-
getActive
Getter forDB_ETERNAL.L_CITY.ACTIVE. 「active」- 是否启用 -
setActive
Setter forDB_ETERNAL.L_CITY.ACTIVE. 「active」- 是否启用 -
getSigma
Getter forDB_ETERNAL.L_CITY.SIGMA. 「sigma」- 统一标识 -
setSigma
Setter forDB_ETERNAL.L_CITY.SIGMA. 「sigma」- 统一标识 -
getLanguage
Getter forDB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILCity
-
setLanguage
Setter forDB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILCity
-
getCreatedAt
Getter forDB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILCity
-
setCreatedAt
Setter forDB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILCity
-
getCreatedBy
Getter forDB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILCity
-
setCreatedBy
Setter forDB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILCity
-
getUpdatedAt
Getter forDB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILCity
-
setUpdatedAt
Setter forDB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILCity
-
getUpdatedBy
Getter forDB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILCity
-
setUpdatedBy
Setter forDB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILCity
-
toString
-
from
Description copied from interface:ILCityLoad data from another generated Record/POJO implementing the common interface ILCity -
into
Description copied from interface:ILCityCopy data into another generated Record/POJO implementing the common interface ILCity
-