| 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 IUiForm> |
IUiForm.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiForm
|
| Modifier and Type | Method and Description |
|---|---|
default IUiForm |
IUiForm.fromJson(io.vertx.core.json.JsonObject json) |
IUiForm |
IUiForm.setActive(Boolean value)
Setter for
DB_ETERNAL.UI_FORM.ACTIVE. |
IUiForm |
IUiForm.setCode(String value)
Setter for
DB_ETERNAL.UI_FORM.CODE. |
IUiForm |
IUiForm.setColumns(Integer value)
Setter for
DB_ETERNAL.UI_FORM.COLUMNS. |
IUiForm |
IUiForm.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_FORM.CREATED_AT. |
IUiForm |
IUiForm.setCreatedBy(String value)
Setter for
DB_ETERNAL.UI_FORM.CREATED_BY. |
IUiForm |
IUiForm.setHidden(String value)
Setter for
DB_ETERNAL.UI_FORM.HIDDEN. |
IUiForm |
IUiForm.setIdentifier(String value)
Setter for
DB_ETERNAL.UI_FORM.IDENTIFIER. |
IUiForm |
IUiForm.setKey(String value)
Setter for
DB_ETERNAL.UI_FORM.KEY. |
IUiForm |
IUiForm.setLanguage(String value)
Setter for
DB_ETERNAL.UI_FORM.LANGUAGE. |
IUiForm |
IUiForm.setMetadata(String value)
Setter for
DB_ETERNAL.UI_FORM.METADATA. |
IUiForm |
IUiForm.setName(String value)
Setter for
DB_ETERNAL.UI_FORM.NAME. |
IUiForm |
IUiForm.setRow(String value)
Setter for
DB_ETERNAL.UI_FORM.ROW. |
IUiForm |
IUiForm.setSigma(String value)
Setter for
DB_ETERNAL.UI_FORM.SIGMA. |
IUiForm |
IUiForm.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_FORM.UPDATED_AT. |
IUiForm |
IUiForm.setUpdatedBy(String value)
Setter for
DB_ETERNAL.UI_FORM.UPDATED_BY. |
IUiForm |
IUiForm.setWindow(BigDecimal value)
Setter for
DB_ETERNAL.UI_FORM.WINDOW. |
| Modifier and Type | Method and Description |
|---|---|
void |
IUiForm.from(IUiForm from)
Load data from another generated Record/POJO implementing the common interface IUiForm
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiForm
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiForm> |
UiForm.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiForm
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiForm.from(IUiForm from)
Load data from another generated Record/POJO implementing the common interface IUiForm
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiFormRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiForm> |
UiFormRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiForm
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiFormRecord.from(IUiForm from)
Load data from another generated Record/POJO implementing the common interface IUiForm
|
Copyright © 2021. All rights reserved.