Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IRCompanyCustomer
-
Packages that use IRCompanyCustomer Package Description cn.vertxup.erp.domain.tables.interfaces cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of IRCompanyCustomer in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IRCompanyCustomer Modifier and Type Method Description <E extends IRCompanyCustomer>
EIRCompanyCustomer. into(E into)Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomerMethods in cn.vertxup.erp.domain.tables.interfaces that return IRCompanyCustomer Modifier and Type Method Description default IRCompanyCustomerIRCompanyCustomer. fromJson(io.vertx.core.json.JsonObject json)IRCompanyCustomerIRCompanyCustomer. setComment(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.IRCompanyCustomerIRCompanyCustomer. setCompanyId(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.IRCompanyCustomerIRCompanyCustomer. setCustomerId(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IRCompanyCustomer Modifier and Type Method Description voidIRCompanyCustomer. from(IRCompanyCustomer from)Load data from another generated Record/POJO implementing the common interface IRCompanyCustomer -
Uses of IRCompanyCustomer in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IRCompanyCustomer Modifier and Type Class Description classRCompanyCustomerThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IRCompanyCustomer Modifier and Type Method Description <E extends IRCompanyCustomer>
ERCompanyCustomer. into(E into)Methods in cn.vertxup.erp.domain.tables.pojos with parameters of type IRCompanyCustomer Modifier and Type Method Description voidRCompanyCustomer. from(IRCompanyCustomer from)Constructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IRCompanyCustomer Constructor Description RCompanyCustomer(IRCompanyCustomer value) -
Uses of IRCompanyCustomer in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IRCompanyCustomer Modifier and Type Class Description classRCompanyCustomerRecordThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.records with type parameters of type IRCompanyCustomer Modifier and Type Method Description <E extends IRCompanyCustomer>
ERCompanyCustomerRecord. into(E into)Methods in cn.vertxup.erp.domain.tables.records with parameters of type IRCompanyCustomer Modifier and Type Method Description voidRCompanyCustomerRecord. from(IRCompanyCustomer from)
-