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
 
构造方法摘要
UpdateDeptRoleEvent(java.lang.Object source)
           
 
方法摘要
 V3xOrgDepartment getDepartment()
           
 java.util.List<java.util.Map> getNewRoleList()
           
 java.util.List<java.util.Map> getOldRoleList()
           
 void setDepartment(V3xOrgDepartment department)
           
 void setNewRoleList(java.util.List<java.util.Map> newRoleList)
           
 void setOldRoleList(java.util.List<java.util.Map> oldRoleList)
           
 
从类 com.seeyon.ctp.event.Event 继承的方法
getTimestamp
 
从类 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)