com.objectplanet.survey.event.events
Class InvitationTaskCompletedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.InvitationTaskCompletedEvent
public class InvitationTaskCompletedEvent
- extends AdminEvent
Represents an event that is fired an invitation task is completed. For every invitation run
(invitation, reminder1, reminder2, ..) a new task is created, and this event is sent on
completion of each one.
- Author:
- Torgeir Lund
- Created:
- Oct 16, 2006
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvitationTaskCompletedEvent
public InvitationTaskCompletedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
setSurveyId
public void setSurveyId(long surveyId)
- Sets the surveyId attribute of the NewSurveyEvent object
- Parameters:
surveyId
- The new surveyId value
getSurveyId
public long getSurveyId()
- Gets the surveyId attribute of the NewSurveyEvent object
- Returns:
- The surveyId value
getInvitationId
public long getInvitationId()
setInvitationId
public void setInvitationId(long invitationId)
getTaskId
public long getTaskId()
setTaskId
public void setTaskId(long taskId)
Built on December 20 2016