Interface ILLocation
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
LLocation,LLocationRecord
public interface ILLocation 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(ILLocation from)Load data from another generated Record/POJO implementing the common interface ILLocationdefault ILLocationfromJson(io.vertx.core.json.JsonObject json)BooleangetActive()Getter forDB_ETERNAL.L_LOCATION.ACTIVE.StringgetAddress()Getter forDB_ETERNAL.L_LOCATION.ADDRESS.StringgetCity()Getter forDB_ETERNAL.L_LOCATION.CITY.StringgetCode()Getter forDB_ETERNAL.L_LOCATION.CODE.StringgetCountry()Getter forDB_ETERNAL.L_LOCATION.COUNTRY.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.L_LOCATION.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.L_LOCATION.CREATED_BY.StringgetFullName()Getter forDB_ETERNAL.L_LOCATION.FULL_NAME.StringgetKey()Getter forDB_ETERNAL.L_LOCATION.KEY.StringgetLanguage()Getter forDB_ETERNAL.L_LOCATION.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.L_LOCATION.METADATA.StringgetName()Getter forDB_ETERNAL.L_LOCATION.NAME.StringgetPostal()Getter forDB_ETERNAL.L_LOCATION.POSTAL.StringgetRegion()Getter forDB_ETERNAL.L_LOCATION.REGION.StringgetRegionId()Getter forDB_ETERNAL.L_LOCATION.REGION_ID.StringgetSigma()Getter forDB_ETERNAL.L_LOCATION.SIGMA.StringgetState()Getter forDB_ETERNAL.L_LOCATION.STATE.StringgetStreet1()Getter forDB_ETERNAL.L_LOCATION.STREET1.StringgetStreet2()Getter forDB_ETERNAL.L_LOCATION.STREET2.StringgetStreet3()Getter forDB_ETERNAL.L_LOCATION.STREET3.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.L_LOCATION.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.L_LOCATION.UPDATED_BY.<E extends ILLocation>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ILLocationILLocationsetActive(Boolean value)Setter forDB_ETERNAL.L_LOCATION.ACTIVE.ILLocationsetAddress(String value)Setter forDB_ETERNAL.L_LOCATION.ADDRESS.ILLocationsetCity(String value)Setter forDB_ETERNAL.L_LOCATION.CITY.ILLocationsetCode(String value)Setter forDB_ETERNAL.L_LOCATION.CODE.ILLocationsetCountry(String value)Setter forDB_ETERNAL.L_LOCATION.COUNTRY.ILLocationsetCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_LOCATION.CREATED_AT.ILLocationsetCreatedBy(String value)Setter forDB_ETERNAL.L_LOCATION.CREATED_BY.ILLocationsetFullName(String value)Setter forDB_ETERNAL.L_LOCATION.FULL_NAME.ILLocationsetKey(String value)Setter forDB_ETERNAL.L_LOCATION.KEY.ILLocationsetLanguage(String value)Setter forDB_ETERNAL.L_LOCATION.LANGUAGE.ILLocationsetMetadata(String value)Setter forDB_ETERNAL.L_LOCATION.METADATA.ILLocationsetName(String value)Setter forDB_ETERNAL.L_LOCATION.NAME.ILLocationsetPostal(String value)Setter forDB_ETERNAL.L_LOCATION.POSTAL.ILLocationsetRegion(String value)Setter forDB_ETERNAL.L_LOCATION.REGION.ILLocationsetRegionId(String value)Setter forDB_ETERNAL.L_LOCATION.REGION_ID.ILLocationsetSigma(String value)Setter forDB_ETERNAL.L_LOCATION.SIGMA.ILLocationsetState(String value)Setter forDB_ETERNAL.L_LOCATION.STATE.ILLocationsetStreet1(String value)Setter forDB_ETERNAL.L_LOCATION.STREET1.ILLocationsetStreet2(String value)Setter forDB_ETERNAL.L_LOCATION.STREET2.ILLocationsetStreet3(String value)Setter forDB_ETERNAL.L_LOCATION.STREET3.ILLocationsetUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT.ILLocationsetUpdatedBy(String value)Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
setKey
ILLocation setKey(String value)
Setter forDB_ETERNAL.L_LOCATION.KEY. 「key」- 主键
-
getKey
String getKey()
Getter forDB_ETERNAL.L_LOCATION.KEY. 「key」- 主键
-
setName
ILLocation setName(String value)
Setter forDB_ETERNAL.L_LOCATION.NAME. 「name」- 名称
-
getName
String getName()
Getter forDB_ETERNAL.L_LOCATION.NAME. 「name」- 名称
-
setCode
ILLocation setCode(String value)
Setter forDB_ETERNAL.L_LOCATION.CODE. 「code」- 编码
-
getCode
String getCode()
Getter forDB_ETERNAL.L_LOCATION.CODE. 「code」- 编码
-
setAddress
ILLocation setAddress(String value)
Setter forDB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
-
getAddress
String getAddress()
Getter forDB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
-
setCity
ILLocation setCity(String value)
Setter forDB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
-
getCity
String getCity()
Getter forDB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
-
setCountry
ILLocation setCountry(String value)
Setter forDB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
-
getCountry
String getCountry()
Getter forDB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
-
setRegion
ILLocation setRegion(String value)
Setter forDB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
-
getRegion
String getRegion()
Getter forDB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
-
setFullName
ILLocation setFullName(String value)
Setter forDB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
-
getFullName
String getFullName()
Getter forDB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
-
setState
ILLocation setState(String value)
Setter forDB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
-
getState
String getState()
Getter forDB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
-
setStreet1
ILLocation setStreet1(String value)
Setter forDB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
-
getStreet1
String getStreet1()
Getter forDB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
-
setStreet2
ILLocation setStreet2(String value)
Setter forDB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
-
getStreet2
String getStreet2()
Getter forDB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
-
setStreet3
ILLocation setStreet3(String value)
Setter forDB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
-
getStreet3
String getStreet3()
Getter forDB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
-
setPostal
ILLocation setPostal(String value)
Setter forDB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
-
getPostal
String getPostal()
Getter forDB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
-
setMetadata
ILLocation setMetadata(String value)
Setter forDB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置
-
getMetadata
String getMetadata()
Getter forDB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置
-
setRegionId
ILLocation setRegionId(String value)
Setter forDB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
-
getRegionId
String getRegionId()
Getter forDB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
-
setActive
ILLocation setActive(Boolean value)
Setter forDB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用
-
getActive
Boolean getActive()
Getter forDB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用
-
setSigma
ILLocation setSigma(String value)
Setter forDB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识
-
getSigma
String getSigma()
Getter forDB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识
-
setLanguage
ILLocation setLanguage(String value)
Setter forDB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言
-
getLanguage
String getLanguage()
Getter forDB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言
-
setCreatedAt
ILLocation setCreatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间
-
getCreatedAt
LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间
-
setCreatedBy
ILLocation setCreatedBy(String value)
Setter forDB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人
-
getCreatedBy
String getCreatedBy()
Getter forDB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人
-
setUpdatedAt
ILLocation setUpdatedAt(LocalDateTime value)
Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间
-
getUpdatedAt
LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间
-
setUpdatedBy
ILLocation setUpdatedBy(String value)
Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人
-
getUpdatedBy
String getUpdatedBy()
Getter forDB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人
-
from
void from(ILLocation from)
Load data from another generated Record/POJO implementing the common interface ILLocation
-
into
<E extends ILLocation> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILLocation
-
fromJson
default ILLocation 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
-
-