| Package | Description |
|---|---|
| cn.vertxup.erp.domain | |
| cn.vertxup.erp.domain.tables | |
| cn.vertxup.erp.domain.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<RTeamEmployeeRecord> |
Keys.KEY_R_TEAM_EMPLOYEE_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<RTeamEmployeeRecord,String> |
RTeamEmployee.COMMENT
The column
DB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. |
org.jooq.TableField<RTeamEmployeeRecord,String> |
RTeamEmployee.EMPLOYEE_ID
The column
DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. |
org.jooq.TableField<RTeamEmployeeRecord,String> |
RTeamEmployee.TEAM_ID
The column
DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<RTeamEmployeeRecord>> |
RTeamEmployee.getKeys() |
org.jooq.UniqueKey<RTeamEmployeeRecord> |
RTeamEmployee.getPrimaryKey() |
Class<RTeamEmployeeRecord> |
RTeamEmployee.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
RTeamEmployeeRecord |
RTeamEmployeeRecord.setComment(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. |
RTeamEmployeeRecord |
RTeamEmployeeRecord.setEmployeeId(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. |
RTeamEmployeeRecord |
RTeamEmployeeRecord.setTeamId(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. |
RTeamEmployeeRecord |
RTeamEmployeeRecord.value1(String value) |
RTeamEmployeeRecord |
RTeamEmployeeRecord.value2(String value) |
RTeamEmployeeRecord |
RTeamEmployeeRecord.value3(String value) |
RTeamEmployeeRecord |
RTeamEmployeeRecord.values(String value1,
String value2,
String value3) |
Copyright © 2021. All rights reserved.