com.objectplanet.survey.event.events
Class PanelistInvitedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.SurveyEvent
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PanelistInvitedEvent
public PanelistInvitedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
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)
Built on December 20 2016