Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IEBrand
-
Packages that use IEBrand Package Description cn.vertxup.erp.domain.tables.interfaces cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of IEBrand in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IEBrand Modifier and Type Method Description <E extends IEBrand>
EIEBrand. into(E into)Copy data into another generated Record/POJO implementing the common interface IEBrandMethods in cn.vertxup.erp.domain.tables.interfaces that return IEBrand Modifier and Type Method Description default IEBrandIEBrand. fromJson(io.vertx.core.json.JsonObject json)IEBrandIEBrand. setActive(Boolean value)Setter forDB_ETERNAL.E_BRAND.ACTIVE.IEBrandIEBrand. setAlias(String value)Setter forDB_ETERNAL.E_BRAND.ALIAS.IEBrandIEBrand. setArea(Integer value)Setter forDB_ETERNAL.E_BRAND.AREA.IEBrandIEBrand. setAreaCategory(String value)Setter forDB_ETERNAL.E_BRAND.AREA_CATEGORY.IEBrandIEBrand. setAreaName(String value)Setter forDB_ETERNAL.E_BRAND.AREA_NAME.IEBrandIEBrand. setCategoryCode(String value)Setter forDB_ETERNAL.E_BRAND.CATEGORY_CODE.IEBrandIEBrand. setCategoryName(String value)Setter forDB_ETERNAL.E_BRAND.CATEGORY_NAME.IEBrandIEBrand. setCode(String value)Setter forDB_ETERNAL.E_BRAND.CODE.IEBrandIEBrand. setCompanyName(String value)Setter forDB_ETERNAL.E_BRAND.COMPANY_NAME.IEBrandIEBrand. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_BRAND.CREATED_AT.IEBrandIEBrand. setCreatedBy(String value)Setter forDB_ETERNAL.E_BRAND.CREATED_BY.IEBrandIEBrand. setKey(String value)Setter forDB_ETERNAL.E_BRAND.KEY.IEBrandIEBrand. setLanguage(String value)Setter forDB_ETERNAL.E_BRAND.LANGUAGE.IEBrandIEBrand. setMetadata(String value)Setter forDB_ETERNAL.E_BRAND.METADATA.IEBrandIEBrand. setName(String value)Setter forDB_ETERNAL.E_BRAND.NAME.IEBrandIEBrand. setSigma(String value)Setter forDB_ETERNAL.E_BRAND.SIGMA.IEBrandIEBrand. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_BRAND.UPDATED_AT.IEBrandIEBrand. setUpdatedBy(String value)Setter forDB_ETERNAL.E_BRAND.UPDATED_BY.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IEBrand Modifier and Type Method Description voidIEBrand. from(IEBrand from)Load data from another generated Record/POJO implementing the common interface IEBrand -
Uses of IEBrand in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IEBrand Modifier and Type Class Description classEBrandThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IEBrand Modifier and Type Method Description <E extends IEBrand>
EEBrand. into(E into)Methods in cn.vertxup.erp.domain.tables.pojos with parameters of type IEBrand Modifier and Type Method Description voidEBrand. from(IEBrand from)Constructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IEBrand Constructor Description EBrand(IEBrand value) -
Uses of IEBrand in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IEBrand Modifier and Type Class Description classEBrandRecordThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.records with type parameters of type IEBrand Modifier and Type Method Description <E extends IEBrand>
EEBrandRecord. into(E into)Methods in cn.vertxup.erp.domain.tables.records with parameters of type IEBrand Modifier and Type Method Description voidEBrandRecord. from(IEBrand from)
-