| Package | Description |
|---|---|
| cn.vertxup.ambient.domain.tables.interfaces | |
| cn.vertxup.ambient.domain.tables.pojos | |
| cn.vertxup.ambient.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IXCategory> |
IXCategory.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXCategory
|
| Modifier and Type | Method and Description |
|---|---|
default IXCategory |
IXCategory.fromJson(io.vertx.core.json.JsonObject json) |
IXCategory |
IXCategory.setActive(Boolean value)
Setter for
DB_ETERNAL.X_CATEGORY.ACTIVE. |
IXCategory |
IXCategory.setAppId(String value)
Setter for
DB_ETERNAL.X_CATEGORY.APP_ID. |
IXCategory |
IXCategory.setCode(String value)
Setter for
DB_ETERNAL.X_CATEGORY.CODE. |
IXCategory |
IXCategory.setComment(String value)
Setter for
DB_ETERNAL.X_CATEGORY.COMMENT. |
IXCategory |
IXCategory.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.X_CATEGORY.CREATED_AT. |
IXCategory |
IXCategory.setCreatedBy(String value)
Setter for
DB_ETERNAL.X_CATEGORY.CREATED_BY. |
IXCategory |
IXCategory.setIcon(String value)
Setter for
DB_ETERNAL.X_CATEGORY.ICON. |
IXCategory |
IXCategory.setIdentifier(String value)
Setter for
DB_ETERNAL.X_CATEGORY.IDENTIFIER. |
IXCategory |
IXCategory.setKey(String value)
Setter for
DB_ETERNAL.X_CATEGORY.KEY. |
IXCategory |
IXCategory.setLanguage(String value)
Setter for
DB_ETERNAL.X_CATEGORY.LANGUAGE. |
IXCategory |
IXCategory.setLeaf(Boolean value)
Setter for
DB_ETERNAL.X_CATEGORY.LEAF. |
IXCategory |
IXCategory.setMetadata(String value)
Setter for
DB_ETERNAL.X_CATEGORY.METADATA. |
IXCategory |
IXCategory.setName(String value)
Setter for
DB_ETERNAL.X_CATEGORY.NAME. |
IXCategory |
IXCategory.setParentId(String value)
Setter for
DB_ETERNAL.X_CATEGORY.PARENT_ID. |
IXCategory |
IXCategory.setSigma(String value)
Setter for
DB_ETERNAL.X_CATEGORY.SIGMA. |
IXCategory |
IXCategory.setSort(Integer value)
Setter for
DB_ETERNAL.X_CATEGORY.SORT. |
IXCategory |
IXCategory.setType(String value)
Setter for
DB_ETERNAL.X_CATEGORY.TYPE. |
IXCategory |
IXCategory.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.X_CATEGORY.UPDATED_AT. |
IXCategory |
IXCategory.setUpdatedBy(String value)
Setter for
DB_ETERNAL.X_CATEGORY.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IXCategory.from(IXCategory from)
Load data from another generated Record/POJO implementing the common interface IXCategory
|
| Modifier and Type | Class and Description |
|---|---|
class |
XCategory
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IXCategory> |
XCategory.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXCategory
|
| Modifier and Type | Method and Description |
|---|---|
void |
XCategory.from(IXCategory from)
Load data from another generated Record/POJO implementing the common interface IXCategory
|
| Modifier and Type | Class and Description |
|---|---|
class |
XCategoryRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IXCategory> |
XCategoryRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXCategory
|
| Modifier and Type | Method and Description |
|---|---|
void |
XCategoryRecord.from(IXCategory from)
Load data from another generated Record/POJO implementing the common interface IXCategory
|
Copyright © 2021. All rights reserved.