Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IEJobLog
-
Packages that use IEJobLog Package Description cn.vertxup.erp.domain.tables.interfaces cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of IEJobLog in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IEJobLog Modifier and Type Method Description <E extends IEJobLog>
EIEJobLog. into(E into)Copy data into another generated Record/POJO implementing the common interface IEJobLogMethods in cn.vertxup.erp.domain.tables.interfaces that return IEJobLog Modifier and Type Method Description default IEJobLogIEJobLog. fromJson(io.vertx.core.json.JsonObject json)IEJobLogIEJobLog. setActive(Boolean value)Setter forDB_ETERNAL.E_JOB_LOG.ACTIVE.IEJobLogIEJobLog. setComment(String value)Setter forDB_ETERNAL.E_JOB_LOG.COMMENT.IEJobLogIEJobLog. setCompanyId(String value)Setter forDB_ETERNAL.E_JOB_LOG.COMPANY_ID.IEJobLogIEJobLog. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_JOB_LOG.CREATED_AT.IEJobLogIEJobLog. setCreatedBy(String value)Setter forDB_ETERNAL.E_JOB_LOG.CREATED_BY.IEJobLogIEJobLog. setKey(String value)Setter forDB_ETERNAL.E_JOB_LOG.KEY.IEJobLogIEJobLog. setLanguage(String value)Setter forDB_ETERNAL.E_JOB_LOG.LANGUAGE.IEJobLogIEJobLog. setLogAt(LocalDateTime value)Setter forDB_ETERNAL.E_JOB_LOG.LOG_AT.IEJobLogIEJobLog. setLogBy(String value)Setter forDB_ETERNAL.E_JOB_LOG.LOG_BY.IEJobLogIEJobLog. setLogName(String value)Setter forDB_ETERNAL.E_JOB_LOG.LOG_NAME.IEJobLogIEJobLog. setMetadata(String value)Setter forDB_ETERNAL.E_JOB_LOG.METADATA.IEJobLogIEJobLog. setName(String value)Setter forDB_ETERNAL.E_JOB_LOG.NAME.IEJobLogIEJobLog. setSerial(String value)Setter forDB_ETERNAL.E_JOB_LOG.SERIAL.IEJobLogIEJobLog. setSigma(String value)Setter forDB_ETERNAL.E_JOB_LOG.SIGMA.IEJobLogIEJobLog. setStatus(String value)Setter forDB_ETERNAL.E_JOB_LOG.STATUS.IEJobLogIEJobLog. setTodoId(String value)Setter forDB_ETERNAL.E_JOB_LOG.TODO_ID.IEJobLogIEJobLog. setType(String value)Setter forDB_ETERNAL.E_JOB_LOG.TYPE.IEJobLogIEJobLog. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_JOB_LOG.UPDATED_AT.IEJobLogIEJobLog. setUpdatedBy(String value)Setter forDB_ETERNAL.E_JOB_LOG.UPDATED_BY.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IEJobLog Modifier and Type Method Description voidIEJobLog. from(IEJobLog from)Load data from another generated Record/POJO implementing the common interface IEJobLog -
Uses of IEJobLog in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IEJobLog Modifier and Type Class Description classEJobLogThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IEJobLog Modifier and Type Method Description <E extends IEJobLog>
EEJobLog. into(E into)Methods in cn.vertxup.erp.domain.tables.pojos with parameters of type IEJobLog Modifier and Type Method Description voidEJobLog. from(IEJobLog from)Constructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IEJobLog Constructor Description EJobLog(IEJobLog value) -
Uses of IEJobLog in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IEJobLog Modifier and Type Class Description classEJobLogRecordThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.records with type parameters of type IEJobLog Modifier and Type Method Description <E extends IEJobLog>
EEJobLogRecord. into(E into)Methods in cn.vertxup.erp.domain.tables.records with parameters of type IEJobLog Modifier and Type Method Description voidEJobLogRecord. from(IEJobLog from)
-