Class LCountry
java.lang.Object
cn.vertxup.lbs.domain.tables.pojos.LCountry
- All Implemented Interfaces:
ILCountry,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class LCountry
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ILCountry
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLCountry()LCountry(io.vertx.core.json.JsonObject json) 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) -
Method Summary
Modifier and TypeMethodDescriptionvoidLoad data from another generated Record/POJO implementing the common interface ILCountryGetter forDB_ETERNAL.L_COUNTRY.ACTIVE.getCode()Getter forDB_ETERNAL.L_COUNTRY.CODE.Getter forDB_ETERNAL.L_COUNTRY.CREATED_AT.Getter forDB_ETERNAL.L_COUNTRY.CREATED_BY.Getter forDB_ETERNAL.L_COUNTRY.CURRENCY.getFlag()Getter forDB_ETERNAL.L_COUNTRY.FLAG.getKey()Getter forDB_ETERNAL.L_COUNTRY.KEY.Getter forDB_ETERNAL.L_COUNTRY.LANGUAGE.Getter forDB_ETERNAL.L_COUNTRY.METADATA.getName()Getter forDB_ETERNAL.L_COUNTRY.NAME.getOrder()Getter forDB_ETERNAL.L_COUNTRY.ORDER.Getter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX.getSigma()Getter forDB_ETERNAL.L_COUNTRY.SIGMA.Getter forDB_ETERNAL.L_COUNTRY.UPDATED_AT.Getter forDB_ETERNAL.L_COUNTRY.UPDATED_BY.<E extends ILCountry>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ILCountrySetter forDB_ETERNAL.L_COUNTRY.ACTIVE.Setter forDB_ETERNAL.L_COUNTRY.CODE.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.L_COUNTRY.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.L_COUNTRY.CREATED_BY.setCurrency(String currency) Setter forDB_ETERNAL.L_COUNTRY.CURRENCY.Setter forDB_ETERNAL.L_COUNTRY.FLAG.Setter forDB_ETERNAL.L_COUNTRY.KEY.setLanguage(String language) Setter forDB_ETERNAL.L_COUNTRY.LANGUAGE.setMetadata(String metadata) Setter forDB_ETERNAL.L_COUNTRY.METADATA.Setter forDB_ETERNAL.L_COUNTRY.NAME.Setter forDB_ETERNAL.L_COUNTRY.ORDER.setPhonePrefix(String phonePrefix) Setter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX.Setter forDB_ETERNAL.L_COUNTRY.SIGMA.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.L_COUNTRY.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.L_COUNTRY.UPDATED_BY.toString()
-
Constructor Details
-
LCountry
public LCountry() -
LCountry
-
LCountry
-
LCountry
public LCountry(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键 -
setKey
Setter forDB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键 -
getName
Getter forDB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称 -
setName
Setter forDB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称 -
getCode
Getter forDB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号 -
setCode
Setter forDB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号 -
getFlag
Getter forDB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗 -
setFlag
Setter forDB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗 -
getPhonePrefix
Getter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀- Specified by:
getPhonePrefixin interfaceILCountry
-
setPhonePrefix
Setter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀- Specified by:
setPhonePrefixin interfaceILCountry
-
getCurrency
Getter forDB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币- Specified by:
getCurrencyin interfaceILCountry
-
setCurrency
Setter forDB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币- Specified by:
setCurrencyin interfaceILCountry
-
getMetadata
Getter forDB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILCountry
-
setMetadata
Setter forDB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILCountry
-
getOrder
Getter forDB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序 -
setOrder
Setter forDB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序 -
getActive
Getter forDB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用 -
setActive
Setter forDB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用 -
getSigma
Getter forDB_ETERNAL.L_COUNTRY.SIGMA. 「sigma」- 统一标识 -
setSigma
Setter forDB_ETERNAL.L_COUNTRY.SIGMA. 「sigma」- 统一标识 -
getLanguage
Getter forDB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILCountry
-
setLanguage
Setter forDB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILCountry
-
getCreatedAt
Getter forDB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILCountry
-
setCreatedAt
Setter forDB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILCountry
-
getCreatedBy
Getter forDB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILCountry
-
setCreatedBy
Setter forDB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILCountry
-
getUpdatedAt
Getter forDB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILCountry
-
setUpdatedAt
Setter forDB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILCountry
-
getUpdatedBy
Getter forDB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILCountry
-
setUpdatedBy
Setter forDB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILCountry
-
toString
-
from
Description copied from interface:ILCountryLoad data from another generated Record/POJO implementing the common interface ILCountry -
into
Description copied from interface:ILCountryCopy data into another generated Record/POJO implementing the common interface ILCountry
-