com.objectplanet.survey.event.events
Class AbandonedSurveyEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.SurveyEvent
com.objectplanet.survey.event.events.AbandonedSurveyEvent
public class AbandonedSurveyEvent
- extends SurveyEvent
Event for adandoned surveys. Usually send by cleaner thread 30 minutes after the last access.
- Author:
- Irina Brun
Method Summary |
long |
getRespondentId()
Gets the respondentId attribute of the AbandonedSurveyEvent object |
void |
setRespondentId(long respondentId)
Sets the respondentId attribute of the AbandonedSurveyEvent object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbandonedSurveyEvent
public AbandonedSurveyEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
setRespondentId
public void setRespondentId(long respondentId)
- Sets the respondentId attribute of the AbandonedSurveyEvent object
- Parameters:
respondentId
- The new respondentId value
getRespondentId
public long getRespondentId()
- Gets the respondentId attribute of the AbandonedSurveyEvent object
- Returns:
- The respondentId value
Built on December 20 2016