@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface IRTeamEmployee extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRTeamEmployee from)
Load data from another generated Record/POJO implementing the common interface IRTeamEmployee
|
default IRTeamEmployee |
fromJson(io.vertx.core.json.JsonObject json) |
String |
getComment()
Getter for
DB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. |
String |
getEmployeeId()
Getter for
DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. |
String |
getTeamId()
Getter for
DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. |
<E extends IRTeamEmployee> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IRTeamEmployee
|
IRTeamEmployee |
setComment(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. |
IRTeamEmployee |
setEmployeeId(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. |
IRTeamEmployee |
setTeamId(String value)
Setter for
DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. |
default io.vertx.core.json.JsonObject |
toJson() |
IRTeamEmployee setTeamId(String value)
DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. 「teamId」- 组的IDString getTeamId()
DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. 「teamId」- 组的IDIRTeamEmployee setEmployeeId(String value)
DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. 「employeeId」- 员工IDString getEmployeeId()
DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. 「employeeId」- 员工IDIRTeamEmployee setComment(String value)
DB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. 「comment」- 关系备注String getComment()
DB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. 「comment」- 关系备注void from(IRTeamEmployee from)
<E extends IRTeamEmployee> E into(E into)
default IRTeamEmployee fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2020. All rights reserved.