public class SurveyBehaviorUpdatedEvent extends AdminEvent
Event.NonVetoable
Constructor and Description |
---|
SurveyBehaviorUpdatedEvent(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() |
void |
setSurveyId(long surveyId)
Sets the surveyId attribute of the SurveyUpdatedEvent object
|
void |
setSurveyName(java.lang.String surveyName) |
getLogin, getUserId, setLogin, setUserId
public SurveyBehaviorUpdatedEvent(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 setBuilt on January 16 2019