类 OrgDept
java.lang.Object
com.gdxsoft.easyweb.script.Workflow.OrgDept
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getUsers()voidvoidsetDeptName(String deptName) voidsetLowDepts(HashMap<String, OrgDept> lowDepts) voidvoid
-
构造器详细资料
-
OrgDept
public OrgDept()
-
-
方法详细资料
-
getDeptId
- 返回:
- the _DeptId
-
setDeptId
- 参数:
deptId- the _DeptId to set
-
getDeptName
- 返回:
- the _DeptName
-
setDeptName
- 参数:
deptName- the _DeptName to set
-
getUpDept
- 返回:
- the _UpDept
-
setUpDept
- 参数:
upDept- the _UpDept to set
-
getLowDepts
- 返回:
- the _LowDepts
-
setLowDepts
- 参数:
lowDepts- the _LowDepts to set
-
getUsers
- 返回:
- the _Users
-
setUsers
- 参数:
users- the _Users to set
-