Class LLocation
java.lang.Object
cn.vertxup.lbs.domain.tables.pojos.LLocation
- All Implemented Interfaces:
ILLocation,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class LLocation
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ILLocation
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLLocation(ILLocation value) LLocation(io.vertx.core.json.JsonObject json) LLocation(String key, String name, String code, String address, String city, String country, String region, String fullName, String state, String street1, String street2, String street3, String postal, String metadata, String regionId, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy) -
Method Summary
Modifier and TypeMethodDescriptionvoidfrom(ILLocation from) Load data from another generated Record/POJO implementing the common interface ILLocationGetter forDB_ETERNAL.L_LOCATION.ACTIVE.Getter forDB_ETERNAL.L_LOCATION.ADDRESS.getCity()Getter forDB_ETERNAL.L_LOCATION.CITY.getCode()Getter forDB_ETERNAL.L_LOCATION.CODE.Getter forDB_ETERNAL.L_LOCATION.COUNTRY.Getter forDB_ETERNAL.L_LOCATION.CREATED_AT.Getter forDB_ETERNAL.L_LOCATION.CREATED_BY.Getter forDB_ETERNAL.L_LOCATION.FULL_NAME.getKey()Getter forDB_ETERNAL.L_LOCATION.KEY.Getter forDB_ETERNAL.L_LOCATION.LANGUAGE.Getter forDB_ETERNAL.L_LOCATION.METADATA.getName()Getter forDB_ETERNAL.L_LOCATION.NAME.Getter forDB_ETERNAL.L_LOCATION.POSTAL.Getter forDB_ETERNAL.L_LOCATION.REGION.Getter forDB_ETERNAL.L_LOCATION.REGION_ID.getSigma()Getter forDB_ETERNAL.L_LOCATION.SIGMA.getState()Getter forDB_ETERNAL.L_LOCATION.STATE.Getter forDB_ETERNAL.L_LOCATION.STREET1.Getter forDB_ETERNAL.L_LOCATION.STREET2.Getter forDB_ETERNAL.L_LOCATION.STREET3.Getter forDB_ETERNAL.L_LOCATION.UPDATED_AT.Getter forDB_ETERNAL.L_LOCATION.UPDATED_BY.<E extends ILLocation>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ILLocationSetter forDB_ETERNAL.L_LOCATION.ACTIVE.setAddress(String address) Setter forDB_ETERNAL.L_LOCATION.ADDRESS.Setter forDB_ETERNAL.L_LOCATION.CITY.Setter forDB_ETERNAL.L_LOCATION.CODE.setCountry(String country) Setter forDB_ETERNAL.L_LOCATION.COUNTRY.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.L_LOCATION.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.L_LOCATION.CREATED_BY.setFullName(String fullName) Setter forDB_ETERNAL.L_LOCATION.FULL_NAME.Setter forDB_ETERNAL.L_LOCATION.KEY.setLanguage(String language) Setter forDB_ETERNAL.L_LOCATION.LANGUAGE.setMetadata(String metadata) Setter forDB_ETERNAL.L_LOCATION.METADATA.Setter forDB_ETERNAL.L_LOCATION.NAME.Setter forDB_ETERNAL.L_LOCATION.POSTAL.Setter forDB_ETERNAL.L_LOCATION.REGION.setRegionId(String regionId) Setter forDB_ETERNAL.L_LOCATION.REGION_ID.Setter forDB_ETERNAL.L_LOCATION.SIGMA.Setter forDB_ETERNAL.L_LOCATION.STATE.setStreet1(String street1) Setter forDB_ETERNAL.L_LOCATION.STREET1.setStreet2(String street2) Setter forDB_ETERNAL.L_LOCATION.STREET2.setStreet3(String street3) Setter forDB_ETERNAL.L_LOCATION.STREET3.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cn.vertxup.lbs.domain.tables.interfaces.ILLocation
fromJson, toJson
-
Constructor Details
-
LLocation
public LLocation() -
LLocation
-
LLocation
public LLocation(String key, String name, String code, String address, String city, String country, String region, String fullName, String state, String street1, String street2, String street3, String postal, String metadata, String regionId, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy) -
LLocation
public LLocation(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.L_LOCATION.KEY. 「key」- 主键- Specified by:
getKeyin interfaceILLocation
-
setKey
Setter forDB_ETERNAL.L_LOCATION.KEY. 「key」- 主键- Specified by:
setKeyin interfaceILLocation
-
getName
Getter forDB_ETERNAL.L_LOCATION.NAME. 「name」- 名称- Specified by:
getNamein interfaceILLocation
-
setName
Setter forDB_ETERNAL.L_LOCATION.NAME. 「name」- 名称- Specified by:
setNamein interfaceILLocation
-
getCode
Getter forDB_ETERNAL.L_LOCATION.CODE. 「code」- 编码- Specified by:
getCodein interfaceILLocation
-
setCode
Setter forDB_ETERNAL.L_LOCATION.CODE. 「code」- 编码- Specified by:
setCodein interfaceILLocation
-
getAddress
Getter forDB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址- Specified by:
getAddressin interfaceILLocation
-
setAddress
Setter forDB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址- Specified by:
setAddressin interfaceILLocation
-
getCity
Getter forDB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市- Specified by:
getCityin interfaceILLocation
-
setCity
Setter forDB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市- Specified by:
setCityin interfaceILLocation
-
getCountry
Getter forDB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家- Specified by:
getCountryin interfaceILLocation
-
setCountry
Setter forDB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家- Specified by:
setCountryin interfaceILLocation
-
getRegion
Getter forDB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域- Specified by:
getRegionin interfaceILLocation
-
setRegion
Setter forDB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域- Specified by:
setRegionin interfaceILLocation
-
getFullName
Getter forDB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称- Specified by:
getFullNamein interfaceILLocation
-
setFullName
Setter forDB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称- Specified by:
setFullNamein interfaceILLocation
-
getState
Getter forDB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会- Specified by:
getStatein interfaceILLocation
-
setState
Setter forDB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会- Specified by:
setStatein interfaceILLocation
-
getStreet1
Getter forDB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1- Specified by:
getStreet1in interfaceILLocation
-
setStreet1
Setter forDB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1- Specified by:
setStreet1in interfaceILLocation
-
getStreet2
Getter forDB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2- Specified by:
getStreet2in interfaceILLocation
-
setStreet2
Setter forDB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2- Specified by:
setStreet2in interfaceILLocation
-
getStreet3
Getter forDB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3- Specified by:
getStreet3in interfaceILLocation
-
setStreet3
Setter forDB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3- Specified by:
setStreet3in interfaceILLocation
-
getPostal
Getter forDB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码- Specified by:
getPostalin interfaceILLocation
-
setPostal
Setter forDB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码- Specified by:
setPostalin interfaceILLocation
-
getMetadata
Getter forDB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILLocation
-
setMetadata
Setter forDB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILLocation
-
getRegionId
Getter forDB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID- Specified by:
getRegionIdin interfaceILLocation
-
setRegionId
Setter forDB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID- Specified by:
setRegionIdin interfaceILLocation
-
getActive
Getter forDB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用- Specified by:
getActivein interfaceILLocation
-
setActive
Setter forDB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用- Specified by:
setActivein interfaceILLocation
-
getSigma
Getter forDB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识- Specified by:
getSigmain interfaceILLocation
-
setSigma
Setter forDB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识- Specified by:
setSigmain interfaceILLocation
-
getLanguage
Getter forDB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILLocation
-
setLanguage
Setter forDB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILLocation
-
getCreatedAt
Getter forDB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILLocation
-
setCreatedAt
Setter forDB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILLocation
-
getCreatedBy
Getter forDB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILLocation
-
setCreatedBy
Setter forDB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILLocation
-
getUpdatedAt
Getter forDB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILLocation
-
setUpdatedAt
Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILLocation
-
getUpdatedBy
Getter forDB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILLocation
-
setUpdatedBy
Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILLocation
-
toString
-
from
Description copied from interface:ILLocationLoad data from another generated Record/POJO implementing the common interface ILLocation- Specified by:
fromin interfaceILLocation
-
into
Description copied from interface:ILLocationCopy data into another generated Record/POJO implementing the common interface ILLocation- Specified by:
intoin interfaceILLocation
-