com.objectplanet.survey.event.events
Class ImportedSurveyEvent

java.lang.Object
  extended bycom.objectplanet.survey.event.Event
      extended bycom.objectplanet.survey.event.events.AdminEvent
          extended bycom.objectplanet.survey.event.events.ImportedSurveyEvent

public class ImportedSurveyEvent
extends AdminEvent

Represents an event that is fired when a Survey is imported.

Author:
Torgeir Lund
Created:
May 6th 2006

Nested Class Summary
 
Nested classes inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
ImportedSurveyEvent(IEventListener source)
          Creates a new event.
 
Method Summary
 long getSurveyId()
           
 void setSurveyId(long surveyId)
           
 
Methods inherited from class com.objectplanet.survey.event.events.AdminEvent
getUserId, setUserId
 
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

ImportedSurveyEvent

public ImportedSurveyEvent(IEventListener source)
Creates a new event.

Parameters:
source - The event source
Method Detail

getSurveyId

public long getSurveyId()
Returns:
Returns the surveyId.

setSurveyId

public void setSurveyId(long surveyId)
Parameters:
surveyId - The surveyId to set.

Copyright © ObjectPlanet Inc. All Rights Reserved.

Built on January 31 2008