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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(ILState from)Load data from another generated Record/POJO implementing the common interface ILStatedefault ILStatefromJson(io.vertx.core.json.JsonObject json)BooleangetActive()Getter forDB_ETERNAL.L_STATE.ACTIVE.StringgetAlias()Getter forDB_ETERNAL.L_STATE.ALIAS.StringgetCode()Getter forDB_ETERNAL.L_STATE.CODE.StringgetCountryId()Getter forDB_ETERNAL.L_STATE.COUNTRY_ID.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.L_STATE.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.L_STATE.CREATED_BY.StringgetKey()Getter forDB_ETERNAL.L_STATE.KEY.StringgetLanguage()Getter forDB_ETERNAL.L_STATE.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.L_STATE.METADATA.StringgetName()Getter forDB_ETERNAL.L_STATE.NAME.IntegergetOrder()Getter forDB_ETERNAL.L_STATE.ORDER.StringgetSigma()Getter forDB_ETERNAL.L_STATE.SIGMA.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.L_STATE.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.L_STATE.UPDATED_BY.<E extends ILState>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ILStateILStatesetActive(Boolean value)Setter forDB_ETERNAL.L_STATE.ACTIVE.ILStatesetAlias(String value)Setter forDB_ETERNAL.L_STATE.ALIAS.ILStatesetCode(String value)Setter forDB_ETERNAL.L_STATE.CODE.ILStatesetCountryId(String value)Setter forDB_ETERNAL.L_STATE.COUNTRY_ID.ILStatesetCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_STATE.CREATED_AT.ILStatesetCreatedBy(String value)Setter forDB_ETERNAL.L_STATE.CREATED_BY.ILStatesetKey(String value)Setter forDB_ETERNAL.L_STATE.KEY.ILStatesetLanguage(String value)Setter forDB_ETERNAL.L_STATE.LANGUAGE.ILStatesetMetadata(String value)Setter forDB_ETERNAL.L_STATE.METADATA.ILStatesetName(String value)Setter forDB_ETERNAL.L_STATE.NAME.ILStatesetOrder(Integer value)Setter forDB_ETERNAL.L_STATE.ORDER.ILStatesetSigma(String value)Setter forDB_ETERNAL.L_STATE.SIGMA.ILStatesetUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_STATE.UPDATED_AT.ILStatesetUpdatedBy(String value)Setter forDB_ETERNAL.L_STATE.UPDATED_BY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
getKey
String getKey()
Getter forDB_ETERNAL.L_STATE.KEY. 「key」- 省会主键
-
getName
String getName()
Getter forDB_ETERNAL.L_STATE.NAME. 「name」- 省会名称
-
getCode
String getCode()
Getter forDB_ETERNAL.L_STATE.CODE. 「code」- 省会编码
-
getAlias
String getAlias()
Getter forDB_ETERNAL.L_STATE.ALIAS. 「alias」- 别名(缩写)
-
setMetadata
ILState setMetadata(String value)
Setter forDB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置
-
getMetadata
String getMetadata()
Getter forDB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置
-
getOrder
Integer getOrder()
Getter forDB_ETERNAL.L_STATE.ORDER. 「order」- 排序
-
setCountryId
ILState setCountryId(String value)
Setter forDB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID
-
getCountryId
String getCountryId()
Getter forDB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID
-
getActive
Boolean getActive()
Getter forDB_ETERNAL.L_STATE.ACTIVE. 「active」- 是否启用
-
getSigma
String getSigma()
Getter forDB_ETERNAL.L_STATE.SIGMA. 「sigma」- 统一标识
-
setLanguage
ILState setLanguage(String value)
Setter forDB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言
-
getLanguage
String getLanguage()
Getter forDB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言
-
setCreatedAt
ILState setCreatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间
-
getCreatedAt
LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间
-
setCreatedBy
ILState setCreatedBy(String value)
Setter forDB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人
-
getCreatedBy
String getCreatedBy()
Getter forDB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人
-
setUpdatedAt
ILState setUpdatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间
-
getUpdatedAt
LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间
-
setUpdatedBy
ILState setUpdatedBy(String value)
Setter forDB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人
-
getUpdatedBy
String getUpdatedBy()
Getter forDB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人
-
from
void from(ILState from)
Load data from another generated Record/POJO implementing the common interface ILState
-
into
<E extends ILState> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILState
-
fromJson
default ILState 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
-
-