Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.ITVendorHour
Packages that use ITVendorHour
Package
Description
-
Uses of ITVendorHour in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type ITVendorHourModifier and TypeMethodDescription<E extends ITVendorHour>
EITVendorHour.into(E into) Copy data into another generated Record/POJO implementing the common interface ITVendorHourMethods in cn.vertxup.erp.domain.tables.interfaces that return ITVendorHourModifier and TypeMethodDescriptiondefault ITVendorHourITVendorHour.fromJson(io.vertx.core.json.JsonObject json) ITVendorHour.setClassification(String value) Setter forDB_ETERNAL.T_VENDOR_HOUR.CLASSIFICATION.ITVendorHour.setCommentExtension(String value) Setter forDB_ETERNAL.T_VENDOR_HOUR.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_VENDOR_HOUR.DAYS.ITVendorHour.setEndAt(LocalDateTime value) Setter forDB_ETERNAL.T_VENDOR_HOUR.END_AT.ITVendorHour.setFromAt(LocalDateTime value) Setter forDB_ETERNAL.T_VENDOR_HOUR.FROM_AT.ITVendorHour.setFromType(String value) Setter forDB_ETERNAL.T_VENDOR_HOUR.FROM_TYPE.Setter forDB_ETERNAL.T_VENDOR_HOUR.KEY.ITVendorHour.setRequestType(String value) Setter forDB_ETERNAL.T_VENDOR_HOUR.REQUEST_TYPE.ITVendorHour.setStartAt(LocalDateTime value) Setter forDB_ETERNAL.T_VENDOR_HOUR.START_AT.ITVendorHour.setToAt(LocalDateTime value) Setter forDB_ETERNAL.T_VENDOR_HOUR.TO_AT.Setter forDB_ETERNAL.T_VENDOR_HOUR.TO_TYPE.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type ITVendorHourModifier and TypeMethodDescriptionvoidITVendorHour.from(ITVendorHour from) Load data from another generated Record/POJO implementing the common interface ITVendorHour -
Uses of ITVendorHour in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement ITVendorHourMethods in cn.vertxup.erp.domain.tables.pojos with type parameters of type ITVendorHourMethods in cn.vertxup.erp.domain.tables.pojos with parameters of type ITVendorHourConstructors in cn.vertxup.erp.domain.tables.pojos with parameters of type ITVendorHour -
Uses of ITVendorHour in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement ITVendorHourMethods in cn.vertxup.erp.domain.tables.records with type parameters of type ITVendorHourMethods in cn.vertxup.erp.domain.tables.records with parameters of type ITVendorHour