| 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 IUiOp> |
IUiOp.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiOp
|
| Modifier and Type | Method and Description |
|---|---|
default IUiOp |
IUiOp.fromJson(io.vertx.core.json.JsonObject json) |
IUiOp |
IUiOp.setAction(String value)
Setter for
DB_ETERNAL.UI_OP.ACTION. |
IUiOp |
IUiOp.setActive(Boolean value)
Setter for
DB_ETERNAL.UI_OP.ACTIVE. |
IUiOp |
IUiOp.setClientId(String value)
Setter for
DB_ETERNAL.UI_OP.CLIENT_ID. |
IUiOp |
IUiOp.setClientKey(String value)
Setter for
DB_ETERNAL.UI_OP.CLIENT_KEY. |
IUiOp |
IUiOp.setConfig(String value)
Setter for
DB_ETERNAL.UI_OP.CONFIG. |
IUiOp |
IUiOp.setControlId(String value)
Setter for
DB_ETERNAL.UI_OP.CONTROL_ID. |
IUiOp |
IUiOp.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_OP.CREATED_AT. |
IUiOp |
IUiOp.setCreatedBy(String value)
Setter for
DB_ETERNAL.UI_OP.CREATED_BY. |
IUiOp |
IUiOp.setEvent(String value)
Setter for
DB_ETERNAL.UI_OP.EVENT. |
IUiOp |
IUiOp.setKey(String value)
Setter for
DB_ETERNAL.UI_OP.KEY. |
IUiOp |
IUiOp.setLanguage(String value)
Setter for
DB_ETERNAL.UI_OP.LANGUAGE. |
IUiOp |
IUiOp.setMetadata(String value)
Setter for
DB_ETERNAL.UI_OP.METADATA. |
IUiOp |
IUiOp.setPlugin(String value)
Setter for
DB_ETERNAL.UI_OP.PLUGIN. |
IUiOp |
IUiOp.setSigma(String value)
Setter for
DB_ETERNAL.UI_OP.SIGMA. |
IUiOp |
IUiOp.setText(String value)
Setter for
DB_ETERNAL.UI_OP.TEXT. |
IUiOp |
IUiOp.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_OP.UPDATED_AT. |
IUiOp |
IUiOp.setUpdatedBy(String value)
Setter for
DB_ETERNAL.UI_OP.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IUiOp.from(IUiOp from)
Load data from another generated Record/POJO implementing the common interface IUiOp
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiOp
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiOp> |
UiOp.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiOp
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiOp.from(IUiOp from)
Load data from another generated Record/POJO implementing the common interface IUiOp
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiOpRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiOp> |
UiOpRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiOp
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiOpRecord.from(IUiOp from)
Load data from another generated Record/POJO implementing the common interface IUiOp
|
Copyright © 2020. All rights reserved.