Interface ILCountry
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
LCountry,LCountryRecord
public interface ILCountry extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(ILCountry from)Load data from another generated Record/POJO implementing the common interface ILCountrydefault ILCountryfromJson(io.vertx.core.json.JsonObject json)BooleangetActive()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 ILCountryILCountrysetActive(Boolean value)Setter forDB_ETERNAL.L_COUNTRY.ACTIVE.ILCountrysetCode(String value)Setter forDB_ETERNAL.L_COUNTRY.CODE.ILCountrysetCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_COUNTRY.CREATED_AT.ILCountrysetCreatedBy(String value)Setter forDB_ETERNAL.L_COUNTRY.CREATED_BY.ILCountrysetCurrency(String value)Setter forDB_ETERNAL.L_COUNTRY.CURRENCY.ILCountrysetFlag(String value)Setter forDB_ETERNAL.L_COUNTRY.FLAG.ILCountrysetKey(String value)Setter forDB_ETERNAL.L_COUNTRY.KEY.ILCountrysetLanguage(String value)Setter forDB_ETERNAL.L_COUNTRY.LANGUAGE.ILCountrysetMetadata(String value)Setter forDB_ETERNAL.L_COUNTRY.METADATA.ILCountrysetName(String value)Setter forDB_ETERNAL.L_COUNTRY.NAME.ILCountrysetOrder(Integer value)Setter forDB_ETERNAL.L_COUNTRY.ORDER.ILCountrysetPhonePrefix(String value)Setter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX.ILCountrysetSigma(String value)Setter forDB_ETERNAL.L_COUNTRY.SIGMA.ILCountrysetUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_COUNTRY.UPDATED_AT.ILCountrysetUpdatedBy(String value)Setter forDB_ETERNAL.L_COUNTRY.UPDATED_BY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
getKey
String getKey()
Getter forDB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键
-
getName
String getName()
Getter forDB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称
-
getCode
String getCode()
Getter forDB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号
-
getFlag
String getFlag()
Getter forDB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗
-
setPhonePrefix
ILCountry setPhonePrefix(String value)
Setter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀
-
getPhonePrefix
String getPhonePrefix()
Getter forDB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀
-
setCurrency
ILCountry setCurrency(String value)
Setter forDB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币
-
getCurrency
String getCurrency()
Getter forDB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币
-
setMetadata
ILCountry setMetadata(String value)
Setter forDB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置
-
getMetadata
String getMetadata()
Getter forDB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置
-
getOrder
Integer getOrder()
Getter forDB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序
-
setActive
ILCountry setActive(Boolean value)
Setter forDB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用
-
getActive
Boolean getActive()
Getter forDB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用
-
getSigma
String getSigma()
Getter forDB_ETERNAL.L_COUNTRY.SIGMA. 「sigma」- 统一标识
-
setLanguage
ILCountry setLanguage(String value)
Setter forDB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言
-
getLanguage
String getLanguage()
Getter forDB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言
-
setCreatedAt
ILCountry setCreatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间
-
getCreatedAt
LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间
-
setCreatedBy
ILCountry setCreatedBy(String value)
Setter forDB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人
-
getCreatedBy
String getCreatedBy()
Getter forDB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人
-
setUpdatedAt
ILCountry setUpdatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间
-
getUpdatedAt
LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间
-
setUpdatedBy
ILCountry setUpdatedBy(String value)
Setter forDB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人
-
getUpdatedBy
String getUpdatedBy()
Getter forDB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人
-
from
void from(ILCountry from)
Load data from another generated Record/POJO implementing the common interface ILCountry
-
into
<E extends ILCountry> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCountry
-
fromJson
default ILCountry fromJson(io.vertx.core.json.JsonObject json)
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-