| 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 IRTeamEmployee> |
IRTeamEmployee.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRTeamEmployee
|
| Modifier and Type | Method and Description |
|---|---|
default IRTeamEmployee |
IRTeamEmployee.fromJson(io.vertx.core.json.JsonObject json) |
IRTeamEmployee |
IRTeamEmployee.setComment(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. |
IRTeamEmployee |
IRTeamEmployee.setEmployeeId(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. |
IRTeamEmployee |
IRTeamEmployee.setTeamId(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
IRTeamEmployee.from(IRTeamEmployee from)
Load data from another generated Record/POJO implementing the common interface IRTeamEmployee
|
| Modifier and Type | Class and Description |
|---|---|
class |
RTeamEmployee
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IRTeamEmployee> |
RTeamEmployee.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRTeamEmployee
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTeamEmployee.from(IRTeamEmployee from)
Load data from another generated Record/POJO implementing the common interface IRTeamEmployee
|
| Modifier and Type | Class and Description |
|---|---|
class |
RTeamEmployeeRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IRTeamEmployee> |
RTeamEmployeeRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IRTeamEmployee
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTeamEmployeeRecord.from(IRTeamEmployee from)
Load data from another generated Record/POJO implementing the common interface IRTeamEmployee
|
Copyright © 2021. All rights reserved.