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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WFlow()WFlow(IWFlow value)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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IWFlow from)Load data from another generated Record/POJO implementing the common interface IWFlowBooleangetActive()Getter forDB_ETERNAL.W_FLOW.ACTIVE.StringgetAuthorizedComponent()Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT.StringgetAuthorizedConfig()Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG.StringgetCode()Getter forDB_ETERNAL.W_FLOW.CODE.StringgetComment()Getter forDB_ETERNAL.W_FLOW.COMMENT.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.W_FLOW.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.W_FLOW.CREATED_BY.StringgetDefinitionKey()Getter forDB_ETERNAL.W_FLOW.DEFINITION_KEY.StringgetEndComponent()Getter forDB_ETERNAL.W_FLOW.END_COMPONENT.StringgetEndConfig()Getter forDB_ETERNAL.W_FLOW.END_CONFIG.StringgetGenerateComponent()Getter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT.StringgetGenerateConfig()Getter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG.StringgetKey()Getter forDB_ETERNAL.W_FLOW.KEY.StringgetLanguage()Getter forDB_ETERNAL.W_FLOW.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.W_FLOW.METADATA.StringgetName()Getter forDB_ETERNAL.W_FLOW.NAME.StringgetRunComponent()Getter forDB_ETERNAL.W_FLOW.RUN_COMPONENT.StringgetRunConfig()Getter forDB_ETERNAL.W_FLOW.RUN_CONFIG.StringgetSigma()Getter forDB_ETERNAL.W_FLOW.SIGMA.StringgetStartComponent()Getter forDB_ETERNAL.W_FLOW.START_COMPONENT.StringgetStartConfig()Getter forDB_ETERNAL.W_FLOW.START_CONFIG.StringgetType()Getter forDB_ETERNAL.W_FLOW.TYPE.StringgetUiAssist()Getter forDB_ETERNAL.W_FLOW.UI_ASSIST.StringgetUiComponent()Getter forDB_ETERNAL.W_FLOW.UI_COMPONENT.StringgetUiConfig()Getter forDB_ETERNAL.W_FLOW.UI_CONFIG.StringgetUiLinkage()Getter forDB_ETERNAL.W_FLOW.UI_LINKAGE.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.W_FLOW.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.W_FLOW.UPDATED_BY.<E extends IWFlow>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWFlowWFlowsetActive(Boolean active)Setter forDB_ETERNAL.W_FLOW.ACTIVE.WFlowsetAuthorizedComponent(String authorizedComponent)Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT.WFlowsetAuthorizedConfig(String authorizedConfig)Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG.WFlowsetCode(String code)Setter forDB_ETERNAL.W_FLOW.CODE.WFlowsetComment(String comment)Setter forDB_ETERNAL.W_FLOW.COMMENT.WFlowsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.W_FLOW.CREATED_AT.WFlowsetCreatedBy(String createdBy)Setter forDB_ETERNAL.W_FLOW.CREATED_BY.WFlowsetDefinitionKey(String definitionKey)Setter forDB_ETERNAL.W_FLOW.DEFINITION_KEY.WFlowsetEndComponent(String endComponent)Setter forDB_ETERNAL.W_FLOW.END_COMPONENT.WFlowsetEndConfig(String endConfig)Setter forDB_ETERNAL.W_FLOW.END_CONFIG.WFlowsetGenerateComponent(String generateComponent)Setter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT.WFlowsetGenerateConfig(String generateConfig)Setter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG.WFlowsetKey(String key)Setter forDB_ETERNAL.W_FLOW.KEY.WFlowsetLanguage(String language)Setter forDB_ETERNAL.W_FLOW.LANGUAGE.WFlowsetMetadata(String metadata)Setter forDB_ETERNAL.W_FLOW.METADATA.WFlowsetName(String name)Setter forDB_ETERNAL.W_FLOW.NAME.WFlowsetRunComponent(String runComponent)Setter forDB_ETERNAL.W_FLOW.RUN_COMPONENT.WFlowsetRunConfig(String runConfig)Setter forDB_ETERNAL.W_FLOW.RUN_CONFIG.WFlowsetSigma(String sigma)Setter forDB_ETERNAL.W_FLOW.SIGMA.WFlowsetStartComponent(String startComponent)Setter forDB_ETERNAL.W_FLOW.START_COMPONENT.WFlowsetStartConfig(String startConfig)Setter forDB_ETERNAL.W_FLOW.START_CONFIG.WFlowsetType(String type)Setter forDB_ETERNAL.W_FLOW.TYPE.WFlowsetUiAssist(String uiAssist)Setter forDB_ETERNAL.W_FLOW.UI_ASSIST.WFlowsetUiComponent(String uiComponent)Setter forDB_ETERNAL.W_FLOW.UI_COMPONENT.WFlowsetUiConfig(String uiConfig)Setter forDB_ETERNAL.W_FLOW.UI_CONFIG.WFlowsetUiLinkage(String uiLinkage)Setter forDB_ETERNAL.W_FLOW.UI_LINKAGE.WFlowsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.W_FLOW.UPDATED_AT.WFlowsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.W_FLOW.UPDATED_BY.StringtoString()
-
-
-
Constructor Detail
-
WFlow
public WFlow()
-
WFlow
public WFlow(IWFlow value)
-
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 Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.W_FLOW.KEY. 「key」- 流程定义主键
-
getName
public String getName()
Getter forDB_ETERNAL.W_FLOW.NAME. 「name」- 流程定义名称
-
getCode
public String getCode()
Getter forDB_ETERNAL.W_FLOW.CODE. 「code」- 流程定义编号(系统可用)
-
getType
public String getType()
Getter forDB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR
-
setType
public WFlow setType(String type)
Setter forDB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR
-
getDefinitionKey
public String getDefinitionKey()
Getter forDB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId- Specified by:
getDefinitionKeyin interfaceIWFlow
-
setDefinitionKey
public WFlow setDefinitionKey(String definitionKey)
Setter forDB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId- Specified by:
setDefinitionKeyin interfaceIWFlow
-
getAuthorizedComponent
public String getAuthorizedComponent()
Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件- Specified by:
getAuthorizedComponentin interfaceIWFlow
-
setAuthorizedComponent
public WFlow setAuthorizedComponent(String authorizedComponent)
Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件- Specified by:
setAuthorizedComponentin interfaceIWFlow
-
getAuthorizedConfig
public String getAuthorizedConfig()
Getter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置- Specified by:
getAuthorizedConfigin interfaceIWFlow
-
setAuthorizedConfig
public WFlow setAuthorizedConfig(String authorizedConfig)
Setter forDB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置- Specified by:
setAuthorizedConfigin interfaceIWFlow
-
getGenerateComponent
public String getGenerateComponent()
Getter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件- Specified by:
getGenerateComponentin interfaceIWFlow
-
setGenerateComponent
public WFlow setGenerateComponent(String generateComponent)
Setter forDB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件- Specified by:
setGenerateComponentin interfaceIWFlow
-
getGenerateConfig
public String getGenerateConfig()
Getter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置- Specified by:
getGenerateConfigin interfaceIWFlow
-
setGenerateConfig
public WFlow setGenerateConfig(String generateConfig)
Setter forDB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置- Specified by:
setGenerateConfigin interfaceIWFlow
-
getRunComponent
public String getRunComponent()
Getter forDB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件- Specified by:
getRunComponentin interfaceIWFlow
-
setRunComponent
public WFlow setRunComponent(String runComponent)
Setter forDB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件- Specified by:
setRunComponentin interfaceIWFlow
-
getRunConfig
public String getRunConfig()
Getter forDB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置- Specified by:
getRunConfigin interfaceIWFlow
-
setRunConfig
public WFlow setRunConfig(String runConfig)
Setter forDB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置- Specified by:
setRunConfigin interfaceIWFlow
-
getStartComponent
public String getStartComponent()
Getter forDB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件- Specified by:
getStartComponentin interfaceIWFlow
-
setStartComponent
public WFlow setStartComponent(String startComponent)
Setter forDB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件- Specified by:
setStartComponentin interfaceIWFlow
-
getStartConfig
public String getStartConfig()
Getter forDB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置- Specified by:
getStartConfigin interfaceIWFlow
-
setStartConfig
public WFlow setStartConfig(String startConfig)
Setter forDB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置- Specified by:
setStartConfigin interfaceIWFlow
-
getEndComponent
public String getEndComponent()
Getter forDB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件- Specified by:
getEndComponentin interfaceIWFlow
-
setEndComponent
public WFlow setEndComponent(String endComponent)
Setter forDB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件- Specified by:
setEndComponentin interfaceIWFlow
-
getEndConfig
public String getEndConfig()
Getter forDB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置- Specified by:
getEndConfigin interfaceIWFlow
-
setEndConfig
public WFlow setEndConfig(String endConfig)
Setter forDB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置- Specified by:
setEndConfigin interfaceIWFlow
-
getUiComponent
public String getUiComponent()
Getter forDB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件- Specified by:
getUiComponentin interfaceIWFlow
-
setUiComponent
public WFlow setUiComponent(String uiComponent)
Setter forDB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件- Specified by:
setUiComponentin interfaceIWFlow
-
getUiConfig
public String getUiConfig()
Getter forDB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置- Specified by:
getUiConfigin interfaceIWFlow
-
setUiConfig
public WFlow setUiConfig(String uiConfig)
Setter forDB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置- Specified by:
setUiConfigin interfaceIWFlow
-
getUiAssist
public String getUiAssist()
Getter forDB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置- Specified by:
getUiAssistin interfaceIWFlow
-
setUiAssist
public WFlow setUiAssist(String uiAssist)
Setter forDB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置- Specified by:
setUiAssistin interfaceIWFlow
-
getUiLinkage
public String getUiLinkage()
Getter forDB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件- Specified by:
getUiLinkagein interfaceIWFlow
-
setUiLinkage
public WFlow setUiLinkage(String uiLinkage)
Setter forDB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件- Specified by:
setUiLinkagein interfaceIWFlow
-
getComment
public String getComment()
Getter forDB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注- Specified by:
getCommentin interfaceIWFlow
-
setComment
public WFlow setComment(String comment)
Setter forDB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注- Specified by:
setCommentin interfaceIWFlow
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用
-
setActive
public WFlow setActive(Boolean active)
Setter forDB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.W_FLOW.SIGMA. 「sigma」- 统一标识
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIWFlow
-
setMetadata
public WFlow setMetadata(String metadata)
Setter forDB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIWFlow
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIWFlow
-
setLanguage
public WFlow setLanguage(String language)
Setter forDB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIWFlow
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIWFlow
-
setCreatedAt
public WFlow setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIWFlow
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIWFlow
-
setCreatedBy
public WFlow setCreatedBy(String createdBy)
Setter forDB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIWFlow
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIWFlow
-
setUpdatedAt
public WFlow setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIWFlow
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIWFlow
-
setUpdatedBy
public WFlow setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIWFlow
-
from
public void from(IWFlow from)
Description copied from interface:IWFlowLoad data from another generated Record/POJO implementing the common interface IWFlow
-
-