Uses of Interface
cn.vertxup.tpl.domain.tables.interfaces.ITplTicket
Packages that use ITplTicket
Package
Description
-
Uses of ITplTicket in cn.vertxup.tpl.domain.tables.interfaces
Methods in cn.vertxup.tpl.domain.tables.interfaces with type parameters of type ITplTicketModifier and TypeMethodDescription<E extends ITplTicket>
EITplTicket.into(E into) Copy data into another generated Record/POJO implementing the common interface ITplTicketMethods in cn.vertxup.tpl.domain.tables.interfaces that return ITplTicketModifier and TypeMethodDescriptiondefault ITplTicketITplTicket.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.TPL_TICKET.ACTIVE.Setter forDB_ETERNAL.TPL_TICKET.CODE.ITplTicket.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.TPL_TICKET.CREATED_AT.ITplTicket.setCreatedBy(String value) Setter forDB_ETERNAL.TPL_TICKET.CREATED_BY.ITplTicket.setDescription(String value) Setter forDB_ETERNAL.TPL_TICKET.DESCRIPTION.Setter forDB_ETERNAL.TPL_TICKET.KEY.ITplTicket.setLanguage(String value) Setter forDB_ETERNAL.TPL_TICKET.LANGUAGE.ITplTicket.setMetadata(String value) Setter forDB_ETERNAL.TPL_TICKET.METADATA.ITplTicket.setModelCategory(String value) Setter forDB_ETERNAL.TPL_TICKET.MODEL_CATEGORY.ITplTicket.setModelId(String value) Setter forDB_ETERNAL.TPL_TICKET.MODEL_ID.ITplTicket.setModelKey(String value) Setter forDB_ETERNAL.TPL_TICKET.MODEL_KEY.Setter forDB_ETERNAL.TPL_TICKET.NAME.ITplTicket.setRecordComponent(String value) Setter forDB_ETERNAL.TPL_TICKET.RECORD_COMPONENT.ITplTicket.setRecordJson(String value) Setter forDB_ETERNAL.TPL_TICKET.RECORD_JSON.Setter forDB_ETERNAL.TPL_TICKET.SIGMA.Setter forDB_ETERNAL.TPL_TICKET.STATUS.Setter forDB_ETERNAL.TPL_TICKET.SYSTEM.Setter forDB_ETERNAL.TPL_TICKET.TYPE.ITplTicket.setUiComponent(String value) Setter forDB_ETERNAL.TPL_TICKET.UI_COMPONENT.ITplTicket.setUiConfig(String value) Setter forDB_ETERNAL.TPL_TICKET.UI_CONFIG.ITplTicket.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.TPL_TICKET.UPDATED_AT.ITplTicket.setUpdatedBy(String value) Setter forDB_ETERNAL.TPL_TICKET.UPDATED_BY.Methods in cn.vertxup.tpl.domain.tables.interfaces with parameters of type ITplTicketModifier and TypeMethodDescriptionvoidITplTicket.from(ITplTicket from) Load data from another generated Record/POJO implementing the common interface ITplTicket -
Uses of ITplTicket in cn.vertxup.tpl.domain.tables.pojos
Classes in cn.vertxup.tpl.domain.tables.pojos that implement ITplTicketMethods in cn.vertxup.tpl.domain.tables.pojos with type parameters of type ITplTicketMethods in cn.vertxup.tpl.domain.tables.pojos with parameters of type ITplTicketConstructors in cn.vertxup.tpl.domain.tables.pojos with parameters of type ITplTicket -
Uses of ITplTicket in cn.vertxup.tpl.domain.tables.records
Classes in cn.vertxup.tpl.domain.tables.records that implement ITplTicketMethods in cn.vertxup.tpl.domain.tables.records with type parameters of type ITplTicketMethods in cn.vertxup.tpl.domain.tables.records with parameters of type ITplTicket