Interface ILState
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
LState,LStateRecord
public interface ILState
extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLoad data from another generated Record/POJO implementing the common interface ILStatedefault ILStatefromJson(io.vertx.core.json.JsonObject json) Getter forDB_ETERNAL.L_STATE.ACTIVE.getAlias()Getter forDB_ETERNAL.L_STATE.ALIAS.getCode()Getter forDB_ETERNAL.L_STATE.CODE.Getter forDB_ETERNAL.L_STATE.COUNTRY_ID.Getter forDB_ETERNAL.L_STATE.CREATED_AT.Getter forDB_ETERNAL.L_STATE.CREATED_BY.getKey()Getter forDB_ETERNAL.L_STATE.KEY.Getter forDB_ETERNAL.L_STATE.LANGUAGE.Getter forDB_ETERNAL.L_STATE.METADATA.getName()Getter forDB_ETERNAL.L_STATE.NAME.getOrder()Getter forDB_ETERNAL.L_STATE.ORDER.getSigma()Getter forDB_ETERNAL.L_STATE.SIGMA.Getter forDB_ETERNAL.L_STATE.UPDATED_AT.Getter forDB_ETERNAL.L_STATE.UPDATED_BY.<E extends ILState>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ILStateSetter forDB_ETERNAL.L_STATE.ACTIVE.Setter forDB_ETERNAL.L_STATE.ALIAS.Setter forDB_ETERNAL.L_STATE.CODE.setCountryId(String value) Setter forDB_ETERNAL.L_STATE.COUNTRY_ID.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_STATE.CREATED_AT.setCreatedBy(String value) Setter forDB_ETERNAL.L_STATE.CREATED_BY.Setter forDB_ETERNAL.L_STATE.KEY.setLanguage(String value) Setter forDB_ETERNAL.L_STATE.LANGUAGE.setMetadata(String value) Setter forDB_ETERNAL.L_STATE.METADATA.Setter forDB_ETERNAL.L_STATE.NAME.Setter forDB_ETERNAL.L_STATE.ORDER.Setter forDB_ETERNAL.L_STATE.SIGMA.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_STATE.UPDATED_AT.setUpdatedBy(String value) Setter forDB_ETERNAL.L_STATE.UPDATED_BY.default io.vertx.core.json.JsonObjecttoJson()
-
Method Details
-
setKey
Setter forDB_ETERNAL.L_STATE.KEY. 「key」- 省会主键 -
getKey
String getKey()Getter forDB_ETERNAL.L_STATE.KEY. 「key」- 省会主键 -
setName
Setter forDB_ETERNAL.L_STATE.NAME. 「name」- 省会名称 -
getName
String getName()Getter forDB_ETERNAL.L_STATE.NAME. 「name」- 省会名称 -
setCode
Setter forDB_ETERNAL.L_STATE.CODE. 「code」- 省会编码 -
getCode
String getCode()Getter forDB_ETERNAL.L_STATE.CODE. 「code」- 省会编码 -
setAlias
Setter forDB_ETERNAL.L_STATE.ALIAS. 「alias」- 别名(缩写) -
getAlias
String getAlias()Getter forDB_ETERNAL.L_STATE.ALIAS. 「alias」- 别名(缩写) -
setMetadata
Setter forDB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置 -
getMetadata
String getMetadata()Getter forDB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置 -
setOrder
Setter forDB_ETERNAL.L_STATE.ORDER. 「order」- 排序 -
getOrder
Integer getOrder()Getter forDB_ETERNAL.L_STATE.ORDER. 「order」- 排序 -
setCountryId
Setter forDB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID -
getCountryId
String getCountryId()Getter forDB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID -
setActive
Setter forDB_ETERNAL.L_STATE.ACTIVE. 「active」- 是否启用 -
getActive
Boolean getActive()Getter forDB_ETERNAL.L_STATE.ACTIVE. 「active」- 是否启用 -
setSigma
Setter forDB_ETERNAL.L_STATE.SIGMA. 「sigma」- 统一标识 -
getSigma
String getSigma()Getter forDB_ETERNAL.L_STATE.SIGMA. 「sigma」- 统一标识 -
setLanguage
Setter forDB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言 -
getLanguage
String getLanguage()Getter forDB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言 -
setCreatedAt
Setter forDB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间 -
getCreatedAt
LocalDateTime getCreatedAt()Getter forDB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间 -
setCreatedBy
Setter forDB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人 -
getCreatedBy
String getCreatedBy()Getter forDB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人 -
setUpdatedAt
Setter forDB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间 -
getUpdatedAt
LocalDateTime getUpdatedAt()Getter forDB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间 -
setUpdatedBy
Setter forDB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人 -
getUpdatedBy
String getUpdatedBy()Getter forDB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人 -
from
Load data from another generated Record/POJO implementing the common interface ILState -
into
Copy data into another generated Record/POJO implementing the common interface ILState -
fromJson
- 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
-