Uses of Interface
cn.vertxup.fm.domain.tables.interfaces.IFSubject
-
Packages that use IFSubject Package Description cn.vertxup.fm.domain.tables.interfaces cn.vertxup.fm.domain.tables.pojos cn.vertxup.fm.domain.tables.records -
-
Uses of IFSubject in cn.vertxup.fm.domain.tables.interfaces
Methods in cn.vertxup.fm.domain.tables.interfaces with type parameters of type IFSubject Modifier and Type Method Description <E extends IFSubject>
EIFSubject. into(E into)Copy data into another generated Record/POJO implementing the common interface IFSubjectMethods in cn.vertxup.fm.domain.tables.interfaces that return IFSubject Modifier and Type Method Description default IFSubjectIFSubject. fromJson(io.vertx.core.json.JsonObject json)IFSubjectIFSubject. setActive(Boolean value)Setter forDB_ETERNAL.F_SUBJECT.ACTIVE.IFSubjectIFSubject. setCategory(String value)Setter forDB_ETERNAL.F_SUBJECT.CATEGORY.IFSubjectIFSubject. setCode(String value)Setter forDB_ETERNAL.F_SUBJECT.CODE.IFSubjectIFSubject. setComment(String value)Setter forDB_ETERNAL.F_SUBJECT.COMMENT.IFSubjectIFSubject. setCompanyId(String value)Setter forDB_ETERNAL.F_SUBJECT.COMPANY_ID.IFSubjectIFSubject. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.F_SUBJECT.CREATED_AT.IFSubjectIFSubject. setCreatedBy(String value)Setter forDB_ETERNAL.F_SUBJECT.CREATED_BY.IFSubjectIFSubject. setHelpCode(String value)Setter forDB_ETERNAL.F_SUBJECT.HELP_CODE.IFSubjectIFSubject. setKey(String value)Setter forDB_ETERNAL.F_SUBJECT.KEY.IFSubjectIFSubject. setLanguage(String value)Setter forDB_ETERNAL.F_SUBJECT.LANGUAGE.IFSubjectIFSubject. setMetadata(String value)Setter forDB_ETERNAL.F_SUBJECT.METADATA.IFSubjectIFSubject. setName(String value)Setter forDB_ETERNAL.F_SUBJECT.NAME.IFSubjectIFSubject. setOwner(String value)Setter forDB_ETERNAL.F_SUBJECT.OWNER.IFSubjectIFSubject. setParentId(String value)Setter forDB_ETERNAL.F_SUBJECT.PARENT_ID.IFSubjectIFSubject. setSerial(String value)Setter forDB_ETERNAL.F_SUBJECT.SERIAL.IFSubjectIFSubject. setSigma(String value)Setter forDB_ETERNAL.F_SUBJECT.SIGMA.IFSubjectIFSubject. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.F_SUBJECT.UPDATED_AT.IFSubjectIFSubject. setUpdatedBy(String value)Setter forDB_ETERNAL.F_SUBJECT.UPDATED_BY.Methods in cn.vertxup.fm.domain.tables.interfaces with parameters of type IFSubject Modifier and Type Method Description voidIFSubject. from(IFSubject from)Load data from another generated Record/POJO implementing the common interface IFSubject -
Uses of IFSubject in cn.vertxup.fm.domain.tables.pojos
Classes in cn.vertxup.fm.domain.tables.pojos that implement IFSubject Modifier and Type Class Description classFSubjectThis class is generated by jOOQ.Methods in cn.vertxup.fm.domain.tables.pojos with type parameters of type IFSubject Modifier and Type Method Description <E extends IFSubject>
EFSubject. into(E into)Methods in cn.vertxup.fm.domain.tables.pojos with parameters of type IFSubject Modifier and Type Method Description voidFSubject. from(IFSubject from)Constructors in cn.vertxup.fm.domain.tables.pojos with parameters of type IFSubject Constructor Description FSubject(IFSubject value) -
Uses of IFSubject in cn.vertxup.fm.domain.tables.records
Classes in cn.vertxup.fm.domain.tables.records that implement IFSubject Modifier and Type Class Description classFSubjectRecordThis class is generated by jOOQ.Methods in cn.vertxup.fm.domain.tables.records with type parameters of type IFSubject Modifier and Type Method Description <E extends IFSubject>
EFSubjectRecord. into(E into)Methods in cn.vertxup.fm.domain.tables.records with parameters of type IFSubject Modifier and Type Method Description voidFSubjectRecord. from(IFSubject from)
-