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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LCountry()LCountry(ILCountry value)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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ILCountry from)Load data from another generated Record/POJO implementing the common interface ILCountryBooleangetActive()Getter forDB_ETERNAL.L_COUNTRY.ACTIVE.StringgetCode()Getter forDB_ETERNAL.L_COUNTRY.CODE.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.L_COUNTRY.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.L_COUNTRY.CREATED_BY.StringgetCurrency()Getter forDB_ETERNAL.L_COUNTRY.CURRENCY.StringgetFlag()Getter forDB_ETERNAL.L_COUNTRY.FLAG.StringgetKey()Getter forDB_ETERNAL.L_COUNTRY.KEY.StringgetLanguage()Getter forDB_ETERNAL.L_COUNTRY.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.L_COUNTRY.METADATA.StringgetName()Getter forDB_ETERNAL.L_COUNTRY.NAME.IntegergetOrder()Getter forDB_ETERNAL.L_COUNTRY.ORDER.StringgetPhonePrefix()Getter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX.StringgetSigma()Getter forDB_ETERNAL.L_COUNTRY.SIGMA.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.L_COUNTRY.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.L_COUNTRY.UPDATED_BY.<E extends ILCountry>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ILCountryLCountrysetActive(Boolean active)Setter forDB_ETERNAL.L_COUNTRY.ACTIVE.LCountrysetCode(String code)Setter forDB_ETERNAL.L_COUNTRY.CODE.LCountrysetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.L_COUNTRY.CREATED_AT.LCountrysetCreatedBy(String createdBy)Setter forDB_ETERNAL.L_COUNTRY.CREATED_BY.LCountrysetCurrency(String currency)Setter forDB_ETERNAL.L_COUNTRY.CURRENCY.LCountrysetFlag(String flag)Setter forDB_ETERNAL.L_COUNTRY.FLAG.LCountrysetKey(String key)Setter forDB_ETERNAL.L_COUNTRY.KEY.LCountrysetLanguage(String language)Setter forDB_ETERNAL.L_COUNTRY.LANGUAGE.LCountrysetMetadata(String metadata)Setter forDB_ETERNAL.L_COUNTRY.METADATA.LCountrysetName(String name)Setter forDB_ETERNAL.L_COUNTRY.NAME.LCountrysetOrder(Integer order)Setter forDB_ETERNAL.L_COUNTRY.ORDER.LCountrysetPhonePrefix(String phonePrefix)Setter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX.LCountrysetSigma(String sigma)Setter forDB_ETERNAL.L_COUNTRY.SIGMA.LCountrysetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.L_COUNTRY.UPDATED_AT.LCountrysetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.L_COUNTRY.UPDATED_BY.StringtoString()
-
-
-
Constructor Detail
-
LCountry
public LCountry()
-
LCountry
public LCountry(ILCountry value)
-
LCountry
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)
-
LCountry
public LCountry(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键
-
getName
public String getName()
Getter forDB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称
-
getCode
public String getCode()
Getter forDB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号
-
getFlag
public String getFlag()
Getter forDB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗
-
getPhonePrefix
public String getPhonePrefix()
Getter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀- Specified by:
getPhonePrefixin interfaceILCountry
-
setPhonePrefix
public LCountry setPhonePrefix(String phonePrefix)
Setter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀- Specified by:
setPhonePrefixin interfaceILCountry
-
getCurrency
public String getCurrency()
Getter forDB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币- Specified by:
getCurrencyin interfaceILCountry
-
setCurrency
public LCountry setCurrency(String currency)
Setter forDB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币- Specified by:
setCurrencyin interfaceILCountry
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILCountry
-
setMetadata
public LCountry setMetadata(String metadata)
Setter forDB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILCountry
-
getOrder
public Integer getOrder()
Getter forDB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序
-
setOrder
public LCountry setOrder(Integer order)
Setter forDB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用
-
setActive
public LCountry setActive(Boolean active)
Setter forDB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.L_COUNTRY.SIGMA. 「sigma」- 统一标识
-
setSigma
public LCountry setSigma(String sigma)
Setter forDB_ETERNAL.L_COUNTRY.SIGMA. 「sigma」- 统一标识
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILCountry
-
setLanguage
public LCountry setLanguage(String language)
Setter forDB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILCountry
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILCountry
-
setCreatedAt
public LCountry setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILCountry
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILCountry
-
setCreatedBy
public LCountry setCreatedBy(String createdBy)
Setter forDB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILCountry
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILCountry
-
setUpdatedAt
public LCountry setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILCountry
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILCountry
-
setUpdatedBy
public LCountry setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILCountry
-
from
public void from(ILCountry from)
Description copied from interface:ILCountryLoad data from another generated Record/POJO implementing the common interface ILCountry
-
-