com.objectplanet.survey.event.events
Class SurveyEvent

java.lang.Object
  extended by com.objectplanet.survey.event.Event
      extended by com.objectplanet.survey.event.events.SurveyEvent
Direct Known Subclasses:
AbandonedSurveyEvent, DisplayQuestionEvent, DisplaySurveySaveScreenEvent, NewLiveRespondentEvent, NewPanelistEvent, NewRespondentEvent, PanelistHistoryItemSavedEvent, PanelistInvitedEvent, PanelistUpdatedEvent, PollImpressionEvent, PreSurveyPageEvent, QuotasReachedEvent, QuotaValueUpdatedEvent, RespondentCompleteEvent, RespondentDataFoundEvent, RespondentStoreEvent, ResponseEvent, SurveySaveEvent, TransientRespondentCompleteEvent

public class SurveyEvent
extends Event

This class represents a survey event.

Author:
Torgeir Punnerud
Created:
16 November 2005

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
SurveyEvent(IEventListener source)
          Creates a new survey event.
 
Method Summary
 long getSurveyId()
          Gets the surveyId attribute of the SurveyEvent object
 void setSurveyId(long surveyId)
          Sets the surveyId attribute of the SurveyEvent object
 
Methods inherited from class com.objectplanet.survey.event.Event
getSource, isVetoed, paramString, toString, veto
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SurveyEvent

public SurveyEvent(IEventListener source)
Creates a new survey event.

Parameters:
source - The message source
Method Detail

setSurveyId

public void setSurveyId(long surveyId)
Sets the surveyId attribute of the SurveyEvent object

Parameters:
surveyId - The new surveyId value

getSurveyId

public long getSurveyId()
Gets the surveyId attribute of the SurveyEvent object

Returns:
The surveyId value

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016