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 Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.W_FLOW.KEY. 「key」- 流程定义主键
      Specified by:
      getKey in interface IWFlow
    • setKey

      public WFlow setKey(String key)
      Setter for DB_ETERNAL.W_FLOW.KEY. 「key」- 流程定义主键
      Specified by:
      setKey in interface IWFlow
    • getName

      public String getName()
      Getter for DB_ETERNAL.W_FLOW.NAME. 「name」- 流程定义名称
      Specified by:
      getName in interface IWFlow
    • setName

      public WFlow setName(String name)
      Setter for DB_ETERNAL.W_FLOW.NAME. 「name」- 流程定义名称
      Specified by:
      setName in interface IWFlow
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.W_FLOW.CODE. 「code」- 流程定义编号(系统可用)
      Specified by:
      getCode in interface IWFlow
    • setCode

      public WFlow setCode(String code)
      Setter for DB_ETERNAL.W_FLOW.CODE. 「code」- 流程定义编号(系统可用)
      Specified by:
      setCode in interface IWFlow
    • getType

      public String getType()
      Getter for DB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR
      Specified by:
      getType in interface IWFlow
    • setType

      public WFlow setType(String type)
      Setter for DB_ETERNAL.W_FLOW.TYPE. 「type」- 流程类型,对接 zero.workflow.cat的X_TABULAR
      Specified by:
      setType in interface IWFlow
    • getDefinitionKey

      public String getDefinitionKey()
      Getter for DB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId
      Specified by:
      getDefinitionKey in interface IWFlow
    • setDefinitionKey

      public WFlow setDefinitionKey(String definitionKey)
      Setter for DB_ETERNAL.W_FLOW.DEFINITION_KEY. 「definitionKey」- 定义ID(读取流程图所需), getProcessDefinitionId
      Specified by:
      setDefinitionKey in interface IWFlow
    • getAuthorizedComponent

      public String getAuthorizedComponent()
      Getter for DB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件
      Specified by:
      getAuthorizedComponent in interface IWFlow
    • setAuthorizedComponent

      public WFlow setAuthorizedComponent(String authorizedComponent)
      Setter for DB_ETERNAL.W_FLOW.AUTHORIZED_COMPONENT. 「authorizedComponent」- 流程授权组件
      Specified by:
      setAuthorizedComponent in interface IWFlow
    • getAuthorizedConfig

      public String getAuthorizedConfig()
      Getter for DB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置
      Specified by:
      getAuthorizedConfig in interface IWFlow
    • setAuthorizedConfig

      public WFlow setAuthorizedConfig(String authorizedConfig)
      Setter for DB_ETERNAL.W_FLOW.AUTHORIZED_CONFIG. 「authorizedConfig」- 流程授权配置
      Specified by:
      setAuthorizedConfig in interface IWFlow
    • getGenerateComponent

      public String getGenerateComponent()
      Getter for DB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件
      Specified by:
      getGenerateComponent in interface IWFlow
    • setGenerateComponent

      public WFlow setGenerateComponent(String generateComponent)
      Setter for DB_ETERNAL.W_FLOW.GENERATE_COMPONENT. 「generateComponent」- Todo生成组件
      Specified by:
      setGenerateComponent in interface IWFlow
    • getGenerateConfig

      public String getGenerateConfig()
      Getter for DB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置
      Specified by:
      getGenerateConfig in interface IWFlow
    • setGenerateConfig

      public WFlow setGenerateConfig(String generateConfig)
      Setter for DB_ETERNAL.W_FLOW.GENERATE_CONFIG. 「generateConfig」- Todo生成配置
      Specified by:
      setGenerateConfig in interface IWFlow
    • getRunComponent

      public String getRunComponent()
      Getter for DB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件
      Specified by:
      getRunComponent in interface IWFlow
    • setRunComponent

      public WFlow setRunComponent(String runComponent)
      Setter for DB_ETERNAL.W_FLOW.RUN_COMPONENT. 「runComponent」- 执行组件
      Specified by:
      setRunComponent in interface IWFlow
    • getRunConfig

      public String getRunConfig()
      Getter for DB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置
      Specified by:
      getRunConfig in interface IWFlow
    • setRunConfig

      public WFlow setRunConfig(String runConfig)
      Setter for DB_ETERNAL.W_FLOW.RUN_CONFIG. 「runConfig」- 执行配置
      Specified by:
      setRunConfig in interface IWFlow
    • getStartComponent

      public String getStartComponent()
      Getter for DB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件
      Specified by:
      getStartComponent in interface IWFlow
    • setStartComponent

      public WFlow setStartComponent(String startComponent)
      Setter for DB_ETERNAL.W_FLOW.START_COMPONENT. 「startComponent」- 启动组件
      Specified by:
      setStartComponent in interface IWFlow
    • getStartConfig

      public String getStartConfig()
      Getter for DB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置
      Specified by:
      getStartConfig in interface IWFlow
    • setStartConfig

      public WFlow setStartConfig(String startConfig)
      Setter for DB_ETERNAL.W_FLOW.START_CONFIG. 「startConfig」- 启动配置
      Specified by:
      setStartConfig in interface IWFlow
    • getEndComponent

      public String getEndComponent()
      Getter for DB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件
      Specified by:
      getEndComponent in interface IWFlow
    • setEndComponent

      public WFlow setEndComponent(String endComponent)
      Setter for DB_ETERNAL.W_FLOW.END_COMPONENT. 「endComponent」- 完成组件
      Specified by:
      setEndComponent in interface IWFlow
    • getEndConfig

      public String getEndConfig()
      Getter for DB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置
      Specified by:
      getEndConfig in interface IWFlow
    • setEndConfig

      public WFlow setEndConfig(String endConfig)
      Setter for DB_ETERNAL.W_FLOW.END_CONFIG. 「endConfig」- 完成配置
      Specified by:
      setEndConfig in interface IWFlow
    • getUiComponent

      public String getUiComponent()
      Getter for DB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件
      Specified by:
      getUiComponent in interface IWFlow
    • setUiComponent

      public WFlow setUiComponent(String uiComponent)
      Setter for DB_ETERNAL.W_FLOW.UI_COMPONENT. 「uiComponent」- 界面组件
      Specified by:
      setUiComponent in interface IWFlow
    • getUiConfig

      public String getUiConfig()
      Getter for DB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置
      Specified by:
      getUiConfig in interface IWFlow
    • setUiConfig

      public WFlow setUiConfig(String uiConfig)
      Setter for DB_ETERNAL.W_FLOW.UI_CONFIG. 「uiConfig」- 界面配置
      Specified by:
      setUiConfig in interface IWFlow
    • getUiAssist

      public String getUiAssist()
      Getter for DB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置
      Specified by:
      getUiAssist in interface IWFlow
    • setUiAssist

      public WFlow setUiAssist(String uiAssist)
      Setter for DB_ETERNAL.W_FLOW.UI_ASSIST. 「uiAssist」- 界面辅助数据专用配置
      Specified by:
      setUiAssist in interface IWFlow
    • getUiLinkage

      public String getUiLinkage()
      Getter for DB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件
      Specified by:
      getUiLinkage in interface IWFlow
    • setUiLinkage

      public WFlow setUiLinkage(String uiLinkage)
      Setter for DB_ETERNAL.W_FLOW.UI_LINKAGE. 「uiLinkage」- 关联部分专用配置:关联工单、关联资产、关联附件
      Specified by:
      setUiLinkage in interface IWFlow
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注
      Specified by:
      getComment in interface IWFlow
    • setComment

      public WFlow setComment(String comment)
      Setter for DB_ETERNAL.W_FLOW.COMMENT. 「comment」 - 流程定义备注
      Specified by:
      setComment in interface IWFlow
    • getActive

      public Boolean getActive()
      Getter for DB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用
      Specified by:
      getActive in interface IWFlow
    • setActive

      public WFlow setActive(Boolean active)
      Setter for DB_ETERNAL.W_FLOW.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IWFlow
    • getSigma

      public String getSigma()
      Getter for DB_ETERNAL.W_FLOW.SIGMA. 「sigma」- 统一标识
      Specified by:
      getSigma in interface IWFlow
    • setSigma

      public WFlow setSigma(String sigma)
      Setter for DB_ETERNAL.W_FLOW.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface IWFlow
    • getMetadata

      public String getMetadata()
      Getter for DB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置
      Specified by:
      getMetadata in interface IWFlow
    • setMetadata

      public WFlow setMetadata(String metadata)
      Setter for DB_ETERNAL.W_FLOW.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IWFlow
    • getLanguage

      public String getLanguage()
      Getter for DB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言
      Specified by:
      getLanguage in interface IWFlow
    • setLanguage

      public WFlow setLanguage(String language)
      Setter for DB_ETERNAL.W_FLOW.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IWFlow
    • getCreatedAt

      public LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      getCreatedAt in interface IWFlow
    • setCreatedAt

      public WFlow setCreatedAt(LocalDateTime createdAt)
      Setter for DB_ETERNAL.W_FLOW.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      setCreatedAt in interface IWFlow
    • getCreatedBy

      public String getCreatedBy()
      Getter for DB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      getCreatedBy in interface IWFlow
    • setCreatedBy

      public WFlow setCreatedBy(String createdBy)
      Setter for DB_ETERNAL.W_FLOW.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      setCreatedBy in interface IWFlow
    • getUpdatedAt

      public LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      getUpdatedAt in interface IWFlow
    • setUpdatedAt

      public WFlow setUpdatedAt(LocalDateTime updatedAt)
      Setter for DB_ETERNAL.W_FLOW.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      setUpdatedAt in interface IWFlow
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for DB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      getUpdatedBy in interface IWFlow
    • setUpdatedBy

      public WFlow setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.W_FLOW.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IWFlow
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

      public void from(IWFlow from)
      Description copied from interface: IWFlow
      Load data from another generated Record/POJO implementing the common interface IWFlow
      Specified by:
      from in interface IWFlow
    • into

      public <E extends IWFlow> E into(E into)
      Description copied from interface: IWFlow
      Copy data into another generated Record/POJO implementing the common interface IWFlow
      Specified by:
      into in interface IWFlow