类 OrgDept

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

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

    • OrgDept

      public OrgDept()
  • 方法详细资料

    • getDeptId

      public String getDeptId()
      返回:
      the _DeptId
    • setDeptId

      public void setDeptId(String deptId)
      参数:
      deptId - the _DeptId to set
    • getDeptName

      public String getDeptName()
      返回:
      the _DeptName
    • setDeptName

      public void setDeptName(String deptName)
      参数:
      deptName - the _DeptName to set
    • getUpDept

      public OrgDept getUpDept()
      返回:
      the _UpDept
    • setUpDept

      public void setUpDept(OrgDept upDept)
      参数:
      upDept - the _UpDept to set
    • getLowDepts

      public HashMap<String,OrgDept> getLowDepts()
      返回:
      the _LowDepts
    • setLowDepts

      public void setLowDepts(HashMap<String,OrgDept> lowDepts)
      参数:
      lowDepts - the _LowDepts to set
    • getUsers

      public HashMap<String,OrgUser> getUsers()
      返回:
      the _Users
    • setUsers

      public void setUsers(HashMap<String,OrgUser> users)
      参数:
      users - the _Users to set