Interface ILCity
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
LCity,LCityRecord
public interface ILCity extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(ILCity from)Load data from another generated Record/POJO implementing the common interface ILCitydefault ILCityfromJson(io.vertx.core.json.JsonObject json)BooleangetActive()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 ILCityILCitysetActive(Boolean value)Setter forDB_ETERNAL.L_CITY.ACTIVE.ILCitysetCode(String value)Setter forDB_ETERNAL.L_CITY.CODE.ILCitysetCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_CITY.CREATED_AT.ILCitysetCreatedBy(String value)Setter forDB_ETERNAL.L_CITY.CREATED_BY.ILCitysetKey(String value)Setter forDB_ETERNAL.L_CITY.KEY.ILCitysetLanguage(String value)Setter forDB_ETERNAL.L_CITY.LANGUAGE.ILCitysetMetadata(String value)Setter forDB_ETERNAL.L_CITY.METADATA.ILCitysetName(String value)Setter forDB_ETERNAL.L_CITY.NAME.ILCitysetOrder(Integer value)Setter forDB_ETERNAL.L_CITY.ORDER.ILCitysetSigma(String value)Setter forDB_ETERNAL.L_CITY.SIGMA.ILCitysetStateId(String value)Setter forDB_ETERNAL.L_CITY.STATE_ID.ILCitysetUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_CITY.UPDATED_AT.ILCitysetUpdatedBy(String value)Setter forDB_ETERNAL.L_CITY.UPDATED_BY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
getKey
String getKey()
Getter forDB_ETERNAL.L_CITY.KEY. 「key」- 主键
-
getName
String getName()
Getter forDB_ETERNAL.L_CITY.NAME. 「name」- 名称
-
getCode
String getCode()
Getter forDB_ETERNAL.L_CITY.CODE. 「code」- 编码
-
setMetadata
ILCity setMetadata(String value)
Setter forDB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置
-
getMetadata
String getMetadata()
Getter forDB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置
-
getOrder
Integer getOrder()
Getter forDB_ETERNAL.L_CITY.ORDER. 「order」- 排序
-
getStateId
String getStateId()
Getter forDB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID
-
getActive
Boolean getActive()
Getter forDB_ETERNAL.L_CITY.ACTIVE. 「active」- 是否启用
-
getSigma
String getSigma()
Getter forDB_ETERNAL.L_CITY.SIGMA. 「sigma」- 统一标识
-
setLanguage
ILCity setLanguage(String value)
Setter forDB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言
-
getLanguage
String getLanguage()
Getter forDB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言
-
setCreatedAt
ILCity setCreatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间
-
getCreatedAt
LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间
-
setCreatedBy
ILCity setCreatedBy(String value)
Setter forDB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人
-
getCreatedBy
String getCreatedBy()
Getter forDB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人
-
setUpdatedAt
ILCity setUpdatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间
-
getUpdatedAt
LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间
-
setUpdatedBy
ILCity setUpdatedBy(String value)
Setter forDB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人
-
getUpdatedBy
String getUpdatedBy()
Getter forDB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人
-
from
void from(ILCity from)
Load data from another generated Record/POJO implementing the common interface ILCity
-
into
<E extends ILCity> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCity
-
fromJson
default ILCity fromJson(io.vertx.core.json.JsonObject json)
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-