Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IEDept
-
Packages that use IEDept Package Description cn.vertxup.erp.domain.tables.interfaces cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of IEDept in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IEDept Modifier and Type Method Description <E extends IEDept>
EIEDept. into(E into)Copy data into another generated Record/POJO implementing the common interface IEDeptMethods in cn.vertxup.erp.domain.tables.interfaces that return IEDept Modifier and Type Method Description default IEDeptIEDept. fromJson(io.vertx.core.json.JsonObject json)IEDeptIEDept. setActive(Boolean value)Setter forDB_ETERNAL.E_DEPT.ACTIVE.IEDeptIEDept. setCode(String value)Setter forDB_ETERNAL.E_DEPT.CODE.IEDeptIEDept. setComment(String value)Setter forDB_ETERNAL.E_DEPT.COMMENT.IEDeptIEDept. setCompanyId(String value)Setter forDB_ETERNAL.E_DEPT.COMPANY_ID.IEDeptIEDept. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_DEPT.CREATED_AT.IEDeptIEDept. setCreatedBy(String value)Setter forDB_ETERNAL.E_DEPT.CREATED_BY.IEDeptIEDept. setDeptId(String value)Setter forDB_ETERNAL.E_DEPT.DEPT_ID.IEDeptIEDept. setKey(String value)Setter forDB_ETERNAL.E_DEPT.KEY.IEDeptIEDept. setLanguage(String value)Setter forDB_ETERNAL.E_DEPT.LANGUAGE.IEDeptIEDept. setManagerId(String value)Setter forDB_ETERNAL.E_DEPT.MANAGER_ID.IEDeptIEDept. setManagerName(String value)Setter forDB_ETERNAL.E_DEPT.MANAGER_NAME.IEDeptIEDept. setMetadata(String value)Setter forDB_ETERNAL.E_DEPT.METADATA.IEDeptIEDept. setName(String value)Setter forDB_ETERNAL.E_DEPT.NAME.IEDeptIEDept. setSigma(String value)Setter forDB_ETERNAL.E_DEPT.SIGMA.IEDeptIEDept. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_DEPT.UPDATED_AT.IEDeptIEDept. setUpdatedBy(String value)Setter forDB_ETERNAL.E_DEPT.UPDATED_BY.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IEDept Modifier and Type Method Description voidIEDept. from(IEDept from)Load data from another generated Record/POJO implementing the common interface IEDept -
Uses of IEDept in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IEDept Modifier and Type Class Description classEDeptThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IEDept Modifier and Type Method Description <E extends IEDept>
EEDept. into(E into)Methods in cn.vertxup.erp.domain.tables.pojos with parameters of type IEDept Modifier and Type Method Description voidEDept. from(IEDept from)Constructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IEDept Constructor Description EDept(IEDept value) -
Uses of IEDept in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IEDept Modifier and Type Class Description classEDeptRecordThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.records with type parameters of type IEDept Modifier and Type Method Description <E extends IEDept>
EEDeptRecord. into(E into)Methods in cn.vertxup.erp.domain.tables.records with parameters of type IEDept Modifier and Type Method Description voidEDeptRecord. from(IEDept from)
-