Class WFlow
java.lang.Object
cn.vertxup.workflow.domain.tables.pojos.WFlow
- All Implemented Interfaces:
IWFlow,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class WFlow
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IWFlow
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWFlow()WFlow(io.vertx.core.json.JsonObject json) WFlow(String key, String name, String code, String type, String definitionKey, String authorizedComponent, String authorizedConfig, String generateComponent, String generateConfig, String runComponent, String runConfig, String startComponent, String startConfig, String endComponent, String endConfig, String uiComponent, String uiConfig, String uiAssist, String uiLinkage, String comment, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidLoad data from another generated Record/POJO implementing the common interface IWFlowGetter forDB_ETERNAL.W_FLOW.ACTIVE.Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT.Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG.getCode()Getter forDB_ETERNAL.W_FLOW.CODE.Getter forDB_ETERNAL.W_FLOW.COMMENT.Getter forDB_ETERNAL.W_FLOW.CREATED_AT.Getter forDB_ETERNAL.W_FLOW.CREATED_BY.Getter forDB_ETERNAL.W_FLOW.DEFINITION_KEY.Getter forDB_ETERNAL.W_FLOW.END_COMPONENT.Getter forDB_ETERNAL.W_FLOW.END_CONFIG.Getter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT.Getter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG.getKey()Getter forDB_ETERNAL.W_FLOW.KEY.Getter forDB_ETERNAL.W_FLOW.LANGUAGE.Getter forDB_ETERNAL.W_FLOW.METADATA.getName()Getter forDB_ETERNAL.W_FLOW.NAME.Getter forDB_ETERNAL.W_FLOW.RUN_COMPONENT.Getter forDB_ETERNAL.W_FLOW.RUN_CONFIG.getSigma()Getter forDB_ETERNAL.W_FLOW.SIGMA.Getter forDB_ETERNAL.W_FLOW.START_COMPONENT.Getter forDB_ETERNAL.W_FLOW.START_CONFIG.getType()Getter forDB_ETERNAL.W_FLOW.TYPE.Getter forDB_ETERNAL.W_FLOW.UI_ASSIST.Getter forDB_ETERNAL.W_FLOW.UI_COMPONENT.Getter forDB_ETERNAL.W_FLOW.UI_CONFIG.Getter forDB_ETERNAL.W_FLOW.UI_LINKAGE.Getter forDB_ETERNAL.W_FLOW.UPDATED_AT.Getter forDB_ETERNAL.W_FLOW.UPDATED_BY.inthashCode()<E extends IWFlow>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IWFlowSetter forDB_ETERNAL.W_FLOW.ACTIVE.setAuthorizedComponent(String authorizedComponent) Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT.setAuthorizedConfig(String authorizedConfig) Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG.Setter forDB_ETERNAL.W_FLOW.CODE.setComment(String comment) Setter forDB_ETERNAL.W_FLOW.COMMENT.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.W_FLOW.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.W_FLOW.CREATED_BY.setDefinitionKey(String definitionKey) Setter forDB_ETERNAL.W_FLOW.DEFINITION_KEY.setEndComponent(String endComponent) Setter forDB_ETERNAL.W_FLOW.END_COMPONENT.setEndConfig(String endConfig) Setter forDB_ETERNAL.W_FLOW.END_CONFIG.setGenerateComponent(String generateComponent) Setter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT.setGenerateConfig(String generateConfig) Setter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG.Setter forDB_ETERNAL.W_FLOW.KEY.setLanguage(String language) Setter forDB_ETERNAL.W_FLOW.LANGUAGE.setMetadata(String metadata) Setter forDB_ETERNAL.W_FLOW.METADATA.Setter forDB_ETERNAL.W_FLOW.NAME.setRunComponent(String runComponent) Setter forDB_ETERNAL.W_FLOW.RUN_COMPONENT.setRunConfig(String runConfig) Setter forDB_ETERNAL.W_FLOW.RUN_CONFIG.Setter forDB_ETERNAL.W_FLOW.SIGMA.setStartComponent(String startComponent) Setter forDB_ETERNAL.W_FLOW.START_COMPONENT.setStartConfig(String startConfig) Setter forDB_ETERNAL.W_FLOW.START_CONFIG.Setter forDB_ETERNAL.W_FLOW.TYPE.setUiAssist(String uiAssist) Setter forDB_ETERNAL.W_FLOW.UI_ASSIST.setUiComponent(String uiComponent) Setter forDB_ETERNAL.W_FLOW.UI_COMPONENT.setUiConfig(String uiConfig) Setter forDB_ETERNAL.W_FLOW.UI_CONFIG.setUiLinkage(String uiLinkage) Setter forDB_ETERNAL.W_FLOW.UI_LINKAGE.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.W_FLOW.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.W_FLOW.UPDATED_BY.toString()
-
Constructor Details
-
WFlow
public WFlow() -
WFlow
-
WFlow
public WFlow(String key, String name, String code, String type, String definitionKey, String authorizedComponent, String authorizedConfig, String generateComponent, String generateConfig, String runComponent, String runConfig, String startComponent, String startConfig, String endComponent, String endConfig, String uiComponent, String uiConfig, String uiAssist, String uiLinkage, String comment, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy) -
WFlow
public WFlow(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.W_FLOW.KEY. 「key」- 流程定义主键 -
setKey
Setter forDB_ETERNAL.W_FLOW.KEY. 「key」- 流程定义主键 -
getName
Getter forDB_ETERNAL.W_FLOW.NAME. 「name」- 流程定义名称 -
setName
Setter forDB_ETERNAL.W_FLOW.NAME. 「name」- 流程定义名称 -
getCode
Getter forDB_ETERNAL.W_FLOW.CODE. 「code」- 流程定义编号(系统可用) -
setCode
Setter forDB_ETERNAL.W_FLOW.CODE. 「code」- 流程定义编号(系统可用) -
getType
Getter forDB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR -
setType
Setter forDB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR -
getDefinitionKey
Getter forDB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId- Specified by:
getDefinitionKeyin interfaceIWFlow
-
setDefinitionKey
Setter forDB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId- Specified by:
setDefinitionKeyin interfaceIWFlow
-
getAuthorizedComponent
Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件- Specified by:
getAuthorizedComponentin interfaceIWFlow
-
setAuthorizedComponent
Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件- Specified by:
setAuthorizedComponentin interfaceIWFlow
-
getAuthorizedConfig
Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置- Specified by:
getAuthorizedConfigin interfaceIWFlow
-
setAuthorizedConfig
Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置- Specified by:
setAuthorizedConfigin interfaceIWFlow
-
getGenerateComponent
Getter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件- Specified by:
getGenerateComponentin interfaceIWFlow
-
setGenerateComponent
Setter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件- Specified by:
setGenerateComponentin interfaceIWFlow
-
getGenerateConfig
Getter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置- Specified by:
getGenerateConfigin interfaceIWFlow
-
setGenerateConfig
Setter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置- Specified by:
setGenerateConfigin interfaceIWFlow
-
getRunComponent
Getter forDB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件- Specified by:
getRunComponentin interfaceIWFlow
-
setRunComponent
Setter forDB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件- Specified by:
setRunComponentin interfaceIWFlow
-
getRunConfig
Getter forDB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置- Specified by:
getRunConfigin interfaceIWFlow
-
setRunConfig
Setter forDB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置- Specified by:
setRunConfigin interfaceIWFlow
-
getStartComponent
Getter forDB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件- Specified by:
getStartComponentin interfaceIWFlow
-
setStartComponent
Setter forDB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件- Specified by:
setStartComponentin interfaceIWFlow
-
getStartConfig
Getter forDB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置- Specified by:
getStartConfigin interfaceIWFlow
-
setStartConfig
Setter forDB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置- Specified by:
setStartConfigin interfaceIWFlow
-
getEndComponent
Getter forDB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件- Specified by:
getEndComponentin interfaceIWFlow
-
setEndComponent
Setter forDB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件- Specified by:
setEndComponentin interfaceIWFlow
-
getEndConfig
Getter forDB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置- Specified by:
getEndConfigin interfaceIWFlow
-
setEndConfig
Setter forDB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置- Specified by:
setEndConfigin interfaceIWFlow
-
getUiComponent
Getter forDB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件- Specified by:
getUiComponentin interfaceIWFlow
-
setUiComponent
Setter forDB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件- Specified by:
setUiComponentin interfaceIWFlow
-
getUiConfig
Getter forDB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置- Specified by:
getUiConfigin interfaceIWFlow
-
setUiConfig
Setter forDB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置- Specified by:
setUiConfigin interfaceIWFlow
-
getUiAssist
Getter forDB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置- Specified by:
getUiAssistin interfaceIWFlow
-
setUiAssist
Setter forDB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置- Specified by:
setUiAssistin interfaceIWFlow
-
getUiLinkage
Getter forDB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件- Specified by:
getUiLinkagein interfaceIWFlow
-
setUiLinkage
Setter forDB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件- Specified by:
setUiLinkagein interfaceIWFlow
-
getComment
Getter forDB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注- Specified by:
getCommentin interfaceIWFlow
-
setComment
Setter forDB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注- Specified by:
setCommentin interfaceIWFlow
-
getActive
Getter forDB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用 -
setActive
Setter forDB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用 -
getSigma
Getter forDB_ETERNAL.W_FLOW.SIGMA. 「sigma」- 统一标识 -
setSigma
Setter forDB_ETERNAL.W_FLOW.SIGMA. 「sigma」- 统一标识 -
getMetadata
Getter forDB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIWFlow
-
setMetadata
Setter forDB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIWFlow
-
getLanguage
Getter forDB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIWFlow
-
setLanguage
Setter forDB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIWFlow
-
getCreatedAt
Getter forDB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIWFlow
-
setCreatedAt
Setter forDB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIWFlow
-
getCreatedBy
Getter forDB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIWFlow
-
setCreatedBy
Setter forDB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIWFlow
-
getUpdatedAt
Getter forDB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIWFlow
-
setUpdatedAt
Setter forDB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIWFlow
-
getUpdatedBy
Getter forDB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIWFlow
-
setUpdatedBy
Setter forDB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIWFlow
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IWFlowLoad data from another generated Record/POJO implementing the common interface IWFlow -
into
Description copied from interface:IWFlowCopy data into another generated Record/POJO implementing the common interface IWFlow
-