Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IEEmployee
Packages that use IEEmployee
Package
Description
-
Uses of IEEmployee in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IEEmployeeModifier and TypeMethodDescription<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 IEEmployeeModifier and TypeMethodDescriptiondefault IEEmployeeIEEmployee.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.E_EMPLOYEE.ACTIVE.IEEmployee.setBankCard(String value) Setter forDB_ETERNAL.E_EMPLOYEE.BANK_CARD.Setter forDB_ETERNAL.E_EMPLOYEE.BANK_ID.IEEmployee.setCompanyId(String value) Setter forDB_ETERNAL.E_EMPLOYEE.COMPANY_ID.IEEmployee.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_EMPLOYEE.CREATED_AT.IEEmployee.setCreatedBy(String value) Setter forDB_ETERNAL.E_EMPLOYEE.CREATED_BY.Setter forDB_ETERNAL.E_EMPLOYEE.DEPT_ID.IEEmployee.setIdentityId(String value) Setter forDB_ETERNAL.E_EMPLOYEE.IDENTITY_ID.Setter forDB_ETERNAL.E_EMPLOYEE.KEY.IEEmployee.setLanguage(String value) Setter forDB_ETERNAL.E_EMPLOYEE.LANGUAGE.IEEmployee.setMetadata(String value) Setter forDB_ETERNAL.E_EMPLOYEE.METADATA.Setter forDB_ETERNAL.E_EMPLOYEE.SIGMA.Setter forDB_ETERNAL.E_EMPLOYEE.STATUS.Setter forDB_ETERNAL.E_EMPLOYEE.TEAM_ID.Setter forDB_ETERNAL.E_EMPLOYEE.TYPE.IEEmployee.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_EMPLOYEE.UPDATED_AT.IEEmployee.setUpdatedBy(String value) Setter forDB_ETERNAL.E_EMPLOYEE.UPDATED_BY.IEEmployee.setViceEmail(String value) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_EMAIL.IEEmployee.setViceMobile(String value) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_MOBILE.IEEmployee.setViceName(String value) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_NAME.IEEmployee.setWorkExtension(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION.IEEmployee.setWorkHireAt(LocalDateTime value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_HIRE_AT.IEEmployee.setWorkLocation(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_LOCATION.IEEmployee.setWorkNumber(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_NUMBER.IEEmployee.setWorkPhone(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_PHONE.IEEmployee.setWorkTitle(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_TITLE.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IEEmployeeModifier and TypeMethodDescriptionvoidIEEmployee.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 IEEmployeeMethods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IEEmployeeMethods in cn.vertxup.erp.domain.tables.pojos with parameters of type IEEmployeeConstructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IEEmployee -
Uses of IEEmployee in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IEEmployeeMethods in cn.vertxup.erp.domain.tables.records with type parameters of type IEEmployeeMethods in cn.vertxup.erp.domain.tables.records with parameters of type IEEmployee