Interface IUiControl

  • All Superinterfaces:
    Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    All Known Implementing Classes:
    UiControl, UiControlRecord

    public interface IUiControl
    extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
    This class is generated by jOOQ.
    • Method Detail

      • setKey

        IUiControl setKey​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键
      • getKey

        String getKey()
        Getter for DB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键
      • setSign

        IUiControl setSign​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息
      • getSign

        String getSign()
        Getter for DB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息
      • setPageId

        IUiControl setPageId​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID
      • getPageId

        String getPageId()
        Getter for DB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID
      • setType

        IUiControl setType​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表
      • getType

        String getType()
        Getter for DB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表
      • setContainerName

        IUiControl setContainerName​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名
      • getContainerName

        String getContainerName()
        Getter for DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名
      • setContainerConfig

        IUiControl setContainerConfig​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置
      • getContainerConfig

        String getContainerConfig()
        Getter for DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置
      • setAssist

        IUiControl setAssist​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)
      • getAssist

        String getAssist()
        Getter for DB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)
      • setGrid

        IUiControl setGrid​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用
      • getGrid

        String getGrid()
        Getter for DB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用
      • setComponentName

        IUiControl setComponentName​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名
      • getComponentName

        String getComponentName()
        Getter for DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名
      • setComponentConfig

        IUiControl setComponentConfig​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置
      • getComponentConfig

        String getComponentConfig()
        Getter for DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置
      • setComponentData

        IUiControl setComponentData​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构
      • getComponentData

        String getComponentData()
        Getter for DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构
      • setActive

        IUiControl setActive​(Boolean value)
        Setter for DB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用
      • getActive

        Boolean getActive()
        Getter for DB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用
      • setSigma

        IUiControl setSigma​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识
      • getSigma

        String getSigma()
        Getter for DB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识
      • setMetadata

        IUiControl setMetadata​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置
      • getMetadata

        String getMetadata()
        Getter for DB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置
      • setLanguage

        IUiControl setLanguage​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言
      • getLanguage

        String getLanguage()
        Getter for DB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言
      • setCreatedAt

        IUiControl setCreatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间
      • getCreatedAt

        LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间
      • setCreatedBy

        IUiControl setCreatedBy​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人
      • getCreatedBy

        String getCreatedBy()
        Getter for DB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人
      • setUpdatedAt

        IUiControl setUpdatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间
      • getUpdatedAt

        LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间
      • setUpdatedBy

        IUiControl setUpdatedBy​(String value)
        Setter for DB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人
      • getUpdatedBy

        String getUpdatedBy()
        Getter for DB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人
      • from

        void from​(IUiControl from)
        Load data from another generated Record/POJO implementing the common interface IUiControl
      • into

        <E extends IUiControl> E into​(E into)
        Copy data into another generated Record/POJO implementing the common interface IUiControl
      • fromJson

        default IUiControl fromJson​(io.vertx.core.json.JsonObject json)
        Specified by:
        fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
      • toJson

        default io.vertx.core.json.JsonObject toJson()
        Specified by:
        toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo