Uses of Interface
cn.vertxup.fm.domain.tables.interfaces.IFCurrency
Packages that use IFCurrency
Package
Description
-
Uses of IFCurrency in cn.vertxup.fm.domain.tables.interfaces
Methods in cn.vertxup.fm.domain.tables.interfaces with type parameters of type IFCurrencyModifier and TypeMethodDescription<E extends IFCurrency>
EIFCurrency.into(E into) Copy data into another generated Record/POJO implementing the common interface IFCurrencyMethods in cn.vertxup.fm.domain.tables.interfaces that return IFCurrencyModifier and TypeMethodDescriptiondefault IFCurrencyIFCurrency.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.F_CURRENCY.ACTIVE.Setter forDB_ETERNAL.F_CURRENCY.CODE.IFCurrency.setComment(String value) Setter forDB_ETERNAL.F_CURRENCY.COMMENT.IFCurrency.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.F_CURRENCY.CREATED_AT.IFCurrency.setCreatedBy(String value) Setter forDB_ETERNAL.F_CURRENCY.CREATED_BY.IFCurrency.setDigitAmount(Integer value) Setter forDB_ETERNAL.F_CURRENCY.DIGIT_AMOUNT.IFCurrency.setDigitPrice(Integer value) Setter forDB_ETERNAL.F_CURRENCY.DIGIT_PRICE.Setter forDB_ETERNAL.F_CURRENCY.KEY.IFCurrency.setLanguage(String value) Setter forDB_ETERNAL.F_CURRENCY.LANGUAGE.IFCurrency.setMetadata(String value) Setter forDB_ETERNAL.F_CURRENCY.METADATA.Setter forDB_ETERNAL.F_CURRENCY.NAME.Setter forDB_ETERNAL.F_CURRENCY.SIGMA.IFCurrency.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.F_CURRENCY.UPDATED_AT.IFCurrency.setUpdatedBy(String value) Setter forDB_ETERNAL.F_CURRENCY.UPDATED_BY.Methods in cn.vertxup.fm.domain.tables.interfaces with parameters of type IFCurrencyModifier and TypeMethodDescriptionvoidIFCurrency.from(IFCurrency from) Load data from another generated Record/POJO implementing the common interface IFCurrency -
Uses of IFCurrency in cn.vertxup.fm.domain.tables.pojos
Classes in cn.vertxup.fm.domain.tables.pojos that implement IFCurrencyMethods in cn.vertxup.fm.domain.tables.pojos with type parameters of type IFCurrencyMethods in cn.vertxup.fm.domain.tables.pojos with parameters of type IFCurrencyConstructors in cn.vertxup.fm.domain.tables.pojos with parameters of type IFCurrency -
Uses of IFCurrency in cn.vertxup.fm.domain.tables.records
Classes in cn.vertxup.fm.domain.tables.records that implement IFCurrencyMethods in cn.vertxup.fm.domain.tables.records with type parameters of type IFCurrencyMethods in cn.vertxup.fm.domain.tables.records with parameters of type IFCurrency