| 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 ILCountry> |
ILCountry.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCountry
|
| Modifier and Type | Method and Description |
|---|---|
default ILCountry |
ILCountry.fromJson(io.vertx.core.json.JsonObject json) |
ILCountry |
ILCountry.setActive(Boolean value)
Setter for
DB_ETERNAL.L_COUNTRY.ACTIVE. |
ILCountry |
ILCountry.setCode(String value)
Setter for
DB_ETERNAL.L_COUNTRY.CODE. |
ILCountry |
ILCountry.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_COUNTRY.CREATED_AT. |
ILCountry |
ILCountry.setCreatedBy(String value)
Setter for
DB_ETERNAL.L_COUNTRY.CREATED_BY. |
ILCountry |
ILCountry.setCurrency(String value)
Setter for
DB_ETERNAL.L_COUNTRY.CURRENCY. |
ILCountry |
ILCountry.setFlag(String value)
Setter for
DB_ETERNAL.L_COUNTRY.FLAG. |
ILCountry |
ILCountry.setKey(String value)
Setter for
DB_ETERNAL.L_COUNTRY.KEY. |
ILCountry |
ILCountry.setLanguage(String value)
Setter for
DB_ETERNAL.L_COUNTRY.LANGUAGE. |
ILCountry |
ILCountry.setMetadata(String value)
Setter for
DB_ETERNAL.L_COUNTRY.METADATA. |
ILCountry |
ILCountry.setName(String value)
Setter for
DB_ETERNAL.L_COUNTRY.NAME. |
ILCountry |
ILCountry.setOrder(Integer value)
Setter for
DB_ETERNAL.L_COUNTRY.ORDER. |
ILCountry |
ILCountry.setPhonePrefix(String value)
Setter for
DB_ETERNAL.L_COUNTRY.PHONE_PREFIX. |
ILCountry |
ILCountry.setSigma(String value)
Setter for
DB_ETERNAL.L_COUNTRY.SIGMA. |
ILCountry |
ILCountry.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_COUNTRY.UPDATED_AT. |
ILCountry |
ILCountry.setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_COUNTRY.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
ILCountry.from(ILCountry from)
Load data from another generated Record/POJO implementing the common interface ILCountry
|
| Modifier and Type | Class and Description |
|---|---|
class |
LCountry
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILCountry> |
LCountry.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCountry
|
| Modifier and Type | Method and Description |
|---|---|
void |
LCountry.from(ILCountry from)
Load data from another generated Record/POJO implementing the common interface ILCountry
|
| Modifier and Type | Class and Description |
|---|---|
class |
LCountryRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILCountry> |
LCountryRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILCountry
|
| Modifier and Type | Method and Description |
|---|---|
void |
LCountryRecord.from(ILCountry from)
Load data from another generated Record/POJO implementing the common interface ILCountry
|
Copyright © 2021. All rights reserved.