@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiControl extends Object implements IUiControl
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiControl() |
UiControl(io.vertx.core.json.JsonObject json) |
UiControl(String key,
String sign,
String pageId,
String type,
String containerName,
String containerConfig,
String assist,
String grid,
String componentName,
String componentConfig,
String componentData,
Boolean active,
String sigma,
String metadata,
String language,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
UiControl(UiControl value) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IUiControl from)
Load data from another generated Record/POJO implementing the common interface IUiControl
|
Boolean |
getActive()
Getter for
DB_ETERNAL.UI_CONTROL.ACTIVE. |
String |
getAssist()
Getter for
DB_ETERNAL.UI_CONTROL.ASSIST. |
String |
getComponentConfig()
Getter for
DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. |
String |
getComponentData()
Getter for
DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. |
String |
getComponentName()
Getter for
DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. |
String |
getContainerConfig()
Getter for
DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. |
String |
getContainerName()
Getter for
DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.UI_CONTROL.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.UI_CONTROL.CREATED_BY. |
String |
getGrid()
Getter for
DB_ETERNAL.UI_CONTROL.GRID. |
String |
getKey()
Getter for
DB_ETERNAL.UI_CONTROL.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.UI_CONTROL.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.UI_CONTROL.METADATA. |
String |
getPageId()
Getter for
DB_ETERNAL.UI_CONTROL.PAGE_ID. |
String |
getSigma()
Getter for
DB_ETERNAL.UI_CONTROL.SIGMA. |
String |
getSign()
Getter for
DB_ETERNAL.UI_CONTROL.SIGN. |
String |
getType()
Getter for
DB_ETERNAL.UI_CONTROL.TYPE. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.UI_CONTROL.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.UI_CONTROL.UPDATED_BY. |
<E extends IUiControl> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiControl
|
UiControl |
setActive(Boolean active)
Setter for
DB_ETERNAL.UI_CONTROL.ACTIVE. |
UiControl |
setAssist(String assist)
Setter for
DB_ETERNAL.UI_CONTROL.ASSIST. |
UiControl |
setComponentConfig(String componentConfig)
Setter for
DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. |
UiControl |
setComponentData(String componentData)
Setter for
DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. |
UiControl |
setComponentName(String componentName)
Setter for
DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. |
UiControl |
setContainerConfig(String containerConfig)
Setter for
DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. |
UiControl |
setContainerName(String containerName)
Setter for
DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. |
UiControl |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.UI_CONTROL.CREATED_AT. |
UiControl |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.UI_CONTROL.CREATED_BY. |
UiControl |
setGrid(String grid)
Setter for
DB_ETERNAL.UI_CONTROL.GRID. |
UiControl |
setKey(String key)
Setter for
DB_ETERNAL.UI_CONTROL.KEY. |
UiControl |
setLanguage(String language)
Setter for
DB_ETERNAL.UI_CONTROL.LANGUAGE. |
UiControl |
setMetadata(String metadata)
Setter for
DB_ETERNAL.UI_CONTROL.METADATA. |
UiControl |
setPageId(String pageId)
Setter for
DB_ETERNAL.UI_CONTROL.PAGE_ID. |
UiControl |
setSigma(String sigma)
Setter for
DB_ETERNAL.UI_CONTROL.SIGMA. |
UiControl |
setSign(String sign)
Setter for
DB_ETERNAL.UI_CONTROL.SIGN. |
UiControl |
setType(String type)
Setter for
DB_ETERNAL.UI_CONTROL.TYPE. |
UiControl |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.UI_CONTROL.UPDATED_AT. |
UiControl |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.UI_CONTROL.UPDATED_BY. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic UiControl()
public UiControl(UiControl value)
public UiControl(String key, String sign, String pageId, String type, String containerName, String containerConfig, String assist, String grid, String componentName, String componentConfig, String componentData, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public UiControl(io.vertx.core.json.JsonObject json)
public String getKey()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键
getKey in interface IUiControlpublic UiControl setKey(String key)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键
setKey in interface IUiControlpublic String getSign()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息
getSign in interface IUiControlpublic UiControl setSign(String sign)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息
setSign in interface IUiControlpublic String getPageId()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID
getPageId in interface IUiControlpublic UiControl setPageId(String pageId)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID
setPageId in interface IUiControlpublic String getType()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表
getType in interface IUiControlpublic UiControl setType(String type)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表
setType in interface IUiControlpublic String getContainerName()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名
getContainerName in interface IUiControlpublic UiControl setContainerName(String containerName)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名
setContainerName in interface IUiControlpublic String getContainerConfig()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置
getContainerConfig in interface IUiControlpublic UiControl setContainerConfig(String containerConfig)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置
setContainerConfig in interface IUiControlpublic String getAssist()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)
getAssist in interface IUiControlpublic UiControl setAssist(String assist)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)
setAssist in interface IUiControlpublic String getGrid()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用
getGrid in interface IUiControlpublic UiControl setGrid(String grid)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用
setGrid in interface IUiControlpublic String getComponentName()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名
getComponentName in interface IUiControlpublic UiControl setComponentName(String componentName)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名
setComponentName in interface IUiControlpublic String getComponentConfig()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置
getComponentConfig in interface IUiControlpublic UiControl setComponentConfig(String componentConfig)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置
setComponentConfig in interface IUiControlpublic String getComponentData()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构
getComponentData in interface IUiControlpublic UiControl setComponentData(String componentData)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构
setComponentData in interface IUiControlpublic Boolean getActive()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用
getActive in interface IUiControlpublic UiControl setActive(Boolean active)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用
setActive in interface IUiControlpublic String getSigma()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识
getSigma in interface IUiControlpublic UiControl setSigma(String sigma)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识
setSigma in interface IUiControlpublic String getMetadata()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置
getMetadata in interface IUiControlpublic UiControl setMetadata(String metadata)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置
setMetadata in interface IUiControlpublic String getLanguage()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言
getLanguage in interface IUiControlpublic UiControl setLanguage(String language)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言
setLanguage in interface IUiControlpublic LocalDateTime getCreatedAt()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface IUiControlpublic UiControl setCreatedAt(LocalDateTime createdAt)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface IUiControlpublic String getCreatedBy()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface IUiControlpublic UiControl setCreatedBy(String createdBy)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface IUiControlpublic LocalDateTime getUpdatedAt()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface IUiControlpublic UiControl setUpdatedAt(LocalDateTime updatedAt)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface IUiControlpublic String getUpdatedBy()
IUiControlGetter for DB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface IUiControlpublic UiControl setUpdatedBy(String updatedBy)
IUiControlSetter for DB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface IUiControlpublic void from(IUiControl from)
Load data from another generated Record/POJO implementing the common interface IUiControl
from in interface IUiControlpublic <E extends IUiControl> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiControl
into in interface IUiControlCopyright © 2020. All rights reserved.