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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LLocation()LLocation(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ILLocation from)Load data from another generated Record/POJO implementing the common interface ILLocationBooleangetActive()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 ILLocationLLocationsetActive(Boolean active)Setter forDB_ETERNAL.L_LOCATION.ACTIVE.LLocationsetAddress(String address)Setter forDB_ETERNAL.L_LOCATION.ADDRESS.LLocationsetCity(String city)Setter forDB_ETERNAL.L_LOCATION.CITY.LLocationsetCode(String code)Setter forDB_ETERNAL.L_LOCATION.CODE.LLocationsetCountry(String country)Setter forDB_ETERNAL.L_LOCATION.COUNTRY.LLocationsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.L_LOCATION.CREATED_AT.LLocationsetCreatedBy(String createdBy)Setter forDB_ETERNAL.L_LOCATION.CREATED_BY.LLocationsetFullName(String fullName)Setter forDB_ETERNAL.L_LOCATION.FULL_NAME.LLocationsetKey(String key)Setter forDB_ETERNAL.L_LOCATION.KEY.LLocationsetLanguage(String language)Setter forDB_ETERNAL.L_LOCATION.LANGUAGE.LLocationsetMetadata(String metadata)Setter forDB_ETERNAL.L_LOCATION.METADATA.LLocationsetName(String name)Setter forDB_ETERNAL.L_LOCATION.NAME.LLocationsetPostal(String postal)Setter forDB_ETERNAL.L_LOCATION.POSTAL.LLocationsetRegion(String region)Setter forDB_ETERNAL.L_LOCATION.REGION.LLocationsetRegionId(String regionId)Setter forDB_ETERNAL.L_LOCATION.REGION_ID.LLocationsetSigma(String sigma)Setter forDB_ETERNAL.L_LOCATION.SIGMA.LLocationsetState(String state)Setter forDB_ETERNAL.L_LOCATION.STATE.LLocationsetStreet1(String street1)Setter forDB_ETERNAL.L_LOCATION.STREET1.LLocationsetStreet2(String street2)Setter forDB_ETERNAL.L_LOCATION.STREET2.LLocationsetStreet3(String street3)Setter forDB_ETERNAL.L_LOCATION.STREET3.LLocationsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT.LLocationsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cn.vertxup.lbs.domain.tables.interfaces.ILLocation
fromJson, toJson
-
-
-
-
Constructor Detail
-
LLocation
public LLocation()
-
LLocation
public LLocation(ILLocation value)
-
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 Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.L_LOCATION.KEY. 「key」- 主键- Specified by:
getKeyin interfaceILLocation
-
setKey
public LLocation setKey(String key)
Setter forDB_ETERNAL.L_LOCATION.KEY. 「key」- 主键- Specified by:
setKeyin interfaceILLocation
-
getName
public String getName()
Getter forDB_ETERNAL.L_LOCATION.NAME. 「name」- 名称- Specified by:
getNamein interfaceILLocation
-
setName
public LLocation setName(String name)
Setter forDB_ETERNAL.L_LOCATION.NAME. 「name」- 名称- Specified by:
setNamein interfaceILLocation
-
getCode
public String getCode()
Getter forDB_ETERNAL.L_LOCATION.CODE. 「code」- 编码- Specified by:
getCodein interfaceILLocation
-
setCode
public LLocation setCode(String code)
Setter forDB_ETERNAL.L_LOCATION.CODE. 「code」- 编码- Specified by:
setCodein interfaceILLocation
-
getAddress
public String getAddress()
Getter forDB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址- Specified by:
getAddressin interfaceILLocation
-
setAddress
public LLocation setAddress(String address)
Setter forDB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址- Specified by:
setAddressin interfaceILLocation
-
getCity
public String getCity()
Getter forDB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市- Specified by:
getCityin interfaceILLocation
-
setCity
public LLocation setCity(String city)
Setter forDB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市- Specified by:
setCityin interfaceILLocation
-
getCountry
public String getCountry()
Getter forDB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家- Specified by:
getCountryin interfaceILLocation
-
setCountry
public LLocation setCountry(String country)
Setter forDB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家- Specified by:
setCountryin interfaceILLocation
-
getRegion
public String getRegion()
Getter forDB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域- Specified by:
getRegionin interfaceILLocation
-
setRegion
public LLocation setRegion(String region)
Setter forDB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域- Specified by:
setRegionin interfaceILLocation
-
getFullName
public String getFullName()
Getter forDB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称- Specified by:
getFullNamein interfaceILLocation
-
setFullName
public LLocation setFullName(String fullName)
Setter forDB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称- Specified by:
setFullNamein interfaceILLocation
-
getState
public String getState()
Getter forDB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会- Specified by:
getStatein interfaceILLocation
-
setState
public LLocation setState(String state)
Setter forDB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会- Specified by:
setStatein interfaceILLocation
-
getStreet1
public String getStreet1()
Getter forDB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1- Specified by:
getStreet1in interfaceILLocation
-
setStreet1
public LLocation setStreet1(String street1)
Setter forDB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1- Specified by:
setStreet1in interfaceILLocation
-
getStreet2
public String getStreet2()
Getter forDB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2- Specified by:
getStreet2in interfaceILLocation
-
setStreet2
public LLocation setStreet2(String street2)
Setter forDB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2- Specified by:
setStreet2in interfaceILLocation
-
getStreet3
public String getStreet3()
Getter forDB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3- Specified by:
getStreet3in interfaceILLocation
-
setStreet3
public LLocation setStreet3(String street3)
Setter forDB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3- Specified by:
setStreet3in interfaceILLocation
-
getPostal
public String getPostal()
Getter forDB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码- Specified by:
getPostalin interfaceILLocation
-
setPostal
public LLocation setPostal(String postal)
Setter forDB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码- Specified by:
setPostalin interfaceILLocation
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceILLocation
-
setMetadata
public LLocation setMetadata(String metadata)
Setter forDB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceILLocation
-
getRegionId
public String getRegionId()
Getter forDB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID- Specified by:
getRegionIdin interfaceILLocation
-
setRegionId
public LLocation setRegionId(String regionId)
Setter forDB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID- Specified by:
setRegionIdin interfaceILLocation
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用- Specified by:
getActivein interfaceILLocation
-
setActive
public LLocation setActive(Boolean active)
Setter forDB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用- Specified by:
setActivein interfaceILLocation
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识- Specified by:
getSigmain interfaceILLocation
-
setSigma
public LLocation setSigma(String sigma)
Setter forDB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识- Specified by:
setSigmain interfaceILLocation
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceILLocation
-
setLanguage
public LLocation setLanguage(String language)
Setter forDB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceILLocation
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceILLocation
-
setCreatedAt
public LLocation setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceILLocation
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceILLocation
-
setCreatedBy
public LLocation setCreatedBy(String createdBy)
Setter forDB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceILLocation
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceILLocation
-
setUpdatedAt
public LLocation setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceILLocation
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceILLocation
-
setUpdatedBy
public LLocation setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceILLocation
-
from
public void from(ILLocation from)
Description copied from interface:ILLocationLoad data from another generated Record/POJO implementing the common interface ILLocation- Specified by:
fromin interfaceILLocation
-
into
public <E extends ILLocation> E into(E into)
Description copied from interface:ILLocationCopy data into another generated Record/POJO implementing the common interface ILLocation- Specified by:
intoin interfaceILLocation
-
-