Uses of Interface
cn.vertxup.fm.domain.tables.interfaces.IFBill
-
Packages that use IFBill Package Description cn.vertxup.fm.domain.tables.interfaces cn.vertxup.fm.domain.tables.pojos cn.vertxup.fm.domain.tables.records -
-
Uses of IFBill in cn.vertxup.fm.domain.tables.interfaces
Methods in cn.vertxup.fm.domain.tables.interfaces with type parameters of type IFBill Modifier and Type Method Description <E extends IFBill>
EIFBill. into(E into)Copy data into another generated Record/POJO implementing the common interface IFBillMethods in cn.vertxup.fm.domain.tables.interfaces that return IFBill Modifier and Type Method Description default IFBillIFBill. fromJson(io.vertx.core.json.JsonObject json)IFBillIFBill. setActive(Boolean value)Setter forDB_ETERNAL.F_BILL.ACTIVE.IFBillIFBill. setAmount(BigDecimal value)Setter forDB_ETERNAL.F_BILL.AMOUNT.IFBillIFBill. setBookId(String value)Setter forDB_ETERNAL.F_BILL.BOOK_ID.IFBillIFBill. setCategory(String value)Setter forDB_ETERNAL.F_BILL.CATEGORY.IFBillIFBill. setCode(String value)Setter forDB_ETERNAL.F_BILL.CODE.IFBillIFBill. setComment(String value)Setter forDB_ETERNAL.F_BILL.COMMENT.IFBillIFBill. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.F_BILL.CREATED_AT.IFBillIFBill. setCreatedBy(String value)Setter forDB_ETERNAL.F_BILL.CREATED_BY.IFBillIFBill. setKey(String value)Setter forDB_ETERNAL.F_BILL.KEY.IFBillIFBill. setLanguage(String value)Setter forDB_ETERNAL.F_BILL.LANGUAGE.IFBillIFBill. setMetadata(String value)Setter forDB_ETERNAL.F_BILL.METADATA.IFBillIFBill. setModelId(String value)Setter forDB_ETERNAL.F_BILL.MODEL_ID.IFBillIFBill. setModelKey(String value)Setter forDB_ETERNAL.F_BILL.MODEL_KEY.IFBillIFBill. setName(String value)Setter forDB_ETERNAL.F_BILL.NAME.IFBillIFBill. setOrderId(String value)Setter forDB_ETERNAL.F_BILL.ORDER_ID.IFBillIFBill. setSerial(String value)Setter forDB_ETERNAL.F_BILL.SERIAL.IFBillIFBill. setSigma(String value)Setter forDB_ETERNAL.F_BILL.SIGMA.IFBillIFBill. setType(String value)Setter forDB_ETERNAL.F_BILL.TYPE.IFBillIFBill. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.F_BILL.UPDATED_AT.IFBillIFBill. setUpdatedBy(String value)Setter forDB_ETERNAL.F_BILL.UPDATED_BY.Methods in cn.vertxup.fm.domain.tables.interfaces with parameters of type IFBill Modifier and Type Method Description voidIFBill. from(IFBill from)Load data from another generated Record/POJO implementing the common interface IFBill -
Uses of IFBill in cn.vertxup.fm.domain.tables.pojos
Classes in cn.vertxup.fm.domain.tables.pojos that implement IFBill Modifier and Type Class Description classFBillThis class is generated by jOOQ.Methods in cn.vertxup.fm.domain.tables.pojos with type parameters of type IFBill Modifier and Type Method Description <E extends IFBill>
EFBill. into(E into)Methods in cn.vertxup.fm.domain.tables.pojos with parameters of type IFBill Modifier and Type Method Description voidFBill. from(IFBill from)Constructors in cn.vertxup.fm.domain.tables.pojos with parameters of type IFBill Constructor Description FBill(IFBill value) -
Uses of IFBill in cn.vertxup.fm.domain.tables.records
Classes in cn.vertxup.fm.domain.tables.records that implement IFBill Modifier and Type Class Description classFBillRecordThis class is generated by jOOQ.Methods in cn.vertxup.fm.domain.tables.records with type parameters of type IFBill Modifier and Type Method Description <E extends IFBill>
EFBillRecord. into(E into)Methods in cn.vertxup.fm.domain.tables.records with parameters of type IFBill Modifier and Type Method Description voidFBillRecord. from(IFBill from)
-