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 Detail

      • setTeamId

        IRTeamEmployee setTeamId​(String value)
        Setter for DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. 「teamId」- 组的ID
      • getTeamId

        String getTeamId()
        Getter for DB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. 「teamId」- 组的ID
      • setEmployeeId

        IRTeamEmployee setEmployeeId​(String value)
        Setter for DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. 「employeeId」- 员工ID
      • getEmployeeId

        String getEmployeeId()
        Getter for DB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. 「employeeId」- 员工ID
      • setComment

        IRTeamEmployee setComment​(String value)
        Setter for DB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. 「comment」- 关系备注
      • getComment

        String getComment()
        Getter for DB_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:
        fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
      • toJson

        default io.vertx.core.json.JsonObject toJson()
        Specified by:
        toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo