类 OWfUnit

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

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

    • OWfUnit

      public OWfUnit()
  • 方法详细资料

    • getUNID

      public String getUNID()
      全局编号 GUNID
      返回:
      the _Unit
    • setUNID

      public void setUNID(String unid)
      全局编号
      参数:
      unid - the _Unit to set
    • getName

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

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

      public String getDescription()
      描述
      返回:
      the _Description
    • setDescription

      public void setDescription(String description)
      描述
      参数:
      description - the _Description to set
    • getFroms

      public com.gdxsoft.easyweb.utils.msnet.MTable getFroms()
      返回:
      the _Froms
    • setFroms

      public void setFroms(com.gdxsoft.easyweb.utils.msnet.MTable froms)
      参数:
      froms - the _Froms to set
    • getTos

      public com.gdxsoft.easyweb.utils.msnet.MTable getTos()
      返回:
      the _Tos
    • setTos

      public void setTos(com.gdxsoft.easyweb.utils.msnet.MTable tos)
      参数:
      tos - the _Tos to set
    • getUType

      public String getUType()
      类型
      返回:
      the _UType
    • setUType

      public void setUType(String type)
      类型
      参数:
      type - the _UType to set