com.objectplanet.survey.plugin.event
Class SurveyEvent

java.lang.Object
  |
  +--com.objectplanet.survey.plugin.event.PluginBusEvent
        |
        +--com.objectplanet.survey.plugin.event.SurveyEvent
Direct Known Subclasses:
DisplayQuestionEvent, NewRespondentEvent, RespondentCompleteEvent, ResponseEvent

public class SurveyEvent
extends PluginBusEvent

This class represents a survey event.

Author:
Torgeir Punnerud
Created:
Fri Aug 30 15:40:45 CEST 2002

Nested Class Summary
 
Nested classes inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent
PluginBusEvent.NonVetoable
 
Constructor Summary
SurveyEvent(IPBComponent 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.plugin.event.PluginBusEvent
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(IPBComponent 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 May 7 2003