|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.Role
pe.pase.ProjectRole
public class ProjectRole
A data object to represent the concept of project-role in a enterprise.
A ProjectRole is the special role attached to a Project.
The fileds in the class are the same as in Role
except the
additional field ProjectID which indicates the attached Project
Role
,
Project
,
Serialized FormConstructor Summary | |
---|---|
ProjectRole()
|
|
ProjectRole(java.lang.String id)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getProjectID()
Get the project id |
void |
setProjectID(java.lang.String id)
Set the project id |
void |
update(java.lang.Object obj)
|
Methods inherited from class pe.pase.Role |
---|
addMemberID, addRoleID, addSubDepartmentID, createAllEmployeeRole, getHashKey, getID, getMemberList, getMyID, getName, getParentID, getSiblingOrder, getSignLevel, getSubDepartmentList, getSubRoleList, getSynopsis, removeMemberID, removeRoleID, removeSubDepartmentID, setID, setMemberList, setMyID, setName, setParentID, setSiblingOrder, setSignLevel, setSubDepartmentList, setSubRoleList, setSynopsis, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProjectRole()
public ProjectRole(java.lang.String id)
ProjectRole
with the
specified project id.
id
- the given project idMethod Detail |
---|
public java.lang.String getProjectID()
public void setProjectID(java.lang.String id)
id
- the given project idpublic void update(java.lang.Object obj)
update
in interface com.flowring.entity.Entity
update
in class Role
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |