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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LCity()LCity(ILCity value)LCity(io.vertx.core.json.JsonObject json)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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ILCity from)Load data from another generated Record/POJO implementing the common interface ILCityBooleangetActive()Getter forDB_ETERNAL.L_CITY.ACTIVE.StringgetCode()Getter forDB_ETERNAL.L_CITY.CODE.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.L_CITY.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.L_CITY.CREATED_BY.StringgetKey()Getter forDB_ETERNAL.L_CITY.KEY.StringgetLanguage()Getter forDB_ETERNAL.L_CITY.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.L_CITY.METADATA.StringgetName()Getter forDB_ETERNAL.L_CITY.NAME.IntegergetOrder()Getter forDB_ETERNAL.L_CITY.ORDER.StringgetSigma()Getter forDB_ETERNAL.L_CITY.SIGMA.StringgetStateId()Getter forDB_ETERNAL.L_CITY.STATE_ID.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.L_CITY.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.L_CITY.UPDATED_BY.<E extends ILCity>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ILCityLCitysetActive(Boolean active)Setter forDB_ETERNAL.L_CITY.ACTIVE.LCitysetCode(String code)Setter forDB_ETERNAL.L_CITY.CODE.LCitysetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.L_CITY.CREATED_AT.LCitysetCreatedBy(String createdBy)Setter forDB_ETERNAL.L_CITY.CREATED_BY.LCitysetKey(String key)Setter forDB_ETERNAL.L_CITY.KEY.LCitysetLanguage(String language)Setter forDB_ETERNAL.L_CITY.LANGUAGE.LCitysetMetadata(String metadata)Setter forDB_ETERNAL.L_CITY.METADATA.LCitysetName(String name)Setter forDB_ETERNAL.L_CITY.NAME.LCitysetOrder(Integer order)Setter forDB_ETERNAL.L_CITY.ORDER.LCitysetSigma(String sigma)Setter forDB_ETERNAL.L_CITY.SIGMA.LCitysetStateId(String stateId)Setter forDB_ETERNAL.L_CITY.STATE_ID.LCitysetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.L_CITY.UPDATED_AT.LCitysetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.L_CITY.UPDATED_BY.StringtoString()
-
-
-
Constructor Detail
-
LCity
public LCity()
-
LCity
public LCity(ILCity value)
-
LCity
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)
-
LCity
public LCity(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.L_CITY.KEY. 「key」- 主键
-
getName
public String getName()
Getter forDB_ETERNAL.L_CITY.NAME. 「name」- 名称
-
getCode
public String getCode()
Getter forDB_ETERNAL.L_CITY.CODE. 「code」- 编码
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILCity
-
setMetadata
public LCity setMetadata(String metadata)
Setter forDB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILCity
-
getOrder
public Integer getOrder()
Getter forDB_ETERNAL.L_CITY.ORDER. 「order」- 排序
-
getStateId
public String getStateId()
Getter forDB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID- Specified by:
getStateIdin interfaceILCity
-
setStateId
public LCity setStateId(String stateId)
Setter forDB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID- Specified by:
setStateIdin interfaceILCity
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.L_CITY.ACTIVE. 「active」- 是否启用
-
setActive
public LCity setActive(Boolean active)
Setter forDB_ETERNAL.L_CITY.ACTIVE. 「active」- 是否启用
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.L_CITY.SIGMA. 「sigma」- 统一标识
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILCity
-
setLanguage
public LCity setLanguage(String language)
Setter forDB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILCity
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILCity
-
setCreatedAt
public LCity setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILCity
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILCity
-
setCreatedBy
public LCity setCreatedBy(String createdBy)
Setter forDB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILCity
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILCity
-
setUpdatedAt
public LCity setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILCity
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILCity
-
setUpdatedBy
public LCity setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILCity
-
from
public void from(ILCity from)
Description copied from interface:ILCityLoad data from another generated Record/POJO implementing the common interface ILCity
-
-