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