Uses of Interface
cn.vertxup.fm.domain.tables.interfaces.IFInvoice
Packages that use IFInvoice
Package
Description
-
Uses of IFInvoice in cn.vertxup.fm.domain.tables.interfaces
Methods in cn.vertxup.fm.domain.tables.interfaces with type parameters of type IFInvoiceModifier and TypeMethodDescription<E extends IFInvoice>
EIFInvoice.into(E into) Copy data into another generated Record/POJO implementing the common interface IFInvoiceMethods in cn.vertxup.fm.domain.tables.interfaces that return IFInvoiceModifier and TypeMethodDescriptiondefault IFInvoiceIFInvoice.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.F_INVOICE.ACTIVE.IFInvoice.setAmount(BigDecimal value) Setter forDB_ETERNAL.F_INVOICE.AMOUNT.Setter forDB_ETERNAL.F_INVOICE.CODE.IFInvoice.setComment(String value) Setter forDB_ETERNAL.F_INVOICE.COMMENT.IFInvoice.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.F_INVOICE.CREATED_AT.IFInvoice.setCreatedBy(String value) Setter forDB_ETERNAL.F_INVOICE.CREATED_BY.IFInvoice.setDescBank(String value) Setter forDB_ETERNAL.F_INVOICE.DESC_BANK.IFInvoice.setDescCompany(String value) Setter forDB_ETERNAL.F_INVOICE.DESC_COMPANY.IFInvoice.setDescLocation(String value) Setter forDB_ETERNAL.F_INVOICE.DESC_LOCATION.IFInvoice.setDescUser(String value) Setter forDB_ETERNAL.F_INVOICE.DESC_USER.IFInvoice.setInvoiceNumber(String value) Setter forDB_ETERNAL.F_INVOICE.INVOICE_NUMBER.IFInvoice.setInvoiceSerial(String value) Setter forDB_ETERNAL.F_INVOICE.INVOICE_SERIAL.IFInvoice.setInvoiceTitle(String value) Setter forDB_ETERNAL.F_INVOICE.INVOICE_TITLE.Setter forDB_ETERNAL.F_INVOICE.KEY.IFInvoice.setLanguage(String value) Setter forDB_ETERNAL.F_INVOICE.LANGUAGE.IFInvoice.setMetadata(String value) Setter forDB_ETERNAL.F_INVOICE.METADATA.Setter forDB_ETERNAL.F_INVOICE.NAME.IFInvoice.setNameBilling(String value) Setter forDB_ETERNAL.F_INVOICE.NAME_BILLING.IFInvoice.setNameReceipt(String value) Setter forDB_ETERNAL.F_INVOICE.NAME_RECEIPT.IFInvoice.setNameRecheck(String value) Setter forDB_ETERNAL.F_INVOICE.NAME_RECHECK.IFInvoice.setNameSelling(String value) Setter forDB_ETERNAL.F_INVOICE.NAME_SELLING.IFInvoice.setOrderId(String value) Setter forDB_ETERNAL.F_INVOICE.ORDER_ID.IFInvoice.setPersonal(Boolean value) Setter forDB_ETERNAL.F_INVOICE.PERSONAL.Setter forDB_ETERNAL.F_INVOICE.SIGMA.Setter forDB_ETERNAL.F_INVOICE.TIN.IFInvoice.setTinName(String value) Setter forDB_ETERNAL.F_INVOICE.TIN_NAME.Setter forDB_ETERNAL.F_INVOICE.TYPE.IFInvoice.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.F_INVOICE.UPDATED_AT.IFInvoice.setUpdatedBy(String value) Setter forDB_ETERNAL.F_INVOICE.UPDATED_BY.Methods in cn.vertxup.fm.domain.tables.interfaces with parameters of type IFInvoice -
Uses of IFInvoice in cn.vertxup.fm.domain.tables.pojos
Classes in cn.vertxup.fm.domain.tables.pojos that implement IFInvoiceMethods in cn.vertxup.fm.domain.tables.pojos with type parameters of type IFInvoiceMethods in cn.vertxup.fm.domain.tables.pojos with parameters of type IFInvoiceConstructors in cn.vertxup.fm.domain.tables.pojos with parameters of type IFInvoice -
Uses of IFInvoice in cn.vertxup.fm.domain.tables.records
Classes in cn.vertxup.fm.domain.tables.records that implement IFInvoiceMethods in cn.vertxup.fm.domain.tables.records with type parameters of type IFInvoiceMethods in cn.vertxup.fm.domain.tables.records with parameters of type IFInvoice