@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface ILState extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(ILState from)
Load data from another generated Record/POJO implementing the common interface ILState
|
default ILState |
fromJson(io.vertx.core.json.JsonObject json) |
Boolean |
getActive()
Getter for
DB_ETERNAL.L_STATE.ACTIVE. |
String |
getAlias()
Getter for
DB_ETERNAL.L_STATE.ALIAS. |
String |
getCode()
Getter for
DB_ETERNAL.L_STATE.CODE. |
String |
getCountryId()
Getter for
DB_ETERNAL.L_STATE.COUNTRY_ID. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.L_STATE.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.L_STATE.CREATED_BY. |
String |
getKey()
Getter for
DB_ETERNAL.L_STATE.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.L_STATE.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.L_STATE.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.L_STATE.NAME. |
Integer |
getOrder()
Getter for
DB_ETERNAL.L_STATE.ORDER. |
String |
getSigma()
Getter for
DB_ETERNAL.L_STATE.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.L_STATE.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.L_STATE.UPDATED_BY. |
<E extends ILState> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ILState
|
ILState |
setActive(Boolean value)
Setter for
DB_ETERNAL.L_STATE.ACTIVE. |
ILState |
setAlias(String value)
Setter for
DB_ETERNAL.L_STATE.ALIAS. |
ILState |
setCode(String value)
Setter for
DB_ETERNAL.L_STATE.CODE. |
ILState |
setCountryId(String value)
Setter for
DB_ETERNAL.L_STATE.COUNTRY_ID. |
ILState |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_STATE.CREATED_AT. |
ILState |
setCreatedBy(String value)
Setter for
DB_ETERNAL.L_STATE.CREATED_BY. |
ILState |
setKey(String value)
Setter for
DB_ETERNAL.L_STATE.KEY. |
ILState |
setLanguage(String value)
Setter for
DB_ETERNAL.L_STATE.LANGUAGE. |
ILState |
setMetadata(String value)
Setter for
DB_ETERNAL.L_STATE.METADATA. |
ILState |
setName(String value)
Setter for
DB_ETERNAL.L_STATE.NAME. |
ILState |
setOrder(Integer value)
Setter for
DB_ETERNAL.L_STATE.ORDER. |
ILState |
setSigma(String value)
Setter for
DB_ETERNAL.L_STATE.SIGMA. |
ILState |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_STATE.UPDATED_AT. |
ILState |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_STATE.UPDATED_BY. |
default io.vertx.core.json.JsonObject |
toJson() |
String getKey()
Getter for DB_ETERNAL.L_STATE.KEY. 「key」- 省会主键
String getName()
Getter for DB_ETERNAL.L_STATE.NAME. 「name」- 省会名称
String getCode()
Getter for DB_ETERNAL.L_STATE.CODE. 「code」- 省会编码
String getAlias()
Getter for DB_ETERNAL.L_STATE.ALIAS. 「alias」- 别名(缩写)
ILState setMetadata(String value)
Setter for DB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置
String getMetadata()
Getter for DB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置
Integer getOrder()
Getter for DB_ETERNAL.L_STATE.ORDER. 「order」- 排序
ILState setCountryId(String value)
Setter for DB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID
String getCountryId()
Getter for DB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID
Boolean getActive()
Getter for DB_ETERNAL.L_STATE.ACTIVE. 「active」- 是否启用
String getSigma()
Getter for DB_ETERNAL.L_STATE.SIGMA. 「sigma」- 统一标识
ILState setLanguage(String value)
Setter for DB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言
String getLanguage()
Getter for DB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言
ILState setCreatedAt(LocalDateTime value)
Setter for DB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间
LocalDateTime getCreatedAt()
Getter for DB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间
ILState setCreatedBy(String value)
Setter for DB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人
String getCreatedBy()
Getter for DB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人
ILState setUpdatedAt(LocalDateTime value)
Setter for DB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间
LocalDateTime getUpdatedAt()
Getter for DB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间
ILState setUpdatedBy(String value)
Setter for DB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人
String getUpdatedBy()
Getter for DB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人
void from(ILState from)
Load data from another generated Record/POJO implementing the common interface ILState
<E extends ILState> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILState
default ILState fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2021. All rights reserved.