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