com.objectplanet.survey.event.events
Class QuestionUpdatedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.QuestionUpdatedEvent
public class QuestionUpdatedEvent
- extends AdminEvent
Represents an event that is fired when a question is updated.
- Author:
- Yan Wang
- Created:
- August 2009
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QuestionUpdatedEvent
public QuestionUpdatedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
getQuestionNo
public int getQuestionNo()
- Returns:
- the questionNo
setQuestionNo
public void setQuestionNo(int questionNo)
- Parameters:
questionNo
- the questionNo to set
getSurveyId
public long getSurveyId()
- Returns:
- the surveyId
setSurveyId
public void setSurveyId(long surveyId)
- Parameters:
surveyId
- the surveyId to set
Built on December 20 2016