public class PreDeleteRespondentsEvent extends AdminEvent
Event.NonVetoable
Constructor and Description |
---|
PreDeleteRespondentsEvent(IEventListener source)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
int |
getDeletionType()
One of the constants defined in Constants
|
long |
getSurveyId() |
long |
getUserId()
Gets the userId of the user who performed this action.
|
void |
setDeletionType(int deletionType)
One of the constants defined in Constants
|
void |
setSurveyId(long surveyId) |
void |
setUserId(long userId)
Sets the userId of the user who performed this action.
|
getLogin, setLogin
public PreDeleteRespondentsEvent(IEventListener source)
source
- The event sourcepublic int getDeletionType()
public long getSurveyId()
public long getUserId()
AdminEvent
getUserId
in class AdminEvent
public void setDeletionType(int deletionType)
deletionType
- The deletionType to set.public void setSurveyId(long surveyId)
surveyId
- The surveyId to set.public void setUserId(long userId)
AdminEvent
setUserId
in class AdminEvent
userId
- The userId to set.Built on January 16 2019