com.objectplanet.survey.event.events
Class RespondentDeletedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.RespondentDeletedEvent
public class RespondentDeletedEvent
- extends AdminEvent
Represents an event that is sent after a single respondent has been deleted.
- Author:
- Erik-André Vik Mamen
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RespondentDeletedEvent
public RespondentDeletedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
getSurveyId
public long getSurveyId()
- Returns:
- Returns the surveyId.
setSurveyId
public void setSurveyId(long surveyId)
- Parameters:
surveyId
- The surveyId to set.
Built on December 20 2016