com.objectplanet.survey.event.events
Class TransientRespondentCompleteEvent

java.lang.Object
  extended bycom.objectplanet.survey.event.Event
      extended bycom.objectplanet.survey.event.events.SurveyEvent
          extended bycom.objectplanet.survey.event.events.TransientRespondentCompleteEvent

public class TransientRespondentCompleteEvent
extends SurveyEvent

Event for non storable completed respondents

Author:
Irina Brun

Nested Class Summary
 
Nested classes inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
TransientRespondentCompleteEvent(IEventListener source)
          Creates a new event.
 
Method Summary
 long getRespondentId()
          Gets the respondentId attribute of the TransientRespondentCompleteEvent object
 void setRespondentId(long respondentId)
          Sets the respondentId attribute of the TransientRespondentCompleteEvent object
 
Methods inherited from class com.objectplanet.survey.event.events.SurveyEvent
getSurveyId, setSurveyId
 
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

TransientRespondentCompleteEvent

public TransientRespondentCompleteEvent(IEventListener source)
Creates a new event.

Parameters:
source - The event source
Method Detail

setRespondentId

public void setRespondentId(long respondentId)
Sets the respondentId attribute of the TransientRespondentCompleteEvent object

Parameters:
respondentId - The new respondentId value

getRespondentId

public long getRespondentId()
Gets the respondentId attribute of the TransientRespondentCompleteEvent object

Returns:
The respondentId value

Copyright © ObjectPlanet Inc. All Rights Reserved.

Built on January 31 2008