com.seeyon.ctp.organization.event
类 UpdateDeptRoleEvent
java.lang.Object
java.util.EventObject
com.seeyon.ctp.event.Event
com.seeyon.ctp.organization.event.UpdateDeptRoleEvent
- 所有已实现的接口:
- java.io.Serializable
public class UpdateDeptRoleEvent
- extends Event
- 另请参见:
- 序列化表格
| 从类 java.util.EventObject 继承的字段 |
source |
| 从类 java.util.EventObject 继承的方法 |
getSource, toString |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UpdateDeptRoleEvent
public UpdateDeptRoleEvent(java.lang.Object source)
getOldRoleList
public java.util.List<java.util.Map> getOldRoleList()
setOldRoleList
public void setOldRoleList(java.util.List<java.util.Map> oldRoleList)
getNewRoleList
public java.util.List<java.util.Map> getNewRoleList()
setNewRoleList
public void setNewRoleList(java.util.List<java.util.Map> newRoleList)
getDepartment
public V3xOrgDepartment getDepartment()
setDepartment
public void setDepartment(V3xOrgDepartment department)