Class UiControl

java.lang.Object
cn.vertxup.ui.domain.tables.pojos.UiControl
All Implemented Interfaces:
IUiControl, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class UiControl extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IUiControl
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键
      Specified by:
      getKey in interface IUiControl
    • setKey

      public UiControl setKey(String key)
      Setter for DB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键
      Specified by:
      setKey in interface IUiControl
    • getSign

      public String getSign()
      Getter for DB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息
      Specified by:
      getSign in interface IUiControl
    • setSign

      public UiControl setSign(String sign)
      Setter for DB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息
      Specified by:
      setSign in interface IUiControl
    • getPageId

      public String getPageId()
      Getter for DB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID
      Specified by:
      getPageId in interface IUiControl
    • setPageId

      public UiControl setPageId(String pageId)
      Setter for DB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID
      Specified by:
      setPageId in interface IUiControl
    • getType

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

      public UiControl setType(String type)
      Setter for DB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表
      Specified by:
      setType in interface IUiControl
    • getContainerName

      public String getContainerName()
      Getter for DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名
      Specified by:
      getContainerName in interface IUiControl
    • setContainerName

      public UiControl setContainerName(String containerName)
      Setter for DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名
      Specified by:
      setContainerName in interface IUiControl
    • getContainerConfig

      public String getContainerConfig()
      Getter for DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置
      Specified by:
      getContainerConfig in interface IUiControl
    • setContainerConfig

      public UiControl setContainerConfig(String containerConfig)
      Setter for DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置
      Specified by:
      setContainerConfig in interface IUiControl
    • getAssist

      public String getAssist()
      Getter for DB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)
      Specified by:
      getAssist in interface IUiControl
    • setAssist

      public UiControl setAssist(String assist)
      Setter for DB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)
      Specified by:
      setAssist in interface IUiControl
    • getGrid

      public String getGrid()
      Getter for DB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用
      Specified by:
      getGrid in interface IUiControl
    • setGrid

      public UiControl setGrid(String grid)
      Setter for DB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用
      Specified by:
      setGrid in interface IUiControl
    • getComponentName

      public String getComponentName()
      Getter for DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名
      Specified by:
      getComponentName in interface IUiControl
    • setComponentName

      public UiControl setComponentName(String componentName)
      Setter for DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名
      Specified by:
      setComponentName in interface IUiControl
    • getComponentConfig

      public String getComponentConfig()
      Getter for DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置
      Specified by:
      getComponentConfig in interface IUiControl
    • setComponentConfig

      public UiControl setComponentConfig(String componentConfig)
      Setter for DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置
      Specified by:
      setComponentConfig in interface IUiControl
    • getComponentData

      public String getComponentData()
      Getter for DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构
      Specified by:
      getComponentData in interface IUiControl
    • setComponentData

      public UiControl setComponentData(String componentData)
      Setter for DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构
      Specified by:
      setComponentData in interface IUiControl
    • getActive

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

      public UiControl setActive(Boolean active)
      Setter for DB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IUiControl
    • getSigma

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

      public UiControl setSigma(String sigma)
      Setter for DB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface IUiControl
    • getMetadata

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

      public UiControl setMetadata(String metadata)
      Setter for DB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IUiControl
    • getLanguage

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

      public UiControl setLanguage(String language)
      Setter for DB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IUiControl
    • getCreatedAt

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

      public UiControl setCreatedAt(LocalDateTime createdAt)
      Setter for DB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      setCreatedAt in interface IUiControl
    • getCreatedBy

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

      public UiControl setCreatedBy(String createdBy)
      Setter for DB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      setCreatedBy in interface IUiControl
    • getUpdatedAt

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

      public UiControl setUpdatedAt(LocalDateTime updatedAt)
      Setter for DB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      setUpdatedAt in interface IUiControl
    • getUpdatedBy

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

      public UiControl setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IUiControl
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

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

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