Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IECustomer
Packages that use IECustomer
Package
Description
-
Uses of IECustomer in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IECustomerModifier and TypeMethodDescription<E extends IECustomer>
EIECustomer.into(E into) Copy data into another generated Record/POJO implementing the common interface IECustomerMethods in cn.vertxup.erp.domain.tables.interfaces that return IECustomerModifier and TypeMethodDescriptiondefault IECustomerIECustomer.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.E_CUSTOMER.ACTIVE.IECustomer.setAddress(String value) Setter forDB_ETERNAL.E_CUSTOMER.ADDRESS.IECustomer.setBankCard(String value) Setter forDB_ETERNAL.E_CUSTOMER.BANK_CARD.Setter forDB_ETERNAL.E_CUSTOMER.BANK_ID.Setter forDB_ETERNAL.E_CUSTOMER.CODE.IECustomer.setComment(String value) Setter forDB_ETERNAL.E_CUSTOMER.COMMENT.IECustomer.setContactEmail(String value) Setter forDB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL.IECustomer.setContactName(String value) Setter forDB_ETERNAL.E_CUSTOMER.CONTACT_NAME.IECustomer.setContactOnline(String value) Setter forDB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE.IECustomer.setContactPhone(String value) Setter forDB_ETERNAL.E_CUSTOMER.CONTACT_PHONE.IECustomer.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_CUSTOMER.CREATED_AT.IECustomer.setCreatedBy(String value) Setter forDB_ETERNAL.E_CUSTOMER.CREATED_BY.Setter forDB_ETERNAL.E_CUSTOMER.EMAIL.Setter forDB_ETERNAL.E_CUSTOMER.FAX.IECustomer.setHomepage(String value) Setter forDB_ETERNAL.E_CUSTOMER.HOMEPAGE.Setter forDB_ETERNAL.E_CUSTOMER.KEY.IECustomer.setLanguage(String value) Setter forDB_ETERNAL.E_CUSTOMER.LANGUAGE.Setter forDB_ETERNAL.E_CUSTOMER.LOGO.IECustomer.setMetadata(String value) Setter forDB_ETERNAL.E_CUSTOMER.METADATA.Setter forDB_ETERNAL.E_CUSTOMER.NAME.Setter forDB_ETERNAL.E_CUSTOMER.PHONE.Setter forDB_ETERNAL.E_CUSTOMER.RUN_UP.IECustomer.setRunUpAmount(BigDecimal value) Setter forDB_ETERNAL.E_CUSTOMER.RUN_UP_AMOUNT.Setter forDB_ETERNAL.E_CUSTOMER.SIGMA.IECustomer.setSignName(String value) Setter forDB_ETERNAL.E_CUSTOMER.SIGN_NAME.IECustomer.setSignPhone(String value) Setter forDB_ETERNAL.E_CUSTOMER.SIGN_PHONE.Setter forDB_ETERNAL.E_CUSTOMER.STATUS.IECustomer.setTaxCode(String value) Setter forDB_ETERNAL.E_CUSTOMER.TAX_CODE.IECustomer.setTaxTitle(String value) Setter forDB_ETERNAL.E_CUSTOMER.TAX_TITLE.Setter forDB_ETERNAL.E_CUSTOMER.TITLE.Setter forDB_ETERNAL.E_CUSTOMER.TYPE.IECustomer.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_CUSTOMER.UPDATED_AT.IECustomer.setUpdatedBy(String value) Setter forDB_ETERNAL.E_CUSTOMER.UPDATED_BY.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IECustomerModifier and TypeMethodDescriptionvoidIECustomer.from(IECustomer from) Load data from another generated Record/POJO implementing the common interface IECustomer -
Uses of IECustomer in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IECustomerMethods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IECustomerMethods in cn.vertxup.erp.domain.tables.pojos with parameters of type IECustomerConstructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IECustomer -
Uses of IECustomer in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IECustomerMethods in cn.vertxup.erp.domain.tables.records with type parameters of type IECustomerMethods in cn.vertxup.erp.domain.tables.records with parameters of type IECustomer