|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.memberDR
public class memberDR
The class is designed to meet the requirement of the display and filter of process in the client-side. It can be regarded as a data carier composed of the RoleID, RoleName, DepartmentID, and the DepartmentName. The Agentflow System uses Role to filter the Process which some enduser can invoke. Therefore, the information of department name and role name corresponding to the process displays in the clinet-side. In the mean time, the display of the invokeable Process can be filtered by using the key of Role.
The class is used in the PASEProcess
class.
PASEProcess
,
Department
,
Role
,
Serialized FormConstructor Summary | |
---|---|
memberDR()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getDepartmentID()
Get the department id |
java.lang.String |
getDepartmentName()
Get the department name |
java.lang.String |
getDepRolString()
Get the string formatted by department name and role name, which is used in process frame in Agenda |
java.lang.String |
getRoleID()
Get the role id |
java.lang.String |
getRoleName()
Get the role name |
void |
setDepartmentID(java.lang.String id)
Set the department id |
void |
setDepartmentName(java.lang.String name)
Set the department name |
void |
setRoleID(java.lang.String id)
Set the role id |
void |
setRoleName(java.lang.String name)
Set the role name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public memberDR()
memberDR
without parameters.
Method Detail |
---|
public java.lang.String getDepartmentID()
public java.lang.String getDepartmentName()
public java.lang.String getDepRolString()
public java.lang.String getRoleID()
public java.lang.String getRoleName()
public void setDepartmentID(java.lang.String id)
public void setDepartmentName(java.lang.String name)
public void setRoleID(java.lang.String id)
public void setRoleName(java.lang.String name)
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |