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