public class NewQuestionEvent extends AdminEvent
Event.NonVetoable
Constructor and Description |
---|
NewQuestionEvent(IEventListener source)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
int |
getQuestionNo() |
long |
getSurveyId() |
void |
setQuestionNo(int questionNo) |
void |
setSurveyId(long surveyId) |
getLogin, getUserId, setLogin, setUserId
public NewQuestionEvent(IEventListener source)
source
- The event sourcepublic int getQuestionNo()
public void setQuestionNo(int questionNo)
questionNo
- the questionNo to setpublic long getSurveyId()
public void setSurveyId(long surveyId)
surveyId
- the surveyId to setBuilt on April 12 2018