Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IEEmployee
-
Packages that use IEEmployee Package Description cn.vertxup.erp.domain.tables.interfaces cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of IEEmployee in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IEEmployee Modifier and Type Method Description <E extends IEEmployee>
EIEEmployee. into(E into)Copy data into another generated Record/POJO implementing the common interface IEEmployeeMethods in cn.vertxup.erp.domain.tables.interfaces that return IEEmployee Modifier and Type Method Description default IEEmployeeIEEmployee. fromJson(io.vertx.core.json.JsonObject json)IEEmployeeIEEmployee. setActive(Boolean value)Setter forDB_ETERNAL.E_EMPLOYEE.ACTIVE.IEEmployeeIEEmployee. setCompanyId(String value)Setter forDB_ETERNAL.E_EMPLOYEE.COMPANY_ID.IEEmployeeIEEmployee. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_EMPLOYEE.CREATED_AT.IEEmployeeIEEmployee. setCreatedBy(String value)Setter forDB_ETERNAL.E_EMPLOYEE.CREATED_BY.IEEmployeeIEEmployee. setDeptId(String value)Setter forDB_ETERNAL.E_EMPLOYEE.DEPT_ID.IEEmployeeIEEmployee. setIdentityId(String value)Setter forDB_ETERNAL.E_EMPLOYEE.IDENTITY_ID.IEEmployeeIEEmployee. setKey(String value)Setter forDB_ETERNAL.E_EMPLOYEE.KEY.IEEmployeeIEEmployee. setLanguage(String value)Setter forDB_ETERNAL.E_EMPLOYEE.LANGUAGE.IEEmployeeIEEmployee. setMetadata(String value)Setter forDB_ETERNAL.E_EMPLOYEE.METADATA.IEEmployeeIEEmployee. setSigma(String value)Setter forDB_ETERNAL.E_EMPLOYEE.SIGMA.IEEmployeeIEEmployee. setTeamId(String value)Setter forDB_ETERNAL.E_EMPLOYEE.TEAM_ID.IEEmployeeIEEmployee. setType(String value)Setter forDB_ETERNAL.E_EMPLOYEE.TYPE.IEEmployeeIEEmployee. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_EMPLOYEE.UPDATED_AT.IEEmployeeIEEmployee. setUpdatedBy(String value)Setter forDB_ETERNAL.E_EMPLOYEE.UPDATED_BY.IEEmployeeIEEmployee. setViceEmail(String value)Setter forDB_ETERNAL.E_EMPLOYEE.VICE_EMAIL.IEEmployeeIEEmployee. setViceMobile(String value)Setter forDB_ETERNAL.E_EMPLOYEE.VICE_MOBILE.IEEmployeeIEEmployee. setViceName(String value)Setter forDB_ETERNAL.E_EMPLOYEE.VICE_NAME.IEEmployeeIEEmployee. setWorkExtension(String value)Setter forDB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION.IEEmployeeIEEmployee. setWorkLocation(String value)Setter forDB_ETERNAL.E_EMPLOYEE.WORK_LOCATION.IEEmployeeIEEmployee. setWorkNumber(String value)Setter forDB_ETERNAL.E_EMPLOYEE.WORK_NUMBER.IEEmployeeIEEmployee. setWorkPhone(String value)Setter forDB_ETERNAL.E_EMPLOYEE.WORK_PHONE.IEEmployeeIEEmployee. setWorkTitle(String value)Setter forDB_ETERNAL.E_EMPLOYEE.WORK_TITLE.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IEEmployee Modifier and Type Method Description voidIEEmployee. from(IEEmployee from)Load data from another generated Record/POJO implementing the common interface IEEmployee -
Uses of IEEmployee in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IEEmployee Modifier and Type Class Description classEEmployeeThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IEEmployee Modifier and Type Method Description <E extends IEEmployee>
EEEmployee. into(E into)Methods in cn.vertxup.erp.domain.tables.pojos with parameters of type IEEmployee Modifier and Type Method Description voidEEmployee. from(IEEmployee from)Constructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IEEmployee Constructor Description EEmployee(IEEmployee value) -
Uses of IEEmployee in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IEEmployee Modifier and Type Class Description classEEmployeeRecordThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.records with type parameters of type IEEmployee Modifier and Type Method Description <E extends IEEmployee>
EEEmployeeRecord. into(E into)Methods in cn.vertxup.erp.domain.tables.records with parameters of type IEEmployee Modifier and Type Method Description voidEEmployeeRecord. from(IEEmployee from)
-