| Package | Description |
|---|---|
| cn.vertxup.graphic.domain.tables.interfaces | |
| cn.vertxup.graphic.domain.tables.pojos | |
| cn.vertxup.graphic.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IGGraphic> |
IGGraphic.into(E into)
Copy data into another generated Record/POJO implementing the common interface IGGraphic
|
| Modifier and Type | Method and Description |
|---|---|
default IGGraphic |
IGGraphic.fromJson(io.vertx.core.json.JsonObject json) |
IGGraphic |
IGGraphic.setActive(Boolean value)
Setter for
DB_ETERNAL.G_GRAPHIC.ACTIVE. |
IGGraphic |
IGGraphic.setCode(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.CODE. |
IGGraphic |
IGGraphic.setComments(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.COMMENTS. |
IGGraphic |
IGGraphic.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.G_GRAPHIC.CREATED_AT. |
IGGraphic |
IGGraphic.setCreatedBy(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.CREATED_BY. |
IGGraphic |
IGGraphic.setGraphicId(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.GRAPHIC_ID. |
IGGraphic |
IGGraphic.setKey(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.KEY. |
IGGraphic |
IGGraphic.setLanguage(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.LANGUAGE. |
IGGraphic |
IGGraphic.setMaster(Boolean value)
Setter for
DB_ETERNAL.G_GRAPHIC.MASTER. |
IGGraphic |
IGGraphic.setMetadata(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.METADATA. |
IGGraphic |
IGGraphic.setMode(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.MODE. |
IGGraphic |
IGGraphic.setModelCategory(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY. |
IGGraphic |
IGGraphic.setModelId(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.MODEL_ID. |
IGGraphic |
IGGraphic.setModelKey(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.MODEL_KEY. |
IGGraphic |
IGGraphic.setName(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.NAME. |
IGGraphic |
IGGraphic.setOwnerId(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.OWNER_ID. |
IGGraphic |
IGGraphic.setSigma(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.SIGMA. |
IGGraphic |
IGGraphic.setType(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.TYPE. |
IGGraphic |
IGGraphic.setUi(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.UI. |
IGGraphic |
IGGraphic.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.G_GRAPHIC.UPDATED_AT. |
IGGraphic |
IGGraphic.setUpdatedBy(String value)
Setter for
DB_ETERNAL.G_GRAPHIC.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IGGraphic.from(IGGraphic from)
Load data from another generated Record/POJO implementing the common interface IGGraphic
|
| Modifier and Type | Class and Description |
|---|---|
class |
GGraphic
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IGGraphic> |
GGraphic.into(E into)
Copy data into another generated Record/POJO implementing the common interface IGGraphic
|
| Modifier and Type | Method and Description |
|---|---|
void |
GGraphic.from(IGGraphic from)
Load data from another generated Record/POJO implementing the common interface IGGraphic
|
| Modifier and Type | Class and Description |
|---|---|
class |
GGraphicRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IGGraphic> |
GGraphicRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IGGraphic
|
| Modifier and Type | Method and Description |
|---|---|
void |
GGraphicRecord.from(IGGraphic from)
Load data from another generated Record/POJO implementing the common interface IGGraphic
|
Copyright © 2021. All rights reserved.