com.objectplanet.survey.event.events
Class PreDeleteSignupSurveyEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.PreDeleteSignupSurveyEvent
public class PreDeleteSignupSurveyEvent
- extends AdminEvent
- Author:
- Ina Skåre
Method Summary |
long |
getPanelId()
|
long |
getSurveyId()
Gets the surveyId attribute of the NewSurveyEvent object |
void |
setPanelId(long panelId)
|
void |
setSurveyId(long surveyId)
Sets the surveyId attribute of the NewSurveyEvent object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PreDeleteSignupSurveyEvent
public PreDeleteSignupSurveyEvent(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
getPanelId
public long getPanelId()
- Returns:
- Returns the panelId.
setPanelId
public void setPanelId(long panelId)
- Parameters:
panelId
- The panelId to set.
Built on December 20 2016