@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiColumn extends Object implements IUiColumn
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiColumn() |
UiColumn(io.vertx.core.json.JsonObject json) |
UiColumn(String key,
String title,
String dataIndex,
Integer position,
String render,
Integer width,
Boolean fixed,
String className,
Boolean sorter,
String filterType,
String filterConfig,
String empty,
String mapping,
String config,
String option,
String format,
String datum,
String controlId,
Boolean active,
String sigma,
String metadata,
String language,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
UiColumn(UiColumn value) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IUiColumn from)
Load data from another generated Record/POJO implementing the common interface IUiColumn
|
Boolean |
getActive()
Getter for
DB_ETERNAL.UI_COLUMN.ACTIVE. |
String |
getClassName()
Getter for
DB_ETERNAL.UI_COLUMN.CLASS_NAME. |
String |
getConfig()
Getter for
DB_ETERNAL.UI_COLUMN.CONFIG. |
String |
getControlId()
Getter for
DB_ETERNAL.UI_COLUMN.CONTROL_ID. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.UI_COLUMN.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.UI_COLUMN.CREATED_BY. |
String |
getDataIndex()
Getter for
DB_ETERNAL.UI_COLUMN.DATA_INDEX. |
String |
getDatum()
Getter for
DB_ETERNAL.UI_COLUMN.DATUM. |
String |
getEmpty()
Getter for
DB_ETERNAL.UI_COLUMN.EMPTY. |
String |
getFilterConfig()
Getter for
DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. |
String |
getFilterType()
Getter for
DB_ETERNAL.UI_COLUMN.FILTER_TYPE. |
Boolean |
getFixed()
Getter for
DB_ETERNAL.UI_COLUMN.FIXED. |
String |
getFormat()
Getter for
DB_ETERNAL.UI_COLUMN.FORMAT. |
String |
getKey()
Getter for
DB_ETERNAL.UI_COLUMN.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.UI_COLUMN.LANGUAGE. |
String |
getMapping()
Getter for
DB_ETERNAL.UI_COLUMN.MAPPING. |
String |
getMetadata()
Getter for
DB_ETERNAL.UI_COLUMN.METADATA. |
String |
getOption()
Getter for
DB_ETERNAL.UI_COLUMN.OPTION. |
Integer |
getPosition()
Getter for
DB_ETERNAL.UI_COLUMN.POSITION. |
String |
getRender()
Getter for
DB_ETERNAL.UI_COLUMN.RENDER. |
String |
getSigma()
Getter for
DB_ETERNAL.UI_COLUMN.SIGMA. |
Boolean |
getSorter()
Getter for
DB_ETERNAL.UI_COLUMN.SORTER. |
String |
getTitle()
Getter for
DB_ETERNAL.UI_COLUMN.TITLE. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.UI_COLUMN.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.UI_COLUMN.UPDATED_BY. |
Integer |
getWidth()
Getter for
DB_ETERNAL.UI_COLUMN.WIDTH. |
<E extends IUiColumn> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiColumn
|
UiColumn |
setActive(Boolean active)
Setter for
DB_ETERNAL.UI_COLUMN.ACTIVE. |
UiColumn |
setClassName(String className)
Setter for
DB_ETERNAL.UI_COLUMN.CLASS_NAME. |
UiColumn |
setConfig(String config)
Setter for
DB_ETERNAL.UI_COLUMN.CONFIG. |
UiColumn |
setControlId(String controlId)
Setter for
DB_ETERNAL.UI_COLUMN.CONTROL_ID. |
UiColumn |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.UI_COLUMN.CREATED_AT. |
UiColumn |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.UI_COLUMN.CREATED_BY. |
UiColumn |
setDataIndex(String dataIndex)
Setter for
DB_ETERNAL.UI_COLUMN.DATA_INDEX. |
UiColumn |
setDatum(String datum)
Setter for
DB_ETERNAL.UI_COLUMN.DATUM. |
UiColumn |
setEmpty(String empty)
Setter for
DB_ETERNAL.UI_COLUMN.EMPTY. |
UiColumn |
setFilterConfig(String filterConfig)
Setter for
DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. |
UiColumn |
setFilterType(String filterType)
Setter for
DB_ETERNAL.UI_COLUMN.FILTER_TYPE. |
UiColumn |
setFixed(Boolean fixed)
Setter for
DB_ETERNAL.UI_COLUMN.FIXED. |
UiColumn |
setFormat(String format)
Setter for
DB_ETERNAL.UI_COLUMN.FORMAT. |
UiColumn |
setKey(String key)
Setter for
DB_ETERNAL.UI_COLUMN.KEY. |
UiColumn |
setLanguage(String language)
Setter for
DB_ETERNAL.UI_COLUMN.LANGUAGE. |
UiColumn |
setMapping(String mapping)
Setter for
DB_ETERNAL.UI_COLUMN.MAPPING. |
UiColumn |
setMetadata(String metadata)
Setter for
DB_ETERNAL.UI_COLUMN.METADATA. |
UiColumn |
setOption(String option)
Setter for
DB_ETERNAL.UI_COLUMN.OPTION. |
UiColumn |
setPosition(Integer position)
Setter for
DB_ETERNAL.UI_COLUMN.POSITION. |
UiColumn |
setRender(String render)
Setter for
DB_ETERNAL.UI_COLUMN.RENDER. |
UiColumn |
setSigma(String sigma)
Setter for
DB_ETERNAL.UI_COLUMN.SIGMA. |
UiColumn |
setSorter(Boolean sorter)
Setter for
DB_ETERNAL.UI_COLUMN.SORTER. |
UiColumn |
setTitle(String title)
Setter for
DB_ETERNAL.UI_COLUMN.TITLE. |
UiColumn |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.UI_COLUMN.UPDATED_AT. |
UiColumn |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.UI_COLUMN.UPDATED_BY. |
UiColumn |
setWidth(Integer width)
Setter for
DB_ETERNAL.UI_COLUMN.WIDTH. |
String |
toString() |
public UiColumn()
public UiColumn(UiColumn value)
public UiColumn(String key, String title, String dataIndex, Integer position, String render, Integer width, Boolean fixed, String className, Boolean sorter, String filterType, String filterConfig, String empty, String mapping, String config, String option, String format, String datum, String controlId, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public UiColumn(io.vertx.core.json.JsonObject json)
public String getKey()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.KEY. 「key」- 列主键
public UiColumn setKey(String key)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.KEY. 「key」- 列主键
public String getTitle()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.TITLE. 「title」- 列标题
public UiColumn setTitle(String title)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.TITLE. 「title」- 列标题
public String getDataIndex()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.DATA_INDEX. 「dataIndex」- 列名
getDataIndex in interface IUiColumnpublic UiColumn setDataIndex(String dataIndex)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.DATA_INDEX. 「dataIndex」- 列名
setDataIndex in interface IUiColumnpublic Integer getPosition()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.POSITION. 「position」- 当前列的位置
getPosition in interface IUiColumnpublic UiColumn setPosition(Integer position)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.POSITION. 「position」- 当前列的位置
setPosition in interface IUiColumnpublic String getRender()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.RENDER. 「render」- 使用的Render函数
public UiColumn setRender(String render)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.RENDER. 「render」- 使用的Render函数
public Integer getWidth()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.WIDTH. 「width」- 当前列的宽度
public UiColumn setWidth(Integer width)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.WIDTH. 「width」- 当前列的宽度
public Boolean getFixed()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.FIXED. 「fixed」- 当前列是否固定
public UiColumn setFixed(Boolean fixed)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.FIXED. 「fixed」- 当前列是否固定
public String getClassName()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.CLASS_NAME. 「className」- 当前列的特殊CSS类
getClassName in interface IUiColumnpublic UiColumn setClassName(String className)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.CLASS_NAME. 「className」- 当前列的特殊CSS类
setClassName in interface IUiColumnpublic Boolean getSorter()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.SORTER. 「sorter」- 当前列是否支持排序
public UiColumn setSorter(Boolean sorter)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.SORTER. 「sorter」- 当前列是否支持排序
public String getFilterType()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.FILTER_TYPE. 「filterType」- $filter.type 支持列搜索时的搜索类型
getFilterType in interface IUiColumnpublic UiColumn setFilterType(String filterType)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.FILTER_TYPE. 「filterType」- $filter.type 支持列搜索时的搜索类型
setFilterType in interface IUiColumnpublic String getFilterConfig()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. 「filterConfig」- $filter.config 列搜索支持时的搜索配置
getFilterConfig in interface IUiColumnpublic UiColumn setFilterConfig(String filterConfig)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. 「filterConfig」- $filter.config 列搜索支持时的搜索配置
setFilterConfig in interface IUiColumnpublic String getEmpty()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.EMPTY. 「empty」- $empty 专用
public UiColumn setEmpty(String empty)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.EMPTY. 「empty」- $empty 专用
public String getMapping()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.MAPPING. 「mapping」- $mapping专用
getMapping in interface IUiColumnpublic UiColumn setMapping(String mapping)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.MAPPING. 「mapping」- $mapping专用
setMapping in interface IUiColumnpublic String getConfig()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.CONFIG. 「config」- $config专用
public UiColumn setConfig(String config)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.CONFIG. 「config」- $config专用
public String getOption()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.OPTION. 「option」- $option专用,executor时
public UiColumn setOption(String option)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.OPTION. 「option」- $option专用,executor时
public String getFormat()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.FORMAT. 「format」- $format时间格式专用
public UiColumn setFormat(String format)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.FORMAT. 「format」- $format时间格式专用
public String getDatum()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.DATUM. 「datum」- $datum专用
public UiColumn setDatum(String datum)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.DATUM. 「datum」- $datum专用
public String getControlId()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.CONTROL_ID. 「controlId」- 关联的控件ID
getControlId in interface IUiColumnpublic UiColumn setControlId(String controlId)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.CONTROL_ID. 「controlId」- 关联的控件ID
setControlId in interface IUiColumnpublic Boolean getActive()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.ACTIVE. 「active」- 是否启用
public UiColumn setActive(Boolean active)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.ACTIVE. 「active」- 是否启用
public String getSigma()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.SIGMA. 「sigma」- 统一标识
public UiColumn setSigma(String sigma)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.SIGMA. 「sigma」- 统一标识
public String getMetadata()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.METADATA. 「metadata」- 附加配置
getMetadata in interface IUiColumnpublic UiColumn setMetadata(String metadata)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.METADATA. 「metadata」- 附加配置
setMetadata in interface IUiColumnpublic String getLanguage()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.LANGUAGE. 「language」- 使用的语言
getLanguage in interface IUiColumnpublic UiColumn setLanguage(String language)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.LANGUAGE. 「language」- 使用的语言
setLanguage in interface IUiColumnpublic LocalDateTime getCreatedAt()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface IUiColumnpublic UiColumn setCreatedAt(LocalDateTime createdAt)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface IUiColumnpublic String getCreatedBy()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface IUiColumnpublic UiColumn setCreatedBy(String createdBy)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface IUiColumnpublic LocalDateTime getUpdatedAt()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface IUiColumnpublic UiColumn setUpdatedAt(LocalDateTime updatedAt)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface IUiColumnpublic String getUpdatedBy()
IUiColumnGetter for DB_ETERNAL.UI_COLUMN.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface IUiColumnpublic UiColumn setUpdatedBy(String updatedBy)
IUiColumnSetter for DB_ETERNAL.UI_COLUMN.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface IUiColumnpublic void from(IUiColumn from)
Load data from another generated Record/POJO implementing the common interface IUiColumn
Copyright © 2020. All rights reserved.