Uses of Interface
cn.vertxup.ambient.domain.tables.interfaces.IXNotice
-
Packages that use IXNotice Package Description cn.vertxup.ambient.domain.tables.interfaces cn.vertxup.ambient.domain.tables.pojos cn.vertxup.ambient.domain.tables.records -
-
Uses of IXNotice in cn.vertxup.ambient.domain.tables.interfaces
Methods in cn.vertxup.ambient.domain.tables.interfaces with type parameters of type IXNotice Modifier and Type Method Description <E extends IXNotice>
EIXNotice. into(E into)Copy data into another generated Record/POJO implementing the common interface IXNoticeMethods in cn.vertxup.ambient.domain.tables.interfaces that return IXNotice Modifier and Type Method Description default IXNoticeIXNotice. fromJson(io.vertx.core.json.JsonObject json)IXNoticeIXNotice. setActive(Boolean value)Setter forDB_ETERNAL.X_NOTICE.ACTIVE.IXNoticeIXNotice. setAppId(String value)Setter forDB_ETERNAL.X_NOTICE.APP_ID.IXNoticeIXNotice. setCode(String value)Setter forDB_ETERNAL.X_NOTICE.CODE.IXNoticeIXNotice. setContent(String value)Setter forDB_ETERNAL.X_NOTICE.CONTENT.IXNoticeIXNotice. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_NOTICE.CREATED_AT.IXNoticeIXNotice. setCreatedBy(String value)Setter forDB_ETERNAL.X_NOTICE.CREATED_BY.IXNoticeIXNotice. setExpiredAt(LocalDateTime value)Setter forDB_ETERNAL.X_NOTICE.EXPIRED_AT.IXNoticeIXNotice. setKey(String value)Setter forDB_ETERNAL.X_NOTICE.KEY.IXNoticeIXNotice. setLanguage(String value)Setter forDB_ETERNAL.X_NOTICE.LANGUAGE.IXNoticeIXNotice. setMetadata(String value)Setter forDB_ETERNAL.X_NOTICE.METADATA.IXNoticeIXNotice. setName(String value)Setter forDB_ETERNAL.X_NOTICE.NAME.IXNoticeIXNotice. setSigma(String value)Setter forDB_ETERNAL.X_NOTICE.SIGMA.IXNoticeIXNotice. setStatus(String value)Setter forDB_ETERNAL.X_NOTICE.STATUS.IXNoticeIXNotice. setType(String value)Setter forDB_ETERNAL.X_NOTICE.TYPE.IXNoticeIXNotice. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_NOTICE.UPDATED_AT.IXNoticeIXNotice. setUpdatedBy(String value)Setter forDB_ETERNAL.X_NOTICE.UPDATED_BY.Methods in cn.vertxup.ambient.domain.tables.interfaces with parameters of type IXNotice Modifier and Type Method Description voidIXNotice. from(IXNotice from)Load data from another generated Record/POJO implementing the common interface IXNotice -
Uses of IXNotice in cn.vertxup.ambient.domain.tables.pojos
Classes in cn.vertxup.ambient.domain.tables.pojos that implement IXNotice Modifier and Type Class Description classXNoticeThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.pojos with type parameters of type IXNotice Modifier and Type Method Description <E extends IXNotice>
EXNotice. into(E into)Methods in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXNotice Modifier and Type Method Description voidXNotice. from(IXNotice from)Constructors in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXNotice Constructor Description XNotice(IXNotice value) -
Uses of IXNotice in cn.vertxup.ambient.domain.tables.records
Classes in cn.vertxup.ambient.domain.tables.records that implement IXNotice Modifier and Type Class Description classXNoticeRecordThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.records with type parameters of type IXNotice Modifier and Type Method Description <E extends IXNotice>
EXNoticeRecord. into(E into)Methods in cn.vertxup.ambient.domain.tables.records with parameters of type IXNotice Modifier and Type Method Description voidXNoticeRecord. from(IXNotice from)
-