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