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:
-
Constructor Summary
ConstructorsConstructorDescriptionUiControl(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
Modifier and TypeMethodDescriptionbooleanvoidfrom(IUiControl from) Load data from another generated Record/POJO implementing the common interface IUiControlGetter forDB_ETERNAL.UI_CONTROL.ACTIVE.Getter forDB_ETERNAL.UI_CONTROL.ASSIST.Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG.Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA.Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME.Getter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG.Getter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME.Getter forDB_ETERNAL.UI_CONTROL.CREATED_AT.Getter forDB_ETERNAL.UI_CONTROL.CREATED_BY.getGrid()Getter forDB_ETERNAL.UI_CONTROL.GRID.getKey()Getter forDB_ETERNAL.UI_CONTROL.KEY.Getter forDB_ETERNAL.UI_CONTROL.LANGUAGE.Getter forDB_ETERNAL.UI_CONTROL.METADATA.Getter forDB_ETERNAL.UI_CONTROL.PAGE_ID.getSigma()Getter forDB_ETERNAL.UI_CONTROL.SIGMA.getSign()Getter forDB_ETERNAL.UI_CONTROL.SIGN.getType()Getter forDB_ETERNAL.UI_CONTROL.TYPE.Getter forDB_ETERNAL.UI_CONTROL.UPDATED_AT.Getter forDB_ETERNAL.UI_CONTROL.UPDATED_BY.inthashCode()<E extends IUiControl>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IUiControlSetter forDB_ETERNAL.UI_CONTROL.ACTIVE.Setter forDB_ETERNAL.UI_CONTROL.ASSIST.setComponentConfig(String componentConfig) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG.setComponentData(String componentData) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA.setComponentName(String componentName) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME.setContainerConfig(String containerConfig) Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG.setContainerName(String containerName) Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_CONTROL.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_CONTROL.CREATED_BY.Setter forDB_ETERNAL.UI_CONTROL.GRID.Setter forDB_ETERNAL.UI_CONTROL.KEY.setLanguage(String language) Setter forDB_ETERNAL.UI_CONTROL.LANGUAGE.setMetadata(String metadata) Setter forDB_ETERNAL.UI_CONTROL.METADATA.Setter forDB_ETERNAL.UI_CONTROL.PAGE_ID.Setter forDB_ETERNAL.UI_CONTROL.SIGMA.Setter forDB_ETERNAL.UI_CONTROL.SIGN.Setter forDB_ETERNAL.UI_CONTROL.TYPE.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_CONTROL.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_CONTROL.UPDATED_BY.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cn.vertxup.ui.domain.tables.interfaces.IUiControl
fromJson, toJson
-
Constructor Details
-
UiControl
public UiControl() -
UiControl
-
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 Details
-
getKey
Getter forDB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键- Specified by:
getKeyin interfaceIUiControl
-
setKey
Setter forDB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键- Specified by:
setKeyin interfaceIUiControl
-
getSign
Getter forDB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息- Specified by:
getSignin interfaceIUiControl
-
setSign
Setter forDB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息- Specified by:
setSignin interfaceIUiControl
-
getPageId
Getter forDB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID- Specified by:
getPageIdin interfaceIUiControl
-
setPageId
Setter forDB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID- Specified by:
setPageIdin interfaceIUiControl
-
getType
Getter forDB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表- Specified by:
getTypein interfaceIUiControl
-
setType
Setter forDB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表- Specified by:
setTypein interfaceIUiControl
-
getContainerName
Getter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名- Specified by:
getContainerNamein interfaceIUiControl
-
setContainerName
Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名- Specified by:
setContainerNamein interfaceIUiControl
-
getContainerConfig
Getter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置- Specified by:
getContainerConfigin interfaceIUiControl
-
setContainerConfig
Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置- Specified by:
setContainerConfigin interfaceIUiControl
-
getAssist
Getter forDB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)- Specified by:
getAssistin interfaceIUiControl
-
setAssist
Setter forDB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)- Specified by:
setAssistin interfaceIUiControl
-
getGrid
Getter forDB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用- Specified by:
getGridin interfaceIUiControl
-
setGrid
Setter forDB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用- Specified by:
setGridin interfaceIUiControl
-
getComponentName
Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名- Specified by:
getComponentNamein interfaceIUiControl
-
setComponentName
Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名- Specified by:
setComponentNamein interfaceIUiControl
-
getComponentConfig
Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置- Specified by:
getComponentConfigin interfaceIUiControl
-
setComponentConfig
Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置- Specified by:
setComponentConfigin interfaceIUiControl
-
getComponentData
Getter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构- Specified by:
getComponentDatain interfaceIUiControl
-
setComponentData
Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构- Specified by:
setComponentDatain interfaceIUiControl
-
getActive
Getter forDB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用- Specified by:
getActivein interfaceIUiControl
-
setActive
Setter forDB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用- Specified by:
setActivein interfaceIUiControl
-
getSigma
Getter forDB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识- Specified by:
getSigmain interfaceIUiControl
-
setSigma
Setter forDB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识- Specified by:
setSigmain interfaceIUiControl
-
getMetadata
Getter forDB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIUiControl
-
setMetadata
Setter forDB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIUiControl
-
getLanguage
Getter forDB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIUiControl
-
setLanguage
Setter forDB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIUiControl
-
getCreatedAt
Getter forDB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIUiControl
-
setCreatedAt
Setter forDB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIUiControl
-
getCreatedBy
Getter forDB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIUiControl
-
setCreatedBy
Setter forDB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIUiControl
-
getUpdatedAt
Getter forDB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIUiControl
-
setUpdatedAt
Setter forDB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIUiControl
-
getUpdatedBy
Getter forDB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIUiControl
-
setUpdatedBy
Setter forDB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIUiControl
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IUiControlLoad data from another generated Record/POJO implementing the common interface IUiControl- Specified by:
fromin interfaceIUiControl
-
into
Description copied from interface:IUiControlCopy data into another generated Record/POJO implementing the common interface IUiControl- Specified by:
intoin interfaceIUiControl
-