| 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 ILTent> |
ILTent.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILTent
|
| Modifier and Type | Method and Description |
|---|---|
default ILTent |
ILTent.fromJson(io.vertx.core.json.JsonObject json) |
ILTent |
ILTent.setActive(Boolean value)
Setter for
DB_ETERNAL.L_TENT.ACTIVE. |
ILTent |
ILTent.setCode(String value)
Setter for
DB_ETERNAL.L_TENT.CODE. |
ILTent |
ILTent.setContactName(String value)
Setter for
DB_ETERNAL.L_TENT.CONTACT_NAME. |
ILTent |
ILTent.setContactPhone(String value)
Setter for
DB_ETERNAL.L_TENT.CONTACT_PHONE. |
ILTent |
ILTent.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_TENT.CREATED_AT. |
ILTent |
ILTent.setCreatedBy(String value)
Setter for
DB_ETERNAL.L_TENT.CREATED_BY. |
ILTent |
ILTent.setKey(String value)
Setter for
DB_ETERNAL.L_TENT.KEY. |
ILTent |
ILTent.setLanguage(String value)
Setter for
DB_ETERNAL.L_TENT.LANGUAGE. |
ILTent |
ILTent.setLocationId(String value)
Setter for
DB_ETERNAL.L_TENT.LOCATION_ID. |
ILTent |
ILTent.setMetadata(String value)
Setter for
DB_ETERNAL.L_TENT.METADATA. |
ILTent |
ILTent.setName(String value)
Setter for
DB_ETERNAL.L_TENT.NAME. |
ILTent |
ILTent.setOrder(Integer value)
Setter for
DB_ETERNAL.L_TENT.ORDER. |
ILTent |
ILTent.setSigma(String value)
Setter for
DB_ETERNAL.L_TENT.SIGMA. |
ILTent |
ILTent.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_TENT.UPDATED_AT. |
ILTent |
ILTent.setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_TENT.UPDATED_BY. |
ILTent |
ILTent.setYardId(String value)
Setter for
DB_ETERNAL.L_TENT.YARD_ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
ILTent.from(ILTent from)
Load data from another generated Record/POJO implementing the common interface ILTent
|
| Modifier and Type | Class and Description |
|---|---|
class |
LTent
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILTent> |
LTent.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILTent
|
| Modifier and Type | Method and Description |
|---|---|
void |
LTent.from(ILTent from)
Load data from another generated Record/POJO implementing the common interface ILTent
|
| Modifier and Type | Class and Description |
|---|---|
class |
LTentRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ILTent> |
LTentRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ILTent
|
| Modifier and Type | Method and Description |
|---|---|
void |
LTentRecord.from(ILTent from)
Load data from another generated Record/POJO implementing the common interface ILTent
|
Copyright © 2021. All rights reserved.