com.objectplanet.survey.event.events
Class PanelistInvitedEvent

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

public class PanelistInvitedEvent
extends SurveyEvent

Represents an event that is fired when a panelist is invited to a survey

Author:
Irina Brun

Nested Class Summary
 
Nested classes inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
PanelistInvitedEvent(IEventListener source)
          Creates a new event.
 
Method Summary
 long getInviteeId()
           
 long getPanelistId()
           
 long getSurveyId()
          Gets the surveyId attribute of the SurveyEvent object
 void setInviteeId(long inviteeId)
           
 void setPanelistId(long panelistId)
           
 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

PanelistInvitedEvent

public PanelistInvitedEvent(IEventListener source)
Creates a new event.

Parameters:
source - The event source
Method Detail

getInviteeId

public long getInviteeId()

setInviteeId

public void setInviteeId(long inviteeId)

getPanelistId

public long getPanelistId()

setPanelistId

public void setPanelistId(long panelistId)

getSurveyId

public long getSurveyId()
Description copied from class: SurveyEvent
Gets the surveyId attribute of the SurveyEvent object

Overrides:
getSurveyId in class SurveyEvent
Returns:
The surveyId value

setSurveyId

public void setSurveyId(long surveyId)
Description copied from class: SurveyEvent
Sets the surveyId attribute of the SurveyEvent object

Overrides:
setSurveyId in class SurveyEvent
Parameters:
surveyId - The new surveyId value

Copyright © ObjectPlanet Inc. All Rights Reserved.

Built on January 31 2008