com.objectplanet.survey.event.events
Class PanelistInvitedEvent

java.lang.Object
  extended by com.objectplanet.survey.event.Event
      extended by com.objectplanet.survey.event.events.SurveyEvent
          extended by com.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/interfaces inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
PanelistInvitedEvent(IEventListener source)
          Creates a new event.
 
Method Summary
 long getInvitationId()
           
 long getInviteeId()
           
 long getPanelistId()
           
 long getSurveyId()
          Gets the surveyId attribute of the SurveyEvent object
 void setInvitationId(long invitationId)
           
 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

getInvitationId

public long getInvitationId()

setInvitationId

public void setInvitationId(long invitationId)

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016