Uses of Interface
cn.vertxup.ambient.domain.tables.interfaces.IXMenu
-
Packages that use IXMenu Package Description cn.vertxup.ambient.domain.tables.interfaces cn.vertxup.ambient.domain.tables.pojos cn.vertxup.ambient.domain.tables.records -
-
Uses of IXMenu in cn.vertxup.ambient.domain.tables.interfaces
Methods in cn.vertxup.ambient.domain.tables.interfaces with type parameters of type IXMenu Modifier and Type Method Description <E extends IXMenu>
EIXMenu. into(E into)Copy data into another generated Record/POJO implementing the common interface IXMenuMethods in cn.vertxup.ambient.domain.tables.interfaces that return IXMenu Modifier and Type Method Description default IXMenuIXMenu. fromJson(io.vertx.core.json.JsonObject json)IXMenuIXMenu. setActive(Boolean value)Setter forDB_ETERNAL.X_MENU.ACTIVE.IXMenuIXMenu. setAppId(String value)Setter forDB_ETERNAL.X_MENU.APP_ID.IXMenuIXMenu. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_MENU.CREATED_AT.IXMenuIXMenu. setCreatedBy(String value)Setter forDB_ETERNAL.X_MENU.CREATED_BY.IXMenuIXMenu. setIcon(String value)Setter forDB_ETERNAL.X_MENU.ICON.IXMenuIXMenu. setKey(String value)Setter forDB_ETERNAL.X_MENU.KEY.IXMenuIXMenu. setLanguage(String value)Setter forDB_ETERNAL.X_MENU.LANGUAGE.IXMenuIXMenu. setLevel(Long value)Setter forDB_ETERNAL.X_MENU.LEVEL.IXMenuIXMenu. setMetadata(String value)Setter forDB_ETERNAL.X_MENU.METADATA.IXMenuIXMenu. setName(String value)Setter forDB_ETERNAL.X_MENU.NAME.IXMenuIXMenu. setOrder(Long value)Setter forDB_ETERNAL.X_MENU.ORDER.IXMenuIXMenu. setParentId(String value)Setter forDB_ETERNAL.X_MENU.PARENT_ID.IXMenuIXMenu. setSigma(String value)Setter forDB_ETERNAL.X_MENU.SIGMA.IXMenuIXMenu. setText(String value)Setter forDB_ETERNAL.X_MENU.TEXT.IXMenuIXMenu. setType(String value)Setter forDB_ETERNAL.X_MENU.TYPE.IXMenuIXMenu. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_MENU.UPDATED_AT.IXMenuIXMenu. setUpdatedBy(String value)Setter forDB_ETERNAL.X_MENU.UPDATED_BY.IXMenuIXMenu. setUri(String value)Setter forDB_ETERNAL.X_MENU.URI.Methods in cn.vertxup.ambient.domain.tables.interfaces with parameters of type IXMenu Modifier and Type Method Description voidIXMenu. from(IXMenu from)Load data from another generated Record/POJO implementing the common interface IXMenu -
Uses of IXMenu in cn.vertxup.ambient.domain.tables.pojos
Classes in cn.vertxup.ambient.domain.tables.pojos that implement IXMenu Modifier and Type Class Description classXMenuThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.pojos with type parameters of type IXMenu Modifier and Type Method Description <E extends IXMenu>
EXMenu. into(E into)Methods in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXMenu Modifier and Type Method Description voidXMenu. from(IXMenu from)Constructors in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXMenu Constructor Description XMenu(IXMenu value) -
Uses of IXMenu in cn.vertxup.ambient.domain.tables.records
Classes in cn.vertxup.ambient.domain.tables.records that implement IXMenu Modifier and Type Class Description classXMenuRecordThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.records with type parameters of type IXMenu Modifier and Type Method Description <E extends IXMenu>
EXMenuRecord. into(E into)Methods in cn.vertxup.ambient.domain.tables.records with parameters of type IXMenu Modifier and Type Method Description voidXMenuRecord. from(IXMenu from)
-