Class UiControl
- java.lang.Object
-
- cn.vertxup.ui.domain.tables.pojos.UiControl
-
- All Implemented Interfaces:
IUiControl,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class UiControl extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IUiControl
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UiControl()UiControl(IUiControl value)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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IUiControl from)Load data from another generated Record/POJO implementing the common interface IUiControlBooleangetActive()Getter forDB_ETERNAL.UI_CONTROL.ACTIVE.StringgetAssist()Getter forDB_ETERNAL.UI_CONTROL.ASSIST.StringgetComponentConfig()Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG.StringgetComponentData()Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA.StringgetComponentName()Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME.StringgetContainerConfig()Getter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG.StringgetContainerName()Getter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.UI_CONTROL.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.UI_CONTROL.CREATED_BY.StringgetGrid()Getter forDB_ETERNAL.UI_CONTROL.GRID.StringgetKey()Getter forDB_ETERNAL.UI_CONTROL.KEY.StringgetLanguage()Getter forDB_ETERNAL.UI_CONTROL.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.UI_CONTROL.METADATA.StringgetPageId()Getter forDB_ETERNAL.UI_CONTROL.PAGE_ID.StringgetSigma()Getter forDB_ETERNAL.UI_CONTROL.SIGMA.StringgetSign()Getter forDB_ETERNAL.UI_CONTROL.SIGN.StringgetType()Getter forDB_ETERNAL.UI_CONTROL.TYPE.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.UI_CONTROL.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.UI_CONTROL.UPDATED_BY.<E extends IUiControl>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IUiControlUiControlsetActive(Boolean active)Setter forDB_ETERNAL.UI_CONTROL.ACTIVE.UiControlsetAssist(String assist)Setter forDB_ETERNAL.UI_CONTROL.ASSIST.UiControlsetComponentConfig(String componentConfig)Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG.UiControlsetComponentData(String componentData)Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA.UiControlsetComponentName(String componentName)Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME.UiControlsetContainerConfig(String containerConfig)Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG.UiControlsetContainerName(String containerName)Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME.UiControlsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.UI_CONTROL.CREATED_AT.UiControlsetCreatedBy(String createdBy)Setter forDB_ETERNAL.UI_CONTROL.CREATED_BY.UiControlsetGrid(String grid)Setter forDB_ETERNAL.UI_CONTROL.GRID.UiControlsetKey(String key)Setter forDB_ETERNAL.UI_CONTROL.KEY.UiControlsetLanguage(String language)Setter forDB_ETERNAL.UI_CONTROL.LANGUAGE.UiControlsetMetadata(String metadata)Setter forDB_ETERNAL.UI_CONTROL.METADATA.UiControlsetPageId(String pageId)Setter forDB_ETERNAL.UI_CONTROL.PAGE_ID.UiControlsetSigma(String sigma)Setter forDB_ETERNAL.UI_CONTROL.SIGMA.UiControlsetSign(String sign)Setter forDB_ETERNAL.UI_CONTROL.SIGN.UiControlsetType(String type)Setter forDB_ETERNAL.UI_CONTROL.TYPE.UiControlsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.UI_CONTROL.UPDATED_AT.UiControlsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.UI_CONTROL.UPDATED_BY.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cn.vertxup.ui.domain.tables.interfaces.IUiControl
fromJson, toJson
-
-
-
-
Constructor Detail
-
UiControl
public UiControl()
-
UiControl
public UiControl(IUiControl value)
-
UiControl
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)
-
UiControl
public UiControl(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键- Specified by:
getKeyin interfaceIUiControl
-
setKey
public UiControl setKey(String key)
Setter forDB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键- Specified by:
setKeyin interfaceIUiControl
-
getSign
public String getSign()
Getter forDB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息- Specified by:
getSignin interfaceIUiControl
-
setSign
public UiControl setSign(String sign)
Setter forDB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息- Specified by:
setSignin interfaceIUiControl
-
getPageId
public String getPageId()
Getter forDB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID- Specified by:
getPageIdin interfaceIUiControl
-
setPageId
public UiControl setPageId(String pageId)
Setter forDB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID- Specified by:
setPageIdin interfaceIUiControl
-
getType
public String getType()
Getter forDB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表- Specified by:
getTypein interfaceIUiControl
-
setType
public UiControl setType(String type)
Setter forDB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表- Specified by:
setTypein interfaceIUiControl
-
getContainerName
public String getContainerName()
Getter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名- Specified by:
getContainerNamein interfaceIUiControl
-
setContainerName
public UiControl setContainerName(String containerName)
Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名- Specified by:
setContainerNamein interfaceIUiControl
-
getContainerConfig
public String getContainerConfig()
Getter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置- Specified by:
getContainerConfigin interfaceIUiControl
-
setContainerConfig
public UiControl setContainerConfig(String containerConfig)
Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置- Specified by:
setContainerConfigin interfaceIUiControl
-
getAssist
public String getAssist()
Getter forDB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)- Specified by:
getAssistin interfaceIUiControl
-
setAssist
public UiControl setAssist(String assist)
Setter forDB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)- Specified by:
setAssistin interfaceIUiControl
-
getGrid
public String getGrid()
Getter forDB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用- Specified by:
getGridin interfaceIUiControl
-
setGrid
public UiControl setGrid(String grid)
Setter forDB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用- Specified by:
setGridin interfaceIUiControl
-
getComponentName
public String getComponentName()
Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名- Specified by:
getComponentNamein interfaceIUiControl
-
setComponentName
public UiControl setComponentName(String componentName)
Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名- Specified by:
setComponentNamein interfaceIUiControl
-
getComponentConfig
public String getComponentConfig()
Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置- Specified by:
getComponentConfigin interfaceIUiControl
-
setComponentConfig
public UiControl setComponentConfig(String componentConfig)
Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置- Specified by:
setComponentConfigin interfaceIUiControl
-
getComponentData
public String getComponentData()
Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构- Specified by:
getComponentDatain interfaceIUiControl
-
setComponentData
public UiControl setComponentData(String componentData)
Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构- Specified by:
setComponentDatain interfaceIUiControl
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用- Specified by:
getActivein interfaceIUiControl
-
setActive
public UiControl setActive(Boolean active)
Setter forDB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用- Specified by:
setActivein interfaceIUiControl
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识- Specified by:
getSigmain interfaceIUiControl
-
setSigma
public UiControl setSigma(String sigma)
Setter forDB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识- Specified by:
setSigmain interfaceIUiControl
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIUiControl
-
setMetadata
public UiControl setMetadata(String metadata)
Setter forDB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIUiControl
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIUiControl
-
setLanguage
public UiControl setLanguage(String language)
Setter forDB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIUiControl
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIUiControl
-
setCreatedAt
public UiControl setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIUiControl
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIUiControl
-
setCreatedBy
public UiControl setCreatedBy(String createdBy)
Setter forDB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIUiControl
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIUiControl
-
setUpdatedAt
public UiControl setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIUiControl
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIUiControl
-
setUpdatedBy
public UiControl setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIUiControl
-
from
public void from(IUiControl from)
Description copied from interface:IUiControlLoad data from another generated Record/POJO implementing the common interface IUiControl- Specified by:
fromin interfaceIUiControl
-
into
public <E extends IUiControl> E into(E into)
Description copied from interface:IUiControlCopy data into another generated Record/POJO implementing the common interface IUiControl- Specified by:
intoin interfaceIUiControl
-
-