Uses of Interface
cn.vertxup.fm.domain.tables.interfaces.IFPreAuthorize
-
Packages that use IFPreAuthorize Package Description cn.vertxup.fm.domain.tables.interfaces cn.vertxup.fm.domain.tables.pojos cn.vertxup.fm.domain.tables.records -
-
Uses of IFPreAuthorize in cn.vertxup.fm.domain.tables.interfaces
Methods in cn.vertxup.fm.domain.tables.interfaces with type parameters of type IFPreAuthorize Modifier and Type Method Description <E extends IFPreAuthorize>
EIFPreAuthorize. into(E into)Copy data into another generated Record/POJO implementing the common interface IFPreAuthorizeMethods in cn.vertxup.fm.domain.tables.interfaces that return IFPreAuthorize Modifier and Type Method Description default IFPreAuthorizeIFPreAuthorize. fromJson(io.vertx.core.json.JsonObject json)IFPreAuthorizeIFPreAuthorize. setActive(Boolean value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.ACTIVE.IFPreAuthorizeIFPreAuthorize. setAmount(BigDecimal value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.AMOUNT.IFPreAuthorizeIFPreAuthorize. setBankCard(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.BANK_CARD.IFPreAuthorizeIFPreAuthorize. setBankName(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.BANK_NAME.IFPreAuthorizeIFPreAuthorize. setBillId(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.BILL_ID.IFPreAuthorizeIFPreAuthorize. setCode(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.CODE.IFPreAuthorizeIFPreAuthorize. setComment(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.COMMENT.IFPreAuthorizeIFPreAuthorize. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.CREATED_AT.IFPreAuthorizeIFPreAuthorize. setCreatedBy(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.CREATED_BY.IFPreAuthorizeIFPreAuthorize. setExpiredAt(LocalDateTime value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.EXPIRED_AT.IFPreAuthorizeIFPreAuthorize. setKey(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.KEY.IFPreAuthorizeIFPreAuthorize. setLanguage(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.LANGUAGE.IFPreAuthorizeIFPreAuthorize. setMetadata(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.METADATA.IFPreAuthorizeIFPreAuthorize. setOrderId(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.ORDER_ID.IFPreAuthorizeIFPreAuthorize. setSerial(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.SERIAL.IFPreAuthorizeIFPreAuthorize. setSigma(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.SIGMA.IFPreAuthorizeIFPreAuthorize. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.UPDATED_AT.IFPreAuthorizeIFPreAuthorize. setUpdatedBy(String value)Setter forDB_ETERNAL.F_PRE_AUTHORIZE.UPDATED_BY.Methods in cn.vertxup.fm.domain.tables.interfaces with parameters of type IFPreAuthorize Modifier and Type Method Description voidIFPreAuthorize. from(IFPreAuthorize from)Load data from another generated Record/POJO implementing the common interface IFPreAuthorize -
Uses of IFPreAuthorize in cn.vertxup.fm.domain.tables.pojos
Classes in cn.vertxup.fm.domain.tables.pojos that implement IFPreAuthorize Modifier and Type Class Description classFPreAuthorizeThis class is generated by jOOQ.Methods in cn.vertxup.fm.domain.tables.pojos with type parameters of type IFPreAuthorize Modifier and Type Method Description <E extends IFPreAuthorize>
EFPreAuthorize. into(E into)Methods in cn.vertxup.fm.domain.tables.pojos with parameters of type IFPreAuthorize Modifier and Type Method Description voidFPreAuthorize. from(IFPreAuthorize from)Constructors in cn.vertxup.fm.domain.tables.pojos with parameters of type IFPreAuthorize Constructor Description FPreAuthorize(IFPreAuthorize value) -
Uses of IFPreAuthorize in cn.vertxup.fm.domain.tables.records
Classes in cn.vertxup.fm.domain.tables.records that implement IFPreAuthorize Modifier and Type Class Description classFPreAuthorizeRecordThis class is generated by jOOQ.Methods in cn.vertxup.fm.domain.tables.records with type parameters of type IFPreAuthorize Modifier and Type Method Description <E extends IFPreAuthorize>
EFPreAuthorizeRecord. into(E into)Methods in cn.vertxup.fm.domain.tables.records with parameters of type IFPreAuthorize Modifier and Type Method Description voidFPreAuthorizeRecord. from(IFPreAuthorize from)
-