| Package | Description |
|---|---|
| cn.vertxup.lbs.domain.tables.interfaces | |
| cn.vertxup.lbs.domain.tables.pojos | |
| cn.vertxup.lbs.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends ILLocation> |
ILLocation.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILLocation
|
| Modifier and Type | Method and Description |
|---|---|
default ILLocation |
ILLocation.fromJson(io.vertx.core.json.JsonObject json) |
ILLocation |
ILLocation.setActive(Boolean value)
Setter for
DB_ETERNAL.L_LOCATION.ACTIVE. |
ILLocation |
ILLocation.setAddress(String value)
Setter for
DB_ETERNAL.L_LOCATION.ADDRESS. |
ILLocation |
ILLocation.setCity(String value)
Setter for
DB_ETERNAL.L_LOCATION.CITY. |
ILLocation |
ILLocation.setCode(String value)
Setter for
DB_ETERNAL.L_LOCATION.CODE. |
ILLocation |
ILLocation.setCountry(String value)
Setter for
DB_ETERNAL.L_LOCATION.COUNTRY. |
ILLocation |
ILLocation.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_LOCATION.CREATED_AT. |
ILLocation |
ILLocation.setCreatedBy(String value)
Setter for
DB_ETERNAL.L_LOCATION.CREATED_BY. |
ILLocation |
ILLocation.setFullName(String value)
Setter for
DB_ETERNAL.L_LOCATION.FULL_NAME. |
ILLocation |
ILLocation.setKey(String value)
Setter for
DB_ETERNAL.L_LOCATION.KEY. |
ILLocation |
ILLocation.setLanguage(String value)
Setter for
DB_ETERNAL.L_LOCATION.LANGUAGE. |
ILLocation |
ILLocation.setMetadata(String value)
Setter for
DB_ETERNAL.L_LOCATION.METADATA. |
ILLocation |
ILLocation.setName(String value)
Setter for
DB_ETERNAL.L_LOCATION.NAME. |
ILLocation |
ILLocation.setPostal(String value)
Setter for
DB_ETERNAL.L_LOCATION.POSTAL. |
ILLocation |
ILLocation.setRegion(String value)
Setter for
DB_ETERNAL.L_LOCATION.REGION. |
ILLocation |
ILLocation.setRegionId(String value)
Setter for
DB_ETERNAL.L_LOCATION.REGION_ID. |
ILLocation |
ILLocation.setSigma(String value)
Setter for
DB_ETERNAL.L_LOCATION.SIGMA. |
ILLocation |
ILLocation.setState(String value)
Setter for
DB_ETERNAL.L_LOCATION.STATE. |
ILLocation |
ILLocation.setStreet1(String value)
Setter for
DB_ETERNAL.L_LOCATION.STREET1. |
ILLocation |
ILLocation.setStreet2(String value)
Setter for
DB_ETERNAL.L_LOCATION.STREET2. |
ILLocation |
ILLocation.setStreet3(String value)
Setter for
DB_ETERNAL.L_LOCATION.STREET3. |
ILLocation |
ILLocation.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_LOCATION.UPDATED_AT. |
ILLocation |
ILLocation.setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_LOCATION.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
ILLocation.from(ILLocation from)
Load data from another generated Record/POJO implementing the common interface ILLocation
|
| Modifier and Type | Class and Description |
|---|---|
class |
LLocation
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILLocation> |
LLocation.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILLocation
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLocation.from(ILLocation from)
Load data from another generated Record/POJO implementing the common interface ILLocation
|
| Modifier and Type | Class and Description |
|---|---|
class |
LLocationRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILLocation> |
LLocationRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILLocation
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLocationRecord.from(ILLocation from)
Load data from another generated Record/POJO implementing the common interface ILLocation
|
Copyright © 2021. All rights reserved.