java.lang.Object
cn.vertxup.workflow.domain.tables.pojos.WTicket
All Implemented Interfaces:
IWTicket, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class WTicket extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IWTicket
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.W_TICKET.KEY. 「key」- 单据主键
      Specified by:
      getKey in interface IWTicket
    • setKey

      public WTicket setKey(String key)
      Setter for DB_ETERNAL.W_TICKET.KEY. 「key」- 单据主键
      Specified by:
      setKey in interface IWTicket
    • getSerial

      public String getSerial()
      Getter for DB_ETERNAL.W_TICKET.SERIAL. 「serial」- 单据编号,使用 X_NUMBER 生成
      Specified by:
      getSerial in interface IWTicket
    • setSerial

      public WTicket setSerial(String serial)
      Setter for DB_ETERNAL.W_TICKET.SERIAL. 「serial」- 单据编号,使用 X_NUMBER 生成
      Specified by:
      setSerial in interface IWTicket
    • getName

      public String getName()
      Getter for DB_ETERNAL.W_TICKET.NAME. 「name」- 单据标题
      Specified by:
      getName in interface IWTicket
    • setName

      public WTicket setName(String name)
      Setter for DB_ETERNAL.W_TICKET.NAME. 「name」- 单据标题
      Specified by:
      setName in interface IWTicket
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.W_TICKET.CODE. 「code」- 单据系统编号(内码)
      Specified by:
      getCode in interface IWTicket
    • setCode

      public WTicket setCode(String code)
      Setter for DB_ETERNAL.W_TICKET.CODE. 「code」- 单据系统编号(内码)
      Specified by:
      setCode in interface IWTicket
    • getType

      public String getType()
      Getter for DB_ETERNAL.W_TICKET.TYPE. 「type」- 主单类型类型
      Specified by:
      getType in interface IWTicket
    • setType

      public WTicket setType(String type)
      Setter for DB_ETERNAL.W_TICKET.TYPE. 「type」- 主单类型类型
      Specified by:
      setType in interface IWTicket
    • getPhase

      public String getPhase()
      Getter for DB_ETERNAL.W_TICKET.PHASE. 「phase」- 主单据所属阶段(状态描述,由于挂TODO,所以不使用status)
      Specified by:
      getPhase in interface IWTicket
    • setPhase

      public WTicket setPhase(String phase)
      Setter for DB_ETERNAL.W_TICKET.PHASE. 「phase」- 主单据所属阶段(状态描述,由于挂TODO,所以不使用status)
      Specified by:
      setPhase in interface IWTicket
    • getModelId

      public String getModelId()
      Getter for DB_ETERNAL.W_TICKET.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
      Specified by:
      getModelId in interface IWTicket
    • setModelId

      public WTicket setModelId(String modelId)
      Setter for DB_ETERNAL.W_TICKET.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
      Specified by:
      setModelId in interface IWTicket
    • getModelKey

      public String getModelKey()
      Getter for DB_ETERNAL.W_TICKET.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      getModelKey in interface IWTicket
    • setModelKey

      public WTicket setModelKey(String modelKey)
      Setter for DB_ETERNAL.W_TICKET.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      setModelKey in interface IWTicket
    • getModelCategory

      public String getModelCategory()
      Getter for DB_ETERNAL.W_TICKET.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点
      Specified by:
      getModelCategory in interface IWTicket
    • setModelCategory

      public WTicket setModelCategory(String modelCategory)
      Setter for DB_ETERNAL.W_TICKET.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点
      Specified by:
      setModelCategory in interface IWTicket
    • getModelComponent

      public String getModelComponent()
      Getter for DB_ETERNAL.W_TICKET.MODEL_COMPONENT. 「modelComponent」- 关联的待办组件记录
      Specified by:
      getModelComponent in interface IWTicket
    • setModelComponent

      public WTicket setModelComponent(String modelComponent)
      Setter for DB_ETERNAL.W_TICKET.MODEL_COMPONENT. 「modelComponent」- 关联的待办组件记录
      Specified by:
      setModelComponent in interface IWTicket
    • getModelChild

      public String getModelChild()
      Getter for DB_ETERNAL.W_TICKET.MODEL_CHILD. 「modelChild」- 关联多个模型的记录ID,JsonArray格式
      Specified by:
      getModelChild in interface IWTicket
    • setModelChild

      public WTicket setModelChild(String modelChild)
      Setter for DB_ETERNAL.W_TICKET.MODEL_CHILD. 「modelChild」- 关联多个模型的记录ID,JsonArray格式
      Specified by:
      setModelChild in interface IWTicket
    • getQuantity

      public Integer getQuantity()
      Getter for DB_ETERNAL.W_TICKET.QUANTITY. 「quantity」- 数量信息,多个模型记录时统计模型总数
      Specified by:
      getQuantity in interface IWTicket
    • setQuantity

      public WTicket setQuantity(Integer quantity)
      Setter for DB_ETERNAL.W_TICKET.QUANTITY. 「quantity」- 数量信息,多个模型记录时统计模型总数
      Specified by:
      setQuantity in interface IWTicket
    • getFlowDefinitionKey

      public String getFlowDefinitionKey()
      Getter for DB_ETERNAL.W_TICKET.FLOW_DEFINITION_KEY. 「flowDefinitionKey」- 流程定义的KEY, getProcessDefinitionKey
      Specified by:
      getFlowDefinitionKey in interface IWTicket
    • setFlowDefinitionKey

      public WTicket setFlowDefinitionKey(String flowDefinitionKey)
      Setter for DB_ETERNAL.W_TICKET.FLOW_DEFINITION_KEY. 「flowDefinitionKey」- 流程定义的KEY, getProcessDefinitionKey
      Specified by:
      setFlowDefinitionKey in interface IWTicket
    • getFlowDefinitionId

      public String getFlowDefinitionId()
      Getter for DB_ETERNAL.W_TICKET.FLOW_DEFINITION_ID. 「flowDefinitionId」- 流程定义的ID,getProcessDefinitionKey
      Specified by:
      getFlowDefinitionId in interface IWTicket
    • setFlowDefinitionId

      public WTicket setFlowDefinitionId(String flowDefinitionId)
      Setter for DB_ETERNAL.W_TICKET.FLOW_DEFINITION_ID. 「flowDefinitionId」- 流程定义的ID,getProcessDefinitionKey
      Specified by:
      setFlowDefinitionId in interface IWTicket
    • getFlowInstanceId

      public String getFlowInstanceId()
      Getter for DB_ETERNAL.W_TICKET.FLOW_INSTANCE_ID. 「flowInstanceId」- 流程定义的ID,getProcessId
      Specified by:
      getFlowInstanceId in interface IWTicket
    • setFlowInstanceId

      public WTicket setFlowInstanceId(String flowInstanceId)
      Setter for DB_ETERNAL.W_TICKET.FLOW_INSTANCE_ID. 「flowInstanceId」- 流程定义的ID,getProcessId
      Specified by:
      setFlowInstanceId in interface IWTicket
    • getFlowEnd

      public Boolean getFlowEnd()
      Getter for DB_ETERNAL.W_TICKET.FLOW_END. 「flowEnd」- 主单是否执行完成
      Specified by:
      getFlowEnd in interface IWTicket
    • setFlowEnd

      public WTicket setFlowEnd(Boolean flowEnd)
      Setter for DB_ETERNAL.W_TICKET.FLOW_END. 「flowEnd」- 主单是否执行完成
      Specified by:
      setFlowEnd in interface IWTicket
    • getTitle

      public String getTitle()
      Getter for DB_ETERNAL.W_TICKET.TITLE. 「title」- 主单业务标题
      Specified by:
      getTitle in interface IWTicket
    • setTitle

      public WTicket setTitle(String title)
      Setter for DB_ETERNAL.W_TICKET.TITLE. 「title」- 主单业务标题
      Specified by:
      setTitle in interface IWTicket
    • getDescription

      public String getDescription()
      Getter for DB_ETERNAL.W_TICKET.DESCRIPTION. 「description」- 主单描述内容
      Specified by:
      getDescription in interface IWTicket
    • setDescription

      public WTicket setDescription(String description)
      Setter for DB_ETERNAL.W_TICKET.DESCRIPTION. 「description」- 主单描述内容
      Specified by:
      setDescription in interface IWTicket
    • getCatalog

      public String getCatalog()
      Getter for DB_ETERNAL.W_TICKET.CATALOG. 「catalog」- 关联服务目录
      Specified by:
      getCatalog in interface IWTicket
    • setCatalog

      public WTicket setCatalog(String catalog)
      Setter for DB_ETERNAL.W_TICKET.CATALOG. 「catalog」- 关联服务目录
      Specified by:
      setCatalog in interface IWTicket
    • getCategory

      public String getCategory()
      Getter for DB_ETERNAL.W_TICKET.CATEGORY. 「category」- 业务类别
      Specified by:
      getCategory in interface IWTicket
    • setCategory

      public WTicket setCategory(String category)
      Setter for DB_ETERNAL.W_TICKET.CATEGORY. 「category」- 业务类别
      Specified by:
      setCategory in interface IWTicket
    • getCategorySub

      public String getCategorySub()
      Getter for DB_ETERNAL.W_TICKET.CATEGORY_SUB. 「categorySub」- 子类别
      Specified by:
      getCategorySub in interface IWTicket
    • setCategorySub

      public WTicket setCategorySub(String categorySub)
      Setter for DB_ETERNAL.W_TICKET.CATEGORY_SUB. 「categorySub」- 子类别
      Specified by:
      setCategorySub in interface IWTicket
    • getOwner

      public String getOwner()
      Getter for DB_ETERNAL.W_TICKET.OWNER. 「owner」- 制单人/拥有者
      Specified by:
      getOwner in interface IWTicket
    • setOwner

      public WTicket setOwner(String owner)
      Setter for DB_ETERNAL.W_TICKET.OWNER. 「owner」- 制单人/拥有者
      Specified by:
      setOwner in interface IWTicket
    • getSupervisor

      public String getSupervisor()
      Getter for DB_ETERNAL.W_TICKET.SUPERVISOR. 「supervisor」- 监督人
      Specified by:
      getSupervisor in interface IWTicket
    • setSupervisor

      public WTicket setSupervisor(String supervisor)
      Setter for DB_ETERNAL.W_TICKET.SUPERVISOR. 「supervisor」- 监督人
      Specified by:
      setSupervisor in interface IWTicket
    • getOpenBy

      public String getOpenBy()
      Getter for DB_ETERNAL.W_TICKET.OPEN_BY. 「openBy」- 开单人
      Specified by:
      getOpenBy in interface IWTicket
    • setOpenBy

      public WTicket setOpenBy(String openBy)
      Setter for DB_ETERNAL.W_TICKET.OPEN_BY. 「openBy」- 开单人
      Specified by:
      setOpenBy in interface IWTicket
    • getOpenGroup

      public String getOpenGroup()
      Getter for DB_ETERNAL.W_TICKET.OPEN_GROUP. 「openGroup」- 开单组
      Specified by:
      getOpenGroup in interface IWTicket
    • setOpenGroup

      public WTicket setOpenGroup(String openGroup)
      Setter for DB_ETERNAL.W_TICKET.OPEN_GROUP. 「openGroup」- 开单组
      Specified by:
      setOpenGroup in interface IWTicket
    • getOpenAt

      public LocalDateTime getOpenAt()
      Getter for DB_ETERNAL.W_TICKET.OPEN_AT. 「openAt」- 开单时间
      Specified by:
      getOpenAt in interface IWTicket
    • setOpenAt

      public WTicket setOpenAt(LocalDateTime openAt)
      Setter for DB_ETERNAL.W_TICKET.OPEN_AT. 「openAt」- 开单时间
      Specified by:
      setOpenAt in interface IWTicket
    • getCancelBy

      public String getCancelBy()
      Getter for DB_ETERNAL.W_TICKET.CANCEL_BY. 「cancelBy」- 中断人
      Specified by:
      getCancelBy in interface IWTicket
    • setCancelBy

      public WTicket setCancelBy(String cancelBy)
      Setter for DB_ETERNAL.W_TICKET.CANCEL_BY. 「cancelBy」- 中断人
      Specified by:
      setCancelBy in interface IWTicket
    • getCancelAt

      public LocalDateTime getCancelAt()
      Getter for DB_ETERNAL.W_TICKET.CANCEL_AT. 「cancelAt」- 中断时间
      Specified by:
      getCancelAt in interface IWTicket
    • setCancelAt

      public WTicket setCancelAt(LocalDateTime cancelAt)
      Setter for DB_ETERNAL.W_TICKET.CANCEL_AT. 「cancelAt」- 中断时间
      Specified by:
      setCancelAt in interface IWTicket
    • getCloseBy

      public String getCloseBy()
      Getter for DB_ETERNAL.W_TICKET.CLOSE_BY. 「closeBy」- 关闭人
      Specified by:
      getCloseBy in interface IWTicket
    • setCloseBy

      public WTicket setCloseBy(String closeBy)
      Setter for DB_ETERNAL.W_TICKET.CLOSE_BY. 「closeBy」- 关闭人
      Specified by:
      setCloseBy in interface IWTicket
    • getCloseAt

      public LocalDateTime getCloseAt()
      Getter for DB_ETERNAL.W_TICKET.CLOSE_AT. 「closeAt」- 关闭时间
      Specified by:
      getCloseAt in interface IWTicket
    • setCloseAt

      public WTicket setCloseAt(LocalDateTime closeAt)
      Setter for DB_ETERNAL.W_TICKET.CLOSE_AT. 「closeAt」- 关闭时间
      Specified by:
      setCloseAt in interface IWTicket
    • getCloseSolution

      public String getCloseSolution()
      Getter for DB_ETERNAL.W_TICKET.CLOSE_SOLUTION. 「closeSolution」- 关闭解决方案
      Specified by:
      getCloseSolution in interface IWTicket
    • setCloseSolution

      public WTicket setCloseSolution(String closeSolution)
      Setter for DB_ETERNAL.W_TICKET.CLOSE_SOLUTION. 「closeSolution」- 关闭解决方案
      Specified by:
      setCloseSolution in interface IWTicket
    • getCloseCode

      public String getCloseCode()
      Getter for DB_ETERNAL.W_TICKET.CLOSE_CODE. 「closeCode」- 关闭代码
      Specified by:
      getCloseCode in interface IWTicket
    • setCloseCode

      public WTicket setCloseCode(String closeCode)
      Setter for DB_ETERNAL.W_TICKET.CLOSE_CODE. 「closeCode」- 关闭代码
      Specified by:
      setCloseCode in interface IWTicket
    • getCloseKb

      public String getCloseKb()
      Getter for DB_ETERNAL.W_TICKET.CLOSE_KB. 「closeKb」- 关闭时KB链接地址
      Specified by:
      getCloseKb in interface IWTicket
    • setCloseKb

      public WTicket setCloseKb(String closeKb)
      Setter for DB_ETERNAL.W_TICKET.CLOSE_KB. 「closeKb」- 关闭时KB链接地址
      Specified by:
      setCloseKb in interface IWTicket
    • getActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public WTicket setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.W_TICKET.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IWTicket
    • 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(IWTicket from)
      Description copied from interface: IWTicket
      Load data from another generated Record/POJO implementing the common interface IWTicket
      Specified by:
      from in interface IWTicket
    • into

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