Class UiView

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.UI_VIEW.KEY. 「key」- 查询记录ID
      Specified by:
      getKey in interface IUiView
    • setKey

      public UiView setKey(String key)
      Setter for DB_ETERNAL.UI_VIEW.KEY. 「key」- 查询记录ID
      Specified by:
      setKey in interface IUiView
    • getName

      public String getName()
      Getter for DB_ETERNAL.UI_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
      Specified by:
      getName in interface IUiView
    • setName

      public UiView setName(String name)
      Setter for DB_ETERNAL.UI_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
      Specified by:
      setName in interface IUiView
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.UI_VIEW.CODE. 「code」- 系统编码
      Specified by:
      getCode in interface IUiView
    • setCode

      public UiView setCode(String code)
      Setter for DB_ETERNAL.UI_VIEW.CODE. 「code」- 系统编码
      Specified by:
      setCode in interface IUiView
    • getSort

      public Integer getSort()
      Getter for DB_ETERNAL.UI_VIEW.SORT. 「sort」- QR的顺序
      Specified by:
      getSort in interface IUiView
    • setSort

      public UiView setSort(Integer sort)
      Setter for DB_ETERNAL.UI_VIEW.SORT. 「sort」- QR的顺序
      Specified by:
      setSort in interface IUiView
    • getIdentifier

      public String getIdentifier()
      Getter for DB_ETERNAL.UI_VIEW.IDENTIFIER. 「identifier」- 模型标识符
      Specified by:
      getIdentifier in interface IUiView
    • setIdentifier

      public UiView setIdentifier(String identifier)
      Setter for DB_ETERNAL.UI_VIEW.IDENTIFIER. 「identifier」- 模型标识符
      Specified by:
      setIdentifier in interface IUiView
    • getWorkflow

      public String getWorkflow()
      Getter for DB_ETERNAL.UI_VIEW.WORKFLOW. 「workflow」- 工作流名称
      Specified by:
      getWorkflow in interface IUiView
    • setWorkflow

      public UiView setWorkflow(String workflow)
      Setter for DB_ETERNAL.UI_VIEW.WORKFLOW. 「workflow」- 工作流名称
      Specified by:
      setWorkflow in interface IUiView
    • getView

      public String getView()
      Getter for DB_ETERNAL.UI_VIEW.VIEW. 「view」- 视图名
      Specified by:
      getView in interface IUiView
    • setView

      public UiView setView(String view)
      Setter for DB_ETERNAL.UI_VIEW.VIEW. 「view」- 视图名
      Specified by:
      setView in interface IUiView
    • getPosition

      public String getPosition()
      Getter for DB_ETERNAL.UI_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度
      Specified by:
      getPosition in interface IUiView
    • setPosition

      public UiView setPosition(String position)
      Setter for DB_ETERNAL.UI_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度
      Specified by:
      setPosition in interface IUiView
    • getTitle

      public String getTitle()
      Getter for DB_ETERNAL.UI_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
      Specified by:
      getTitle in interface IUiView
    • setTitle

      public UiView setTitle(String title)
      Setter for DB_ETERNAL.UI_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
      Specified by:
      setTitle in interface IUiView
    • getProjection

      public String getProjection()
      Getter for DB_ETERNAL.UI_VIEW.PROJECTION. 「projection」- 该资源的列定义
      Specified by:
      getProjection in interface IUiView
    • setProjection

      public UiView setProjection(String projection)
      Setter for DB_ETERNAL.UI_VIEW.PROJECTION. 「projection」- 该资源的列定义
      Specified by:
      setProjection in interface IUiView
    • getCriteria

      public String getCriteria()
      Getter for DB_ETERNAL.UI_VIEW.CRITERIA. 「criteria」- 该资源的行查询
      Specified by:
      getCriteria in interface IUiView
    • setCriteria

      public UiView setCriteria(String criteria)
      Setter for DB_ETERNAL.UI_VIEW.CRITERIA. 「criteria」- 该资源的行查询
      Specified by:
      setCriteria in interface IUiView
    • getRows

      public String getRows()
      Getter for DB_ETERNAL.UI_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
      Specified by:
      getRows in interface IUiView
    • setRows

      public UiView setRows(String rows)
      Setter for DB_ETERNAL.UI_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
      Specified by:
      setRows in interface IUiView
    • getUiConfig

      public String getUiConfig()
      Getter for DB_ETERNAL.UI_VIEW.UI_CONFIG. 「uiConfig」- 界面配置
      Specified by:
      getUiConfig in interface IUiView
    • setUiConfig

      public UiView setUiConfig(String uiConfig)
      Setter for DB_ETERNAL.UI_VIEW.UI_CONFIG. 「uiConfig」- 界面配置
      Specified by:
      setUiConfig in interface IUiView
    • getQrComponent

      public String getQrComponent()
      Getter for DB_ETERNAL.UI_VIEW.QR_COMPONENT. 「qrComponent」- 查询条件专用组件
      Specified by:
      getQrComponent in interface IUiView
    • setQrComponent

      public UiView setQrComponent(String qrComponent)
      Setter for DB_ETERNAL.UI_VIEW.QR_COMPONENT. 「qrComponent」- 查询条件专用组件
      Specified by:
      setQrComponent in interface IUiView
    • getQrConfig

      public String getQrConfig()
      Getter for DB_ETERNAL.UI_VIEW.QR_CONFIG. 「qrConfig」- 查询组件专用配置
      Specified by:
      getQrConfig in interface IUiView
    • setQrConfig

      public UiView setQrConfig(String qrConfig)
      Setter for DB_ETERNAL.UI_VIEW.QR_CONFIG. 「qrConfig」- 查询组件专用配置
      Specified by:
      setQrConfig in interface IUiView
    • getSigma

      public String getSigma()
      Getter for DB_ETERNAL.UI_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
      Specified by:
      getSigma in interface IUiView
    • setSigma

      public UiView setSigma(String sigma)
      Setter for DB_ETERNAL.UI_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
      Specified by:
      setSigma in interface IUiView
    • getLanguage

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

      public UiView setLanguage(String language)
      Setter for DB_ETERNAL.UI_VIEW.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IUiView
    • getActive

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

      public UiView setActive(Boolean active)
      Setter for DB_ETERNAL.UI_VIEW.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IUiView
    • getMetadata

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

      public UiView setMetadata(String metadata)
      Setter for DB_ETERNAL.UI_VIEW.METADATA. 「metadata」- 附加配置数据
      Specified by:
      setMetadata in interface IUiView
    • getCreatedAt

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

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

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

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

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

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

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

      public UiView setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.UI_VIEW.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IUiView
    • 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(IUiView from)
      Description copied from interface: IUiView
      Load data from another generated Record/POJO implementing the common interface IUiView
      Specified by:
      from in interface IUiView
    • into

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