| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.interfaces | |
| cn.vertxup.erp.domain.tables.pojos | |
| cn.vertxup.erp.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IEDept> |
IEDept.into(E into)
Copy data into another generated Record/POJO implementing the common interface IEDept
|
| Modifier and Type | Method and Description |
|---|---|
default IEDept |
IEDept.fromJson(io.vertx.core.json.JsonObject json) |
IEDept |
IEDept.setActive(Boolean value)
Setter for
DB_ETERNAL.E_DEPT.ACTIVE. |
IEDept |
IEDept.setCode(String value)
Setter for
DB_ETERNAL.E_DEPT.CODE. |
IEDept |
IEDept.setComment(String value)
Setter for
DB_ETERNAL.E_DEPT.COMMENT. |
IEDept |
IEDept.setCompanyId(String value)
Setter for
DB_ETERNAL.E_DEPT.COMPANY_ID. |
IEDept |
IEDept.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_DEPT.CREATED_AT. |
IEDept |
IEDept.setCreatedBy(String value)
Setter for
DB_ETERNAL.E_DEPT.CREATED_BY. |
IEDept |
IEDept.setDeptId(String value)
Setter for
DB_ETERNAL.E_DEPT.DEPT_ID. |
IEDept |
IEDept.setKey(String value)
Setter for
DB_ETERNAL.E_DEPT.KEY. |
IEDept |
IEDept.setLanguage(String value)
Setter for
DB_ETERNAL.E_DEPT.LANGUAGE. |
IEDept |
IEDept.setManagerId(String value)
Setter for
DB_ETERNAL.E_DEPT.MANAGER_ID. |
IEDept |
IEDept.setManagerName(String value)
Setter for
DB_ETERNAL.E_DEPT.MANAGER_NAME. |
IEDept |
IEDept.setMetadata(String value)
Setter for
DB_ETERNAL.E_DEPT.METADATA. |
IEDept |
IEDept.setName(String value)
Setter for
DB_ETERNAL.E_DEPT.NAME. |
IEDept |
IEDept.setSigma(String value)
Setter for
DB_ETERNAL.E_DEPT.SIGMA. |
IEDept |
IEDept.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_DEPT.UPDATED_AT. |
IEDept |
IEDept.setUpdatedBy(String value)
Setter for
DB_ETERNAL.E_DEPT.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IEDept.from(IEDept from)
Load data from another generated Record/POJO implementing the common interface IEDept
|
| Modifier and Type | Class and Description |
|---|---|
class |
EDept
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IEDept> |
EDept.into(E into)
Copy data into another generated Record/POJO implementing the common interface IEDept
|
| Modifier and Type | Method and Description |
|---|---|
void |
EDept.from(IEDept from)
Load data from another generated Record/POJO implementing the common interface IEDept
|
| Modifier and Type | Class and Description |
|---|---|
class |
EDeptRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IEDept> |
EDeptRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IEDept
|
| Modifier and Type | Method and Description |
|---|---|
void |
EDeptRecord.from(IEDept from)
Load data from another generated Record/POJO implementing the common interface IEDept
|
Copyright © 2021. All rights reserved.