类 WfUnit

java.lang.Object
com.gdxsoft.easyweb.script.Workflow.WfUnit

public class WfUnit extends Object
  • 构造器详细资料

    • WfUnit

      public WfUnit()
  • 方法详细资料

    • getName

      public String getName()
      名称
      返回:
      the _Name
    • setName

      public void setName(String name)
      名称
      参数:
      name - the _Name to set
    • getDes

      public String getDes()
      描述
      返回:
      the _Des
    • setDes

      public void setDes(String des)
      描述
      参数:
      des - the _Des to set
    • getWFABefore

      public String getWFABefore()
      提交前检查的Action
      返回:
      the _WFABefore
    • setWFABefore

      public void setWFABefore(String before)
      提交前检查的Action
      参数:
      before - the _WFABefore to set
    • getWFABeforeMsg

      public String getWFABeforeMsg()
      检查错误提示
      返回:
      the _WFABeforeMsg
    • setWFABeforeMsg

      public void setWFABeforeMsg(String beforeMsg)
      检查错误提示
      参数:
      beforeMsg - the _WFABeforeMsg to set
    • getWFAAfter

      public String getWFAAfter()
      执行的Action
      返回:
      the _WFAAfter
    • setWFAAfter

      public void setWFAAfter(String after)
      执行的Action
      参数:
      after - the _WFAAfter to set
    • getWFANextYes

      public String getWFANextYes()
      审核通过的节点名称
      返回:
      the _WFANextYes
    • setWFANextYes

      public void setWFANextYes(String nextYes)
      审核通过的节点名称
      参数:
      nextYes - the _WFANextYes to set
    • getWFANextNo

      public String getWFANextNo()
      审核失败的节点名称
      返回:
      the _WFANextNo
    • setWFANextNo

      public void setWFANextNo(String nextNo)
      审核失败的节点名称
      参数:
      nextNo - the _WFANextNo to set
    • isLast

      public boolean isLast()
      是否最后一步
      返回:
      the _IsLast
    • setLast

      public void setLast(boolean isLast)
      是否最后一步
      参数:
      isLast - the _IsLast to set
    • getWfType

      public String getWfType()
      节点类型
      返回:
      the _WfType
    • setWfType

      public void setWfType(String wfType)
      参数:
      wfType - the _WfType to set
    • isFirst

      public boolean isFirst()
      是否是第一个节点
      返回:
      the _IsFirst
    • setFirst

      public void setFirst(boolean isFirst)
      参数:
      isFirst - the _IsFirst to set
    • getWfLogic

      public String getWfLogic()
      测试的逻辑表达式
      返回:
      the _WfLogic
    • setWfLogic

      public void setWfLogic(String wfLogic)
      参数:
      wfLogic - the _WfLogic to set
    • getWFAParent

      public String getWFAParent()
      返回:
      the _WFAParent
    • setWFAParent

      public void setWFAParent(String parent)
      父节点
      参数:
      parent - the _WFAParent to set