@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class LLocation extends Object implements ILLocation
This class is generated by jOOQ.
| Constructor and Description |
|---|
LLocation() |
LLocation(io.vertx.core.json.JsonObject json) |
LLocation(LLocation value) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(ILLocation from)
Load data from another generated Record/POJO implementing the common interface ILLocation
|
Boolean |
getActive()
Getter for
DB_ETERNAL.L_LOCATION.ACTIVE. |
String |
getAddress()
Getter for
DB_ETERNAL.L_LOCATION.ADDRESS. |
String |
getCity()
Getter for
DB_ETERNAL.L_LOCATION.CITY. |
String |
getCode()
Getter for
DB_ETERNAL.L_LOCATION.CODE. |
String |
getCountry()
Getter for
DB_ETERNAL.L_LOCATION.COUNTRY. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.L_LOCATION.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.L_LOCATION.CREATED_BY. |
String |
getFullName()
Getter for
DB_ETERNAL.L_LOCATION.FULL_NAME. |
String |
getKey()
Getter for
DB_ETERNAL.L_LOCATION.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.L_LOCATION.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.L_LOCATION.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.L_LOCATION.NAME. |
String |
getPostal()
Getter for
DB_ETERNAL.L_LOCATION.POSTAL. |
String |
getRegion()
Getter for
DB_ETERNAL.L_LOCATION.REGION. |
String |
getRegionId()
Getter for
DB_ETERNAL.L_LOCATION.REGION_ID. |
String |
getSigma()
Getter for
DB_ETERNAL.L_LOCATION.SIGMA. |
String |
getState()
Getter for
DB_ETERNAL.L_LOCATION.STATE. |
String |
getStreet1()
Getter for
DB_ETERNAL.L_LOCATION.STREET1. |
String |
getStreet2()
Getter for
DB_ETERNAL.L_LOCATION.STREET2. |
String |
getStreet3()
Getter for
DB_ETERNAL.L_LOCATION.STREET3. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.L_LOCATION.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.L_LOCATION.UPDATED_BY. |
<E extends ILLocation> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ILLocation
|
LLocation |
setActive(Boolean active)
Setter for
DB_ETERNAL.L_LOCATION.ACTIVE. |
LLocation |
setAddress(String address)
Setter for
DB_ETERNAL.L_LOCATION.ADDRESS. |
LLocation |
setCity(String city)
Setter for
DB_ETERNAL.L_LOCATION.CITY. |
LLocation |
setCode(String code)
Setter for
DB_ETERNAL.L_LOCATION.CODE. |
LLocation |
setCountry(String country)
Setter for
DB_ETERNAL.L_LOCATION.COUNTRY. |
LLocation |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.L_LOCATION.CREATED_AT. |
LLocation |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.L_LOCATION.CREATED_BY. |
LLocation |
setFullName(String fullName)
Setter for
DB_ETERNAL.L_LOCATION.FULL_NAME. |
LLocation |
setKey(String key)
Setter for
DB_ETERNAL.L_LOCATION.KEY. |
LLocation |
setLanguage(String language)
Setter for
DB_ETERNAL.L_LOCATION.LANGUAGE. |
LLocation |
setMetadata(String metadata)
Setter for
DB_ETERNAL.L_LOCATION.METADATA. |
LLocation |
setName(String name)
Setter for
DB_ETERNAL.L_LOCATION.NAME. |
LLocation |
setPostal(String postal)
Setter for
DB_ETERNAL.L_LOCATION.POSTAL. |
LLocation |
setRegion(String region)
Setter for
DB_ETERNAL.L_LOCATION.REGION. |
LLocation |
setRegionId(String regionId)
Setter for
DB_ETERNAL.L_LOCATION.REGION_ID. |
LLocation |
setSigma(String sigma)
Setter for
DB_ETERNAL.L_LOCATION.SIGMA. |
LLocation |
setState(String state)
Setter for
DB_ETERNAL.L_LOCATION.STATE. |
LLocation |
setStreet1(String street1)
Setter for
DB_ETERNAL.L_LOCATION.STREET1. |
LLocation |
setStreet2(String street2)
Setter for
DB_ETERNAL.L_LOCATION.STREET2. |
LLocation |
setStreet3(String street3)
Setter for
DB_ETERNAL.L_LOCATION.STREET3. |
LLocation |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.L_LOCATION.UPDATED_AT. |
LLocation |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.L_LOCATION.UPDATED_BY. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic LLocation()
public LLocation(LLocation value)
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)
public LLocation(io.vertx.core.json.JsonObject json)
public String getKey()
ILLocationGetter for DB_ETERNAL.L_LOCATION.KEY. 「key」- 主键
getKey in interface ILLocationpublic LLocation setKey(String key)
ILLocationSetter for DB_ETERNAL.L_LOCATION.KEY. 「key」- 主键
setKey in interface ILLocationpublic String getName()
ILLocationGetter for DB_ETERNAL.L_LOCATION.NAME. 「name」- 名称
getName in interface ILLocationpublic LLocation setName(String name)
ILLocationSetter for DB_ETERNAL.L_LOCATION.NAME. 「name」- 名称
setName in interface ILLocationpublic String getCode()
ILLocationGetter for DB_ETERNAL.L_LOCATION.CODE. 「code」- 编码
getCode in interface ILLocationpublic LLocation setCode(String code)
ILLocationSetter for DB_ETERNAL.L_LOCATION.CODE. 「code」- 编码
setCode in interface ILLocationpublic String getAddress()
ILLocationGetter for DB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
getAddress in interface ILLocationpublic LLocation setAddress(String address)
ILLocationSetter for DB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
setAddress in interface ILLocationpublic String getCity()
ILLocationGetter for DB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
getCity in interface ILLocationpublic LLocation setCity(String city)
ILLocationSetter for DB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
setCity in interface ILLocationpublic String getCountry()
ILLocationGetter for DB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
getCountry in interface ILLocationpublic LLocation setCountry(String country)
ILLocationSetter for DB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
setCountry in interface ILLocationpublic String getRegion()
ILLocationGetter for DB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
getRegion in interface ILLocationpublic LLocation setRegion(String region)
ILLocationSetter for DB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
setRegion in interface ILLocationpublic String getFullName()
ILLocationGetter for DB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
getFullName in interface ILLocationpublic LLocation setFullName(String fullName)
ILLocationSetter for DB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
setFullName in interface ILLocationpublic String getState()
ILLocationGetter for DB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
getState in interface ILLocationpublic LLocation setState(String state)
ILLocationSetter for DB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
setState in interface ILLocationpublic String getStreet1()
ILLocationGetter for DB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
getStreet1 in interface ILLocationpublic LLocation setStreet1(String street1)
ILLocationSetter for DB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
setStreet1 in interface ILLocationpublic String getStreet2()
ILLocationGetter for DB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
getStreet2 in interface ILLocationpublic LLocation setStreet2(String street2)
ILLocationSetter for DB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
setStreet2 in interface ILLocationpublic String getStreet3()
ILLocationGetter for DB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
getStreet3 in interface ILLocationpublic LLocation setStreet3(String street3)
ILLocationSetter for DB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
setStreet3 in interface ILLocationpublic String getPostal()
ILLocationGetter for DB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
getPostal in interface ILLocationpublic LLocation setPostal(String postal)
ILLocationSetter for DB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
setPostal in interface ILLocationpublic String getMetadata()
ILLocationGetter for DB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置
getMetadata in interface ILLocationpublic LLocation setMetadata(String metadata)
ILLocationSetter for DB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置
setMetadata in interface ILLocationpublic String getRegionId()
ILLocationGetter for DB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
getRegionId in interface ILLocationpublic LLocation setRegionId(String regionId)
ILLocationSetter for DB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
setRegionId in interface ILLocationpublic Boolean getActive()
ILLocationGetter for DB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用
getActive in interface ILLocationpublic LLocation setActive(Boolean active)
ILLocationSetter for DB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用
setActive in interface ILLocationpublic String getSigma()
ILLocationGetter for DB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识
getSigma in interface ILLocationpublic LLocation setSigma(String sigma)
ILLocationSetter for DB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识
setSigma in interface ILLocationpublic String getLanguage()
ILLocationGetter for DB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言
getLanguage in interface ILLocationpublic LLocation setLanguage(String language)
ILLocationSetter for DB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言
setLanguage in interface ILLocationpublic LocalDateTime getCreatedAt()
ILLocationGetter for DB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface ILLocationpublic LLocation setCreatedAt(LocalDateTime createdAt)
ILLocationSetter for DB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface ILLocationpublic String getCreatedBy()
ILLocationGetter for DB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface ILLocationpublic LLocation setCreatedBy(String createdBy)
ILLocationSetter for DB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface ILLocationpublic LocalDateTime getUpdatedAt()
ILLocationGetter for DB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface ILLocationpublic LLocation setUpdatedAt(LocalDateTime updatedAt)
ILLocationSetter for DB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface ILLocationpublic String getUpdatedBy()
ILLocationGetter for DB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface ILLocationpublic LLocation setUpdatedBy(String updatedBy)
ILLocationSetter for DB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface ILLocationpublic void from(ILLocation from)
Load data from another generated Record/POJO implementing the common interface ILLocation
from in interface ILLocationpublic <E extends ILLocation> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ILLocation
into in interface ILLocationCopyright © 2021. All rights reserved.