Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IRTeamEmployee
-
Packages that use IRTeamEmployee Package Description cn.vertxup.erp.domain.tables.interfaces cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of IRTeamEmployee in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IRTeamEmployee Modifier and Type Method Description <E extends IRTeamEmployee>
EIRTeamEmployee. into(E into)Copy data into another generated Record/POJO implementing the common interface IRTeamEmployeeMethods in cn.vertxup.erp.domain.tables.interfaces that return IRTeamEmployee Modifier and Type Method Description default IRTeamEmployeeIRTeamEmployee. fromJson(io.vertx.core.json.JsonObject json)IRTeamEmployeeIRTeamEmployee. setComment(String value)Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT.IRTeamEmployeeIRTeamEmployee. setEmployeeId(String value)Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID.IRTeamEmployeeIRTeamEmployee. setTeamId(String value)Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IRTeamEmployee Modifier and Type Method Description voidIRTeamEmployee. from(IRTeamEmployee from)Load data from another generated Record/POJO implementing the common interface IRTeamEmployee -
Uses of IRTeamEmployee in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IRTeamEmployee Modifier and Type Class Description classRTeamEmployeeThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IRTeamEmployee Modifier and Type Method Description <E extends IRTeamEmployee>
ERTeamEmployee. into(E into)Methods in cn.vertxup.erp.domain.tables.pojos with parameters of type IRTeamEmployee Modifier and Type Method Description voidRTeamEmployee. from(IRTeamEmployee from)Constructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IRTeamEmployee Constructor Description RTeamEmployee(IRTeamEmployee value) -
Uses of IRTeamEmployee in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IRTeamEmployee Modifier and Type Class Description classRTeamEmployeeRecordThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.records with type parameters of type IRTeamEmployee Modifier and Type Method Description <E extends IRTeamEmployee>
ERTeamEmployeeRecord. into(E into)Methods in cn.vertxup.erp.domain.tables.records with parameters of type IRTeamEmployee Modifier and Type Method Description voidRTeamEmployeeRecord. from(IRTeamEmployee from)
-