Class UiPage

  • All Implemented Interfaces:
    IUiPage, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class UiPage
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IUiPage
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.UI_PAGE.KEY. 「key」- 页面唯一主键
        Specified by:
        getKey in interface IUiPage
      • setKey

        public UiPage setKey​(String key)
        Setter for DB_ETERNAL.UI_PAGE.KEY. 「key」- 页面唯一主键
        Specified by:
        setKey in interface IUiPage
      • getApp

        public String getApp()
        Getter for DB_ETERNAL.UI_PAGE.APP. 「app」- 入口APP名称,APP中的path
        Specified by:
        getApp in interface IUiPage
      • setApp

        public UiPage setApp​(String app)
        Setter for DB_ETERNAL.UI_PAGE.APP. 「app」- 入口APP名称,APP中的path
        Specified by:
        setApp in interface IUiPage
      • getModule

        public String getModule()
        Getter for DB_ETERNAL.UI_PAGE.MODULE. 「module」- 模块相关信息
        Specified by:
        getModule in interface IUiPage
      • setModule

        public UiPage setModule​(String module)
        Setter for DB_ETERNAL.UI_PAGE.MODULE. 「module」- 模块相关信息
        Specified by:
        setModule in interface IUiPage
      • getPage

        public String getPage()
        Getter for DB_ETERNAL.UI_PAGE.PAGE. 「page」- 页面路径信息
        Specified by:
        getPage in interface IUiPage
      • setPage

        public UiPage setPage​(String page)
        Setter for DB_ETERNAL.UI_PAGE.PAGE. 「page」- 页面路径信息
        Specified by:
        setPage in interface IUiPage
      • getLayoutId

        public String getLayoutId()
        Getter for DB_ETERNAL.UI_PAGE.LAYOUT_ID. 「layoutId」- 使用的模板ID,最终生成 layout 顶层节点数据
        Specified by:
        getLayoutId in interface IUiPage
      • setLayoutId

        public UiPage setLayoutId​(String layoutId)
        Setter for DB_ETERNAL.UI_PAGE.LAYOUT_ID. 「layoutId」- 使用的模板ID,最终生成 layout 顶层节点数据
        Specified by:
        setLayoutId in interface IUiPage
      • getSecure

        public Boolean getSecure()
        Getter for DB_ETERNAL.UI_PAGE.SECURE. 「secure」- 是否执行安全检查(安全检查才会被权限系统捕捉)
        Specified by:
        getSecure in interface IUiPage
      • setSecure

        public UiPage setSecure​(Boolean secure)
        Setter for DB_ETERNAL.UI_PAGE.SECURE. 「secure」- 是否执行安全检查(安全检查才会被权限系统捕捉)
        Specified by:
        setSecure in interface IUiPage
      • getParamMap

        public String getParamMap()
        Getter for DB_ETERNAL.UI_PAGE.PARAM_MAP. 「paramMap」- URL地址中的配置key=value
        Specified by:
        getParamMap in interface IUiPage
      • setParamMap

        public UiPage setParamMap​(String paramMap)
        Setter for DB_ETERNAL.UI_PAGE.PARAM_MAP. 「paramMap」- URL地址中的配置key=value
        Specified by:
        setParamMap in interface IUiPage
      • getContainerName

        public String getContainerName()
        Getter for DB_ETERNAL.UI_PAGE.CONTAINER_NAME. 「containerName」- 当前页面是否存在容器,如果有容器,那么设置容器名称
        Specified by:
        getContainerName in interface IUiPage
      • setContainerName

        public UiPage setContainerName​(String containerName)
        Setter for DB_ETERNAL.UI_PAGE.CONTAINER_NAME. 「containerName」- 当前页面是否存在容器,如果有容器,那么设置容器名称
        Specified by:
        setContainerName in interface IUiPage
      • getContainerConfig

        public String getContainerConfig()
        Getter for DB_ETERNAL.UI_PAGE.CONTAINER_CONFIG. 「containerConfig」- 当前页面容器相关配置
        Specified by:
        getContainerConfig in interface IUiPage
      • setContainerConfig

        public UiPage setContainerConfig​(String containerConfig)
        Setter for DB_ETERNAL.UI_PAGE.CONTAINER_CONFIG. 「containerConfig」- 当前页面容器相关配置
        Specified by:
        setContainerConfig in interface IUiPage
      • getState

        public String getState()
        Getter for DB_ETERNAL.UI_PAGE.STATE. 「state」- 当前页面的初始化状态信息
        Specified by:
        getState in interface IUiPage
      • setState

        public UiPage setState​(String state)
        Setter for DB_ETERNAL.UI_PAGE.STATE. 「state」- 当前页面的初始化状态信息
        Specified by:
        setState in interface IUiPage
      • getGrid

        public String getGrid()
        Getter for DB_ETERNAL.UI_PAGE.GRID. 「grid」- 当前页面的布局信息,Grid布局格式
        Specified by:
        getGrid in interface IUiPage
      • setGrid

        public UiPage setGrid​(String grid)
        Setter for DB_ETERNAL.UI_PAGE.GRID. 「grid」- 当前页面的布局信息,Grid布局格式
        Specified by:
        setGrid in interface IUiPage
      • getAssist

        public String getAssist()
        Getter for DB_ETERNAL.UI_PAGE.ASSIST. 「assist」- 当前页面的辅助数据Ajax配置
        Specified by:
        getAssist in interface IUiPage
      • setAssist

        public UiPage setAssist​(String assist)
        Setter for DB_ETERNAL.UI_PAGE.ASSIST. 「assist」- 当前页面的辅助数据Ajax配置
        Specified by:
        setAssist in interface IUiPage
      • getActive

        public Boolean getActive()
        Getter for DB_ETERNAL.UI_PAGE.ACTIVE. 「active」- 是否启用
        Specified by:
        getActive in interface IUiPage
      • setActive

        public UiPage setActive​(Boolean active)
        Setter for DB_ETERNAL.UI_PAGE.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface IUiPage
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.UI_PAGE.SIGMA. 「sigma」- 统一标识
        Specified by:
        getSigma in interface IUiPage
      • setSigma

        public UiPage setSigma​(String sigma)
        Setter for DB_ETERNAL.UI_PAGE.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface IUiPage
      • getMetadata

        public String getMetadata()
        Getter for DB_ETERNAL.UI_PAGE.METADATA. 「metadata」- 附加配置
        Specified by:
        getMetadata in interface IUiPage
      • setMetadata

        public UiPage setMetadata​(String metadata)
        Setter for DB_ETERNAL.UI_PAGE.METADATA. 「metadata」- 附加配置
        Specified by:
        setMetadata in interface IUiPage
      • getLanguage

        public String getLanguage()
        Getter for DB_ETERNAL.UI_PAGE.LANGUAGE. 「language」- 使用的语言
        Specified by:
        getLanguage in interface IUiPage
      • setLanguage

        public UiPage setLanguage​(String language)
        Setter for DB_ETERNAL.UI_PAGE.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface IUiPage
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.UI_PAGE.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        getCreatedAt in interface IUiPage
      • setCreatedAt

        public UiPage setCreatedAt​(LocalDateTime createdAt)
        Setter for DB_ETERNAL.UI_PAGE.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        setCreatedAt in interface IUiPage
      • getCreatedBy

        public String getCreatedBy()
        Getter for DB_ETERNAL.UI_PAGE.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface IUiPage
      • setCreatedBy

        public UiPage setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.UI_PAGE.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface IUiPage
      • getUpdatedAt

        public LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.UI_PAGE.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        getUpdatedAt in interface IUiPage
      • setUpdatedAt

        public UiPage setUpdatedAt​(LocalDateTime updatedAt)
        Setter for DB_ETERNAL.UI_PAGE.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        setUpdatedAt in interface IUiPage
      • getUpdatedBy

        public String getUpdatedBy()
        Getter for DB_ETERNAL.UI_PAGE.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface IUiPage
      • setUpdatedBy

        public UiPage setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.UI_PAGE.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface IUiPage
      • from

        public void from​(IUiPage from)
        Description copied from interface: IUiPage
        Load data from another generated Record/POJO implementing the common interface IUiPage
        Specified by:
        from in interface IUiPage
      • into

        public <E extends IUiPage> E into​(E into)
        Description copied from interface: IUiPage
        Copy data into another generated Record/POJO implementing the common interface IUiPage
        Specified by:
        into in interface IUiPage