public class SurveyUpdatedEvent extends AdminEvent
Event.NonVetoable
Constructor and Description |
---|
SurveyUpdatedEvent(IEventListener source)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
long |
getSurveyId()
Gets the surveyId attribute of the SurveyUpdatedEvent object
|
java.lang.String |
getSurveyName() |
boolean |
isPanelSignupSurvey() |
boolean |
isQuestionLibrary() |
void |
setPanelSignupSurvey(boolean isPanelSignupSurvey) |
void |
setQuestionLibrary(boolean isQuestionLibrary) |
void |
setSurveyId(long surveyId)
Sets the surveyId attribute of the SurveyUpdatedEvent object
|
void |
setSurveyName(java.lang.String surveyName) |
getLogin, getUserId, setLogin, setUserId
public SurveyUpdatedEvent(IEventListener source)
source
- The event sourcepublic void setSurveyId(long surveyId)
surveyId
- The new surveyId valuepublic long getSurveyId()
public java.lang.String getSurveyName()
public void setSurveyName(java.lang.String surveyName)
surveyName
- the surveyName to setpublic boolean isQuestionLibrary()
public void setQuestionLibrary(boolean isQuestionLibrary)
isQuestionLibrary
- the isLibrary to setpublic boolean isPanelSignupSurvey()
public void setPanelSignupSurvey(boolean isPanelSignupSurvey)
isPanelSignupSurvey
- the isPanelSignupSurvey to setBuilt on April 12 2018