类 OWfConnection

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

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

    • OWfConnection

      public OWfConnection()
  • 方法详细资料

    • getFrom

      public OWfUnit getFrom()
      返回:
      the _From
    • setFrom

      public void setFrom(OWfUnit from)
      参数:
      from - the _From to set
    • getTo

      public OWfUnit getTo()
      返回:
      the _To
    • setTo

      public void setTo(OWfUnit to)
      参数:
      to - the _To to set
    • getLogic

      public OWfLogic getLogic()
      返回:
      the _Logic
    • setLogic

      public void setLogic(OWfLogic logic)
      参数:
      logic - the _Logic to set
    • getUnid

      public String getUnid()
      返回:
      the _Unid
    • setUnid

      public void setUnid(String unid)
      参数:
      unid - the _Unid to set