@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
| 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()
IUiColumnDB_ETERNAL.UI_COLUMN.KEY. 「key」- 列主键public UiColumn setKey(String key)
IUiColumnDB_ETERNAL.UI_COLUMN.KEY. 「key」- 列主键public String getTitle()
IUiColumnDB_ETERNAL.UI_COLUMN.TITLE. 「title」- 列标题public UiColumn setTitle(String title)
IUiColumnDB_ETERNAL.UI_COLUMN.TITLE. 「title」- 列标题public String getDataIndex()
IUiColumnDB_ETERNAL.UI_COLUMN.DATA_INDEX. 「dataIndex」- 列名getDataIndex in interface IUiColumnpublic UiColumn setDataIndex(String dataIndex)
IUiColumnDB_ETERNAL.UI_COLUMN.DATA_INDEX. 「dataIndex」- 列名setDataIndex in interface IUiColumnpublic Integer getPosition()
IUiColumnDB_ETERNAL.UI_COLUMN.POSITION. 「position」- 当前列的位置getPosition in interface IUiColumnpublic UiColumn setPosition(Integer position)
IUiColumnDB_ETERNAL.UI_COLUMN.POSITION. 「position」- 当前列的位置setPosition in interface IUiColumnpublic String getRender()
IUiColumnDB_ETERNAL.UI_COLUMN.RENDER. 「render」- 使用的Render函数public UiColumn setRender(String render)
IUiColumnDB_ETERNAL.UI_COLUMN.RENDER. 「render」- 使用的Render函数public Integer getWidth()
IUiColumnDB_ETERNAL.UI_COLUMN.WIDTH. 「width」- 当前列的宽度public UiColumn setWidth(Integer width)
IUiColumnDB_ETERNAL.UI_COLUMN.WIDTH. 「width」- 当前列的宽度public Boolean getFixed()
IUiColumnDB_ETERNAL.UI_COLUMN.FIXED. 「fixed」- 当前列是否固定public UiColumn setFixed(Boolean fixed)
IUiColumnDB_ETERNAL.UI_COLUMN.FIXED. 「fixed」- 当前列是否固定public String getClassName()
IUiColumnDB_ETERNAL.UI_COLUMN.CLASS_NAME. 「className」- 当前列的特殊CSS类getClassName in interface IUiColumnpublic UiColumn setClassName(String className)
IUiColumnDB_ETERNAL.UI_COLUMN.CLASS_NAME. 「className」- 当前列的特殊CSS类setClassName in interface IUiColumnpublic Boolean getSorter()
IUiColumnDB_ETERNAL.UI_COLUMN.SORTER. 「sorter」- 当前列是否支持排序public UiColumn setSorter(Boolean sorter)
IUiColumnDB_ETERNAL.UI_COLUMN.SORTER. 「sorter」- 当前列是否支持排序public String getFilterType()
IUiColumnDB_ETERNAL.UI_COLUMN.FILTER_TYPE. 「filterType」- $filter.type 支持列搜索时的搜索类型getFilterType in interface IUiColumnpublic UiColumn setFilterType(String filterType)
IUiColumnDB_ETERNAL.UI_COLUMN.FILTER_TYPE. 「filterType」- $filter.type 支持列搜索时的搜索类型setFilterType in interface IUiColumnpublic String getFilterConfig()
IUiColumnDB_ETERNAL.UI_COLUMN.FILTER_CONFIG. 「filterConfig」- $filter.config 列搜索支持时的搜索配置getFilterConfig in interface IUiColumnpublic UiColumn setFilterConfig(String filterConfig)
IUiColumnDB_ETERNAL.UI_COLUMN.FILTER_CONFIG. 「filterConfig」- $filter.config 列搜索支持时的搜索配置setFilterConfig in interface IUiColumnpublic String getEmpty()
IUiColumnDB_ETERNAL.UI_COLUMN.EMPTY. 「empty」- $empty 专用public UiColumn setEmpty(String empty)
IUiColumnDB_ETERNAL.UI_COLUMN.EMPTY. 「empty」- $empty 专用public String getMapping()
IUiColumnDB_ETERNAL.UI_COLUMN.MAPPING. 「mapping」- $mapping专用getMapping in interface IUiColumnpublic UiColumn setMapping(String mapping)
IUiColumnDB_ETERNAL.UI_COLUMN.MAPPING. 「mapping」- $mapping专用setMapping in interface IUiColumnpublic String getConfig()
IUiColumnDB_ETERNAL.UI_COLUMN.CONFIG. 「config」- $config专用public UiColumn setConfig(String config)
IUiColumnDB_ETERNAL.UI_COLUMN.CONFIG. 「config」- $config专用public String getOption()
IUiColumnDB_ETERNAL.UI_COLUMN.OPTION. 「option」- $option专用,executor时public UiColumn setOption(String option)
IUiColumnDB_ETERNAL.UI_COLUMN.OPTION. 「option」- $option专用,executor时public String getFormat()
IUiColumnDB_ETERNAL.UI_COLUMN.FORMAT. 「format」- $format时间格式专用public UiColumn setFormat(String format)
IUiColumnDB_ETERNAL.UI_COLUMN.FORMAT. 「format」- $format时间格式专用public String getDatum()
IUiColumnDB_ETERNAL.UI_COLUMN.DATUM. 「datum」- $datum专用public UiColumn setDatum(String datum)
IUiColumnDB_ETERNAL.UI_COLUMN.DATUM. 「datum」- $datum专用public String getControlId()
IUiColumnDB_ETERNAL.UI_COLUMN.CONTROL_ID. 「controlId」- 关联的控件IDgetControlId in interface IUiColumnpublic UiColumn setControlId(String controlId)
IUiColumnDB_ETERNAL.UI_COLUMN.CONTROL_ID. 「controlId」- 关联的控件IDsetControlId in interface IUiColumnpublic Boolean getActive()
IUiColumnDB_ETERNAL.UI_COLUMN.ACTIVE. 「active」- 是否启用public UiColumn setActive(Boolean active)
IUiColumnDB_ETERNAL.UI_COLUMN.ACTIVE. 「active」- 是否启用public String getSigma()
IUiColumnDB_ETERNAL.UI_COLUMN.SIGMA. 「sigma」- 统一标识public UiColumn setSigma(String sigma)
IUiColumnDB_ETERNAL.UI_COLUMN.SIGMA. 「sigma」- 统一标识public String getMetadata()
IUiColumnDB_ETERNAL.UI_COLUMN.METADATA. 「metadata」- 附加配置getMetadata in interface IUiColumnpublic UiColumn setMetadata(String metadata)
IUiColumnDB_ETERNAL.UI_COLUMN.METADATA. 「metadata」- 附加配置setMetadata in interface IUiColumnpublic String getLanguage()
IUiColumnDB_ETERNAL.UI_COLUMN.LANGUAGE. 「language」- 使用的语言getLanguage in interface IUiColumnpublic UiColumn setLanguage(String language)
IUiColumnDB_ETERNAL.UI_COLUMN.LANGUAGE. 「language」- 使用的语言setLanguage in interface IUiColumnpublic LocalDateTime getCreatedAt()
IUiColumnDB_ETERNAL.UI_COLUMN.CREATED_AT. 「createdAt」- 创建时间getCreatedAt in interface IUiColumnpublic UiColumn setCreatedAt(LocalDateTime createdAt)
IUiColumnDB_ETERNAL.UI_COLUMN.CREATED_AT. 「createdAt」- 创建时间setCreatedAt in interface IUiColumnpublic String getCreatedBy()
IUiColumnDB_ETERNAL.UI_COLUMN.CREATED_BY. 「createdBy」- 创建人getCreatedBy in interface IUiColumnpublic UiColumn setCreatedBy(String createdBy)
IUiColumnDB_ETERNAL.UI_COLUMN.CREATED_BY. 「createdBy」- 创建人setCreatedBy in interface IUiColumnpublic LocalDateTime getUpdatedAt()
IUiColumnDB_ETERNAL.UI_COLUMN.UPDATED_AT. 「updatedAt」- 更新时间getUpdatedAt in interface IUiColumnpublic UiColumn setUpdatedAt(LocalDateTime updatedAt)
IUiColumnDB_ETERNAL.UI_COLUMN.UPDATED_AT. 「updatedAt」- 更新时间setUpdatedAt in interface IUiColumnpublic String getUpdatedBy()
IUiColumnDB_ETERNAL.UI_COLUMN.UPDATED_BY. 「updatedBy」- 更新人getUpdatedBy in interface IUiColumnpublic UiColumn setUpdatedBy(String updatedBy)
IUiColumnDB_ETERNAL.UI_COLUMN.UPDATED_BY. 「updatedBy」- 更新人setUpdatedBy in interface IUiColumnpublic void from(IUiColumn from)
Copyright © 2020. All rights reserved.