| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.interfaces | |
| cn.vertxup.ui.domain.tables.pojos | |
| cn.vertxup.ui.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiLayout> |
IUiLayout.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiLayout
|
| Modifier and Type | Method and Description |
|---|---|
default IUiLayout |
IUiLayout.fromJson(io.vertx.core.json.JsonObject json) |
IUiLayout |
IUiLayout.setActive(Boolean value)
Setter for
DB_ETERNAL.UI_LAYOUT.ACTIVE. |
IUiLayout |
IUiLayout.setConfig(String value)
Setter for
DB_ETERNAL.UI_LAYOUT.CONFIG. |
IUiLayout |
IUiLayout.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_LAYOUT.CREATED_AT. |
IUiLayout |
IUiLayout.setCreatedBy(String value)
Setter for
DB_ETERNAL.UI_LAYOUT.CREATED_BY. |
IUiLayout |
IUiLayout.setKey(String value)
Setter for
DB_ETERNAL.UI_LAYOUT.KEY. |
IUiLayout |
IUiLayout.setLanguage(String value)
Setter for
DB_ETERNAL.UI_LAYOUT.LANGUAGE. |
IUiLayout |
IUiLayout.setMetadata(String value)
Setter for
DB_ETERNAL.UI_LAYOUT.METADATA. |
IUiLayout |
IUiLayout.setName(String value)
Setter for
DB_ETERNAL.UI_LAYOUT.NAME. |
IUiLayout |
IUiLayout.setSigma(String value)
Setter for
DB_ETERNAL.UI_LAYOUT.SIGMA. |
IUiLayout |
IUiLayout.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_LAYOUT.UPDATED_AT. |
IUiLayout |
IUiLayout.setUpdatedBy(String value)
Setter for
DB_ETERNAL.UI_LAYOUT.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IUiLayout.from(IUiLayout from)
Load data from another generated Record/POJO implementing the common interface IUiLayout
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiLayout
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiLayout> |
UiLayout.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiLayout
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiLayout.from(IUiLayout from)
Load data from another generated Record/POJO implementing the common interface IUiLayout
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiLayoutRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiLayout> |
UiLayoutRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiLayout
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiLayoutRecord.from(IUiLayout from)
Load data from another generated Record/POJO implementing the common interface IUiLayout
|
Copyright © 2021. All rights reserved.