Class UiColumn

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

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

  • Method Details

    • getKey

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

      public UiColumn setKey(String key)
      Setter for DB_ETERNAL.UI_COLUMN.KEY. 「key」- 列主键
      Specified by:
      setKey in interface IUiColumn
    • getTitle

      public String getTitle()
      Getter for DB_ETERNAL.UI_COLUMN.TITLE. 「title」- 列标题
      Specified by:
      getTitle in interface IUiColumn
    • setTitle

      public UiColumn setTitle(String title)
      Setter for DB_ETERNAL.UI_COLUMN.TITLE. 「title」- 列标题
      Specified by:
      setTitle in interface IUiColumn
    • getDataIndex

      public String getDataIndex()
      Getter for DB_ETERNAL.UI_COLUMN.DATA_INDEX. 「dataIndex」- 列名
      Specified by:
      getDataIndex in interface IUiColumn
    • setDataIndex

      public UiColumn setDataIndex(String dataIndex)
      Setter for DB_ETERNAL.UI_COLUMN.DATA_INDEX. 「dataIndex」- 列名
      Specified by:
      setDataIndex in interface IUiColumn
    • getPosition

      public Integer getPosition()
      Getter for DB_ETERNAL.UI_COLUMN.POSITION. 「position」- 当前列的位置
      Specified by:
      getPosition in interface IUiColumn
    • setPosition

      public UiColumn setPosition(Integer position)
      Setter for DB_ETERNAL.UI_COLUMN.POSITION. 「position」- 当前列的位置
      Specified by:
      setPosition in interface IUiColumn
    • getRender

      public String getRender()
      Getter for DB_ETERNAL.UI_COLUMN.RENDER. 「render」- 使用的Render函数
      Specified by:
      getRender in interface IUiColumn
    • setRender

      public UiColumn setRender(String render)
      Setter for DB_ETERNAL.UI_COLUMN.RENDER. 「render」- 使用的Render函数
      Specified by:
      setRender in interface IUiColumn
    • getWidth

      public Integer getWidth()
      Getter for DB_ETERNAL.UI_COLUMN.WIDTH. 「width」- 当前列的宽度
      Specified by:
      getWidth in interface IUiColumn
    • setWidth

      public UiColumn setWidth(Integer width)
      Setter for DB_ETERNAL.UI_COLUMN.WIDTH. 「width」- 当前列的宽度
      Specified by:
      setWidth in interface IUiColumn
    • getFixed

      public Boolean getFixed()
      Getter for DB_ETERNAL.UI_COLUMN.FIXED. 「fixed」- 当前列是否固定
      Specified by:
      getFixed in interface IUiColumn
    • setFixed

      public UiColumn setFixed(Boolean fixed)
      Setter for DB_ETERNAL.UI_COLUMN.FIXED. 「fixed」- 当前列是否固定
      Specified by:
      setFixed in interface IUiColumn
    • getClassName

      public String getClassName()
      Getter for DB_ETERNAL.UI_COLUMN.CLASS_NAME. 「className」- 当前列的特殊CSS类
      Specified by:
      getClassName in interface IUiColumn
    • setClassName

      public UiColumn setClassName(String className)
      Setter for DB_ETERNAL.UI_COLUMN.CLASS_NAME. 「className」- 当前列的特殊CSS类
      Specified by:
      setClassName in interface IUiColumn
    • getSorter

      public Boolean getSorter()
      Getter for DB_ETERNAL.UI_COLUMN.SORTER. 「sorter」- 当前列是否支持排序
      Specified by:
      getSorter in interface IUiColumn
    • setSorter

      public UiColumn setSorter(Boolean sorter)
      Setter for DB_ETERNAL.UI_COLUMN.SORTER. 「sorter」- 当前列是否支持排序
      Specified by:
      setSorter in interface IUiColumn
    • getFilterType

      public String getFilterType()
      Getter for DB_ETERNAL.UI_COLUMN.FILTER_TYPE. 「filterType」- $filter.type 支持列搜索时的搜索类型
      Specified by:
      getFilterType in interface IUiColumn
    • setFilterType

      public UiColumn setFilterType(String filterType)
      Setter for DB_ETERNAL.UI_COLUMN.FILTER_TYPE. 「filterType」- $filter.type 支持列搜索时的搜索类型
      Specified by:
      setFilterType in interface IUiColumn
    • getFilterConfig

      public String getFilterConfig()
      Getter for DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. 「filterConfig」- $filter.config 列搜索支持时的搜索配置
      Specified by:
      getFilterConfig in interface IUiColumn
    • setFilterConfig

      public UiColumn setFilterConfig(String filterConfig)
      Setter for DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. 「filterConfig」- $filter.config 列搜索支持时的搜索配置
      Specified by:
      setFilterConfig in interface IUiColumn
    • getEmpty

      public String getEmpty()
      Getter for DB_ETERNAL.UI_COLUMN.EMPTY. 「empty」- $empty 专用
      Specified by:
      getEmpty in interface IUiColumn
    • setEmpty

      public UiColumn setEmpty(String empty)
      Setter for DB_ETERNAL.UI_COLUMN.EMPTY. 「empty」- $empty 专用
      Specified by:
      setEmpty in interface IUiColumn
    • getMapping

      public String getMapping()
      Getter for DB_ETERNAL.UI_COLUMN.MAPPING. 「mapping」- $mapping专用
      Specified by:
      getMapping in interface IUiColumn
    • setMapping

      public UiColumn setMapping(String mapping)
      Setter for DB_ETERNAL.UI_COLUMN.MAPPING. 「mapping」- $mapping专用
      Specified by:
      setMapping in interface IUiColumn
    • getConfig

      public String getConfig()
      Getter for DB_ETERNAL.UI_COLUMN.CONFIG. 「config」- $config专用
      Specified by:
      getConfig in interface IUiColumn
    • setConfig

      public UiColumn setConfig(String config)
      Setter for DB_ETERNAL.UI_COLUMN.CONFIG. 「config」- $config专用
      Specified by:
      setConfig in interface IUiColumn
    • getOption

      public String getOption()
      Getter for DB_ETERNAL.UI_COLUMN.OPTION. 「option」- $option专用,executor时
      Specified by:
      getOption in interface IUiColumn
    • setOption

      public UiColumn setOption(String option)
      Setter for DB_ETERNAL.UI_COLUMN.OPTION. 「option」- $option专用,executor时
      Specified by:
      setOption in interface IUiColumn
    • getFormat

      public String getFormat()
      Getter for DB_ETERNAL.UI_COLUMN.FORMAT. 「format」- $format时间格式专用
      Specified by:
      getFormat in interface IUiColumn
    • setFormat

      public UiColumn setFormat(String format)
      Setter for DB_ETERNAL.UI_COLUMN.FORMAT. 「format」- $format时间格式专用
      Specified by:
      setFormat in interface IUiColumn
    • getDatum

      public String getDatum()
      Getter for DB_ETERNAL.UI_COLUMN.DATUM. 「datum」- $datum专用
      Specified by:
      getDatum in interface IUiColumn
    • setDatum

      public UiColumn setDatum(String datum)
      Setter for DB_ETERNAL.UI_COLUMN.DATUM. 「datum」- $datum专用
      Specified by:
      setDatum in interface IUiColumn
    • getControlId

      public String getControlId()
      Getter for DB_ETERNAL.UI_COLUMN.CONTROL_ID. 「controlId」- 关联的控件ID
      Specified by:
      getControlId in interface IUiColumn
    • setControlId

      public UiColumn setControlId(String controlId)
      Setter for DB_ETERNAL.UI_COLUMN.CONTROL_ID. 「controlId」- 关联的控件ID
      Specified by:
      setControlId in interface IUiColumn
    • getActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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