Uses of Interface
cn.vertxup.fm.domain.tables.interfaces.IFPayTerm
-
Packages that use IFPayTerm Package Description cn.vertxup.fm.domain.tables.interfaces cn.vertxup.fm.domain.tables.pojos cn.vertxup.fm.domain.tables.records -
-
Uses of IFPayTerm in cn.vertxup.fm.domain.tables.interfaces
Methods in cn.vertxup.fm.domain.tables.interfaces with type parameters of type IFPayTerm Modifier and Type Method Description <E extends IFPayTerm>
EIFPayTerm. into(E into)Copy data into another generated Record/POJO implementing the common interface IFPayTermMethods in cn.vertxup.fm.domain.tables.interfaces that return IFPayTerm Modifier and Type Method Description default IFPayTermIFPayTerm. fromJson(io.vertx.core.json.JsonObject json)IFPayTermIFPayTerm. setActive(Boolean value)Setter forDB_ETERNAL.F_PAY_TERM.ACTIVE.IFPayTermIFPayTerm. setCategory(String value)Setter forDB_ETERNAL.F_PAY_TERM.CATEGORY.IFPayTermIFPayTerm. setCode(String value)Setter forDB_ETERNAL.F_PAY_TERM.CODE.IFPayTermIFPayTerm. setComment(String value)Setter forDB_ETERNAL.F_PAY_TERM.COMMENT.IFPayTermIFPayTerm. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.F_PAY_TERM.CREATED_AT.IFPayTermIFPayTerm. setCreatedBy(String value)Setter forDB_ETERNAL.F_PAY_TERM.CREATED_BY.IFPayTermIFPayTerm. setHelpCode(String value)Setter forDB_ETERNAL.F_PAY_TERM.HELP_CODE.IFPayTermIFPayTerm. setKey(String value)Setter forDB_ETERNAL.F_PAY_TERM.KEY.IFPayTermIFPayTerm. setLanguage(String value)Setter forDB_ETERNAL.F_PAY_TERM.LANGUAGE.IFPayTermIFPayTerm. setLeaf(Boolean value)Setter forDB_ETERNAL.F_PAY_TERM.LEAF.IFPayTermIFPayTerm. setLocked(Boolean value)Setter forDB_ETERNAL.F_PAY_TERM.LOCKED.IFPayTermIFPayTerm. setMetadata(String value)Setter forDB_ETERNAL.F_PAY_TERM.METADATA.IFPayTermIFPayTerm. setName(String value)Setter forDB_ETERNAL.F_PAY_TERM.NAME.IFPayTermIFPayTerm. setParentId(String value)Setter forDB_ETERNAL.F_PAY_TERM.PARENT_ID.IFPayTermIFPayTerm. setSigma(String value)Setter forDB_ETERNAL.F_PAY_TERM.SIGMA.IFPayTermIFPayTerm. setSubjectId(String value)Setter forDB_ETERNAL.F_PAY_TERM.SUBJECT_ID.IFPayTermIFPayTerm. setType(String value)Setter forDB_ETERNAL.F_PAY_TERM.TYPE.IFPayTermIFPayTerm. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.F_PAY_TERM.UPDATED_AT.IFPayTermIFPayTerm. setUpdatedBy(String value)Setter forDB_ETERNAL.F_PAY_TERM.UPDATED_BY.Methods in cn.vertxup.fm.domain.tables.interfaces with parameters of type IFPayTerm Modifier and Type Method Description voidIFPayTerm. from(IFPayTerm from)Load data from another generated Record/POJO implementing the common interface IFPayTerm -
Uses of IFPayTerm in cn.vertxup.fm.domain.tables.pojos
Classes in cn.vertxup.fm.domain.tables.pojos that implement IFPayTerm Modifier and Type Class Description classFPayTermThis class is generated by jOOQ.Methods in cn.vertxup.fm.domain.tables.pojos with type parameters of type IFPayTerm Modifier and Type Method Description <E extends IFPayTerm>
EFPayTerm. into(E into)Methods in cn.vertxup.fm.domain.tables.pojos with parameters of type IFPayTerm Modifier and Type Method Description voidFPayTerm. from(IFPayTerm from)Constructors in cn.vertxup.fm.domain.tables.pojos with parameters of type IFPayTerm Constructor Description FPayTerm(IFPayTerm value) -
Uses of IFPayTerm in cn.vertxup.fm.domain.tables.records
Classes in cn.vertxup.fm.domain.tables.records that implement IFPayTerm Modifier and Type Class Description classFPayTermRecordThis class is generated by jOOQ.Methods in cn.vertxup.fm.domain.tables.records with type parameters of type IFPayTerm Modifier and Type Method Description <E extends IFPayTerm>
EFPayTermRecord. into(E into)Methods in cn.vertxup.fm.domain.tables.records with parameters of type IFPayTerm Modifier and Type Method Description voidFPayTermRecord. from(IFPayTerm from)
-