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