Uses of Interface
cn.vertxup.fm.domain.tables.interfaces.IFSettlement
Packages that use IFSettlement
Package
Description
-
Uses of IFSettlement in cn.vertxup.fm.domain.tables.interfaces
Methods in cn.vertxup.fm.domain.tables.interfaces with type parameters of type IFSettlementModifier and TypeMethodDescription<E extends IFSettlement>
EIFSettlement.into(E into) Copy data into another generated Record/POJO implementing the common interface IFSettlementMethods in cn.vertxup.fm.domain.tables.interfaces that return IFSettlementModifier and TypeMethodDescriptiondefault IFSettlementIFSettlement.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.F_SETTLEMENT.ACTIVE.IFSettlement.setAmount(BigDecimal value) Setter forDB_ETERNAL.F_SETTLEMENT.AMOUNT.Setter forDB_ETERNAL.F_SETTLEMENT.CODE.IFSettlement.setComment(String value) Setter forDB_ETERNAL.F_SETTLEMENT.COMMENT.IFSettlement.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.F_SETTLEMENT.CREATED_AT.IFSettlement.setCreatedBy(String value) Setter forDB_ETERNAL.F_SETTLEMENT.CREATED_BY.IFSettlement.setCustomerId(String value) Setter forDB_ETERNAL.F_SETTLEMENT.CUSTOMER_ID.IFSettlement.setFinished(Boolean value) Setter forDB_ETERNAL.F_SETTLEMENT.FINISHED.IFSettlement.setFinishedAt(LocalDateTime value) Setter forDB_ETERNAL.F_SETTLEMENT.FINISHED_AT.Setter forDB_ETERNAL.F_SETTLEMENT.KEY.IFSettlement.setLanguage(String value) Setter forDB_ETERNAL.F_SETTLEMENT.LANGUAGE.IFSettlement.setMetadata(String value) Setter forDB_ETERNAL.F_SETTLEMENT.METADATA.IFSettlement.setRelatedId(String value) Setter forDB_ETERNAL.F_SETTLEMENT.RELATED_ID.IFSettlement.setRounded(String value) Setter forDB_ETERNAL.F_SETTLEMENT.ROUNDED.Setter forDB_ETERNAL.F_SETTLEMENT.SERIAL.Setter forDB_ETERNAL.F_SETTLEMENT.SIGMA.IFSettlement.setSignMobile(String value) Setter forDB_ETERNAL.F_SETTLEMENT.SIGN_MOBILE.IFSettlement.setSignName(String value) Setter forDB_ETERNAL.F_SETTLEMENT.SIGN_NAME.IFSettlement.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.F_SETTLEMENT.UPDATED_AT.IFSettlement.setUpdatedBy(String value) Setter forDB_ETERNAL.F_SETTLEMENT.UPDATED_BY.Methods in cn.vertxup.fm.domain.tables.interfaces with parameters of type IFSettlementModifier and TypeMethodDescriptionvoidIFSettlement.from(IFSettlement from) Load data from another generated Record/POJO implementing the common interface IFSettlement -
Uses of IFSettlement in cn.vertxup.fm.domain.tables.pojos
Classes in cn.vertxup.fm.domain.tables.pojos that implement IFSettlementMethods in cn.vertxup.fm.domain.tables.pojos with type parameters of type IFSettlementMethods in cn.vertxup.fm.domain.tables.pojos with parameters of type IFSettlementConstructors in cn.vertxup.fm.domain.tables.pojos with parameters of type IFSettlement -
Uses of IFSettlement in cn.vertxup.fm.domain.tables.records
Classes in cn.vertxup.fm.domain.tables.records that implement IFSettlementMethods in cn.vertxup.fm.domain.tables.records with type parameters of type IFSettlementMethods in cn.vertxup.fm.domain.tables.records with parameters of type IFSettlement