com.objectplanet.survey.event.events
Class UserUpdateEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.UserUpdateEvent
public class UserUpdateEvent
- extends AdminEvent
Represents an event that is fired when a user is updated in the storage.
- Author:
- Irina Brun
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UserUpdateEvent
public UserUpdateEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
getUpdatedUserId
public long getUpdatedUserId()
- Get the id of the updated user
- Returns:
- Returns the updatedUserId.
setUpdatedUserId
public void setUpdatedUserId(long updatedUserId)
- Sets the id of the updated user.
- Parameters:
updatedUserId
- The updatedUserId to set.
getUpdatedUserLogin
public java.lang.String getUpdatedUserLogin()
- Returns:
- Returns the updatedUserLogin.
setUpdatedUserLogin
public void setUpdatedUserLogin(java.lang.String updatedUserLogin)
- Parameters:
updatedUserLogin
- The updatedUserLogin to set.
Built on December 20 2016