Uses of Interface
cn.vertxup.integration.domain.tables.interfaces.IIMessageTpl
-
Packages that use IIMessageTpl Package Description cn.vertxup.integration.domain.tables.interfaces cn.vertxup.integration.domain.tables.pojos cn.vertxup.integration.domain.tables.records -
-
Uses of IIMessageTpl in cn.vertxup.integration.domain.tables.interfaces
Methods in cn.vertxup.integration.domain.tables.interfaces with type parameters of type IIMessageTpl Modifier and Type Method Description <E extends IIMessageTpl>
EIIMessageTpl. into(E into)Copy data into another generated Record/POJO implementing the common interface IIMessageTplMethods in cn.vertxup.integration.domain.tables.interfaces that return IIMessageTpl Modifier and Type Method Description default IIMessageTplIIMessageTpl. fromJson(io.vertx.core.json.JsonObject json)IIMessageTplIIMessageTpl. setActive(Boolean value)Setter forDB_ETERNAL.I_MESSAGE_TPL.ACTIVE.IIMessageTplIIMessageTpl. setAppId(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.APP_ID.IIMessageTplIIMessageTpl. setCode(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.CODE.IIMessageTplIIMessageTpl. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.I_MESSAGE_TPL.CREATED_AT.IIMessageTplIIMessageTpl. setCreatedBy(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.CREATED_BY.IIMessageTplIIMessageTpl. setExprComponent(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.EXPR_COMPONENT.IIMessageTplIIMessageTpl. setExprContent(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.EXPR_CONTENT.IIMessageTplIIMessageTpl. setExprSubject(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.EXPR_SUBJECT.IIMessageTplIIMessageTpl. setKey(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.KEY.IIMessageTplIIMessageTpl. setLanguage(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.LANGUAGE.IIMessageTplIIMessageTpl. setMetadata(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.METADATA.IIMessageTplIIMessageTpl. setName(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.NAME.IIMessageTplIIMessageTpl. setSigma(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.SIGMA.IIMessageTplIIMessageTpl. setType(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.TYPE.IIMessageTplIIMessageTpl. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.I_MESSAGE_TPL.UPDATED_AT.IIMessageTplIIMessageTpl. setUpdatedBy(String value)Setter forDB_ETERNAL.I_MESSAGE_TPL.UPDATED_BY.Methods in cn.vertxup.integration.domain.tables.interfaces with parameters of type IIMessageTpl Modifier and Type Method Description voidIIMessageTpl. from(IIMessageTpl from)Load data from another generated Record/POJO implementing the common interface IIMessageTpl -
Uses of IIMessageTpl in cn.vertxup.integration.domain.tables.pojos
Classes in cn.vertxup.integration.domain.tables.pojos that implement IIMessageTpl Modifier and Type Class Description classIMessageTplThis class is generated by jOOQ.Methods in cn.vertxup.integration.domain.tables.pojos with type parameters of type IIMessageTpl Modifier and Type Method Description <E extends IIMessageTpl>
EIMessageTpl. into(E into)Methods in cn.vertxup.integration.domain.tables.pojos with parameters of type IIMessageTpl Modifier and Type Method Description voidIMessageTpl. from(IIMessageTpl from)Constructors in cn.vertxup.integration.domain.tables.pojos with parameters of type IIMessageTpl Constructor Description IMessageTpl(IIMessageTpl value) -
Uses of IIMessageTpl in cn.vertxup.integration.domain.tables.records
Classes in cn.vertxup.integration.domain.tables.records that implement IIMessageTpl Modifier and Type Class Description classIMessageTplRecordThis class is generated by jOOQ.Methods in cn.vertxup.integration.domain.tables.records with type parameters of type IIMessageTpl Modifier and Type Method Description <E extends IIMessageTpl>
EIMessageTplRecord. into(E into)Methods in cn.vertxup.integration.domain.tables.records with parameters of type IIMessageTpl Modifier and Type Method Description voidIMessageTplRecord. from(IIMessageTpl from)
-