com.objectplanet.survey.event.events
Class PostDeletePanelistsEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.PostDeletePanelistsEvent
public class PostDeletePanelistsEvent
- extends AdminEvent
- Author:
- Ina Skåre
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PostDeletePanelistsEvent
public PostDeletePanelistsEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
getDeletionType
public int getDeletionType()
- Returns:
- Returns the deletionType.
getPanelId
public long getPanelId()
- Returns:
- Returns the panelId.
getUserId
public long getUserId()
- Description copied from class:
AdminEvent
- Gets the userId of the user who performed this action.
- Overrides:
getUserId
in class AdminEvent
- Returns:
- Returns the userId.
setDeletionType
public void setDeletionType(int deletionType)
- Parameters:
deletionType
- The deletionType to set.
setPanelId
public void setPanelId(long panelId)
- Parameters:
panelId
- The panelId to set.
setUserId
public void setUserId(long userId)
- Description copied from class:
AdminEvent
- Sets the userId of the user who performed this action.
- Overrides:
setUserId
in class AdminEvent
- Parameters:
userId
- The userId to set.
Built on December 20 2016