Interface IRTeamEmployee
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
RTeamEmployee,RTeamEmployeeRecord
public interface IRTeamEmployee extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(IRTeamEmployee from)Load data from another generated Record/POJO implementing the common interface IRTeamEmployeedefault IRTeamEmployeefromJson(io.vertx.core.json.JsonObject json)StringgetComment()Getter forDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT.StringgetEmployeeId()Getter forDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID.StringgetTeamId()Getter forDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID.<E extends IRTeamEmployee>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IRTeamEmployeeIRTeamEmployeesetComment(String value)Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT.IRTeamEmployeesetEmployeeId(String value)Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID.IRTeamEmployeesetTeamId(String value)Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
setTeamId
IRTeamEmployee setTeamId(String value)
Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. 「teamId」- 组的ID
-
getTeamId
String getTeamId()
Getter forDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. 「teamId」- 组的ID
-
setEmployeeId
IRTeamEmployee setEmployeeId(String value)
Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. 「employeeId」- 员工ID
-
getEmployeeId
String getEmployeeId()
Getter forDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. 「employeeId」- 员工ID
-
setComment
IRTeamEmployee setComment(String value)
Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. 「comment」- 关系备注
-
getComment
String getComment()
Getter forDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. 「comment」- 关系备注
-
from
void from(IRTeamEmployee from)
Load data from another generated Record/POJO implementing the common interface IRTeamEmployee
-
into
<E extends IRTeamEmployee> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRTeamEmployee
-
fromJson
default IRTeamEmployee fromJson(io.vertx.core.json.JsonObject json)
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-