Uses of Interface
cn.vertxup.ambient.domain.tables.interfaces.IXMenuMy
-
Packages that use IXMenuMy Package Description cn.vertxup.ambient.domain.tables.interfaces cn.vertxup.ambient.domain.tables.pojos cn.vertxup.ambient.domain.tables.records -
-
Uses of IXMenuMy in cn.vertxup.ambient.domain.tables.interfaces
Methods in cn.vertxup.ambient.domain.tables.interfaces with type parameters of type IXMenuMy Modifier and Type Method Description <E extends IXMenuMy>
EIXMenuMy. into(E into)Copy data into another generated Record/POJO implementing the common interface IXMenuMyMethods in cn.vertxup.ambient.domain.tables.interfaces that return IXMenuMy Modifier and Type Method Description default IXMenuMyIXMenuMy. fromJson(io.vertx.core.json.JsonObject json)IXMenuMyIXMenuMy. setActive(Boolean value)Setter forDB_ETERNAL.X_MENU_MY.ACTIVE.IXMenuMyIXMenuMy. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_MENU_MY.CREATED_AT.IXMenuMyIXMenuMy. setCreatedBy(String value)Setter forDB_ETERNAL.X_MENU_MY.CREATED_BY.IXMenuMyIXMenuMy. setIcon(String value)Setter forDB_ETERNAL.X_MENU_MY.ICON.IXMenuMyIXMenuMy. setKey(String value)Setter forDB_ETERNAL.X_MENU_MY.KEY.IXMenuMyIXMenuMy. setLanguage(String value)Setter forDB_ETERNAL.X_MENU_MY.LANGUAGE.IXMenuMyIXMenuMy. setMetadata(String value)Setter forDB_ETERNAL.X_MENU_MY.METADATA.IXMenuMyIXMenuMy. setOwner(String value)Setter forDB_ETERNAL.X_MENU_MY.OWNER.IXMenuMyIXMenuMy. setPage(String value)Setter forDB_ETERNAL.X_MENU_MY.PAGE.IXMenuMyIXMenuMy. setParameter(String value)Setter forDB_ETERNAL.X_MENU_MY.PARAMETER.IXMenuMyIXMenuMy. setPosition(String value)Setter forDB_ETERNAL.X_MENU_MY.POSITION.IXMenuMyIXMenuMy. setSigma(String value)Setter forDB_ETERNAL.X_MENU_MY.SIGMA.IXMenuMyIXMenuMy. setText(String value)Setter forDB_ETERNAL.X_MENU_MY.TEXT.IXMenuMyIXMenuMy. setType(String value)Setter forDB_ETERNAL.X_MENU_MY.TYPE.IXMenuMyIXMenuMy. setUiColorBg(String value)Setter forDB_ETERNAL.X_MENU_MY.UI_COLOR_BG.IXMenuMyIXMenuMy. setUiColorFg(String value)Setter forDB_ETERNAL.X_MENU_MY.UI_COLOR_FG.IXMenuMyIXMenuMy. setUiParent(String value)Setter forDB_ETERNAL.X_MENU_MY.UI_PARENT.IXMenuMyIXMenuMy. setUiSort(Long value)Setter forDB_ETERNAL.X_MENU_MY.UI_SORT.IXMenuMyIXMenuMy. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_MENU_MY.UPDATED_AT.IXMenuMyIXMenuMy. setUpdatedBy(String value)Setter forDB_ETERNAL.X_MENU_MY.UPDATED_BY.IXMenuMyIXMenuMy. setUri(String value)Setter forDB_ETERNAL.X_MENU_MY.URI.Methods in cn.vertxup.ambient.domain.tables.interfaces with parameters of type IXMenuMy Modifier and Type Method Description voidIXMenuMy. from(IXMenuMy from)Load data from another generated Record/POJO implementing the common interface IXMenuMy -
Uses of IXMenuMy in cn.vertxup.ambient.domain.tables.pojos
Classes in cn.vertxup.ambient.domain.tables.pojos that implement IXMenuMy Modifier and Type Class Description classXMenuMyThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.pojos with type parameters of type IXMenuMy Modifier and Type Method Description <E extends IXMenuMy>
EXMenuMy. into(E into)Methods in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXMenuMy Modifier and Type Method Description voidXMenuMy. from(IXMenuMy from)Constructors in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXMenuMy Constructor Description XMenuMy(IXMenuMy value) -
Uses of IXMenuMy in cn.vertxup.ambient.domain.tables.records
Classes in cn.vertxup.ambient.domain.tables.records that implement IXMenuMy Modifier and Type Class Description classXMenuMyRecordThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.records with type parameters of type IXMenuMy Modifier and Type Method Description <E extends IXMenuMy>
EXMenuMyRecord. into(E into)Methods in cn.vertxup.ambient.domain.tables.records with parameters of type IXMenuMy Modifier and Type Method Description voidXMenuMyRecord. from(IXMenuMy from)
-