com.objectplanet.survey.event.events
Class SurveyBehaviorUpdatedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.SurveyBehaviorUpdatedEvent
public class SurveyBehaviorUpdatedEvent
- extends AdminEvent
Represents an event that is fired after the survey behavior is updated.
- Author:
- Eivind Pedersen, Torgeir Lund
- Created:
- 30 January 2008
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SurveyBehaviorUpdatedEvent
public SurveyBehaviorUpdatedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
setSurveyId
public void setSurveyId(long surveyId)
- Sets the surveyId attribute of the SurveyUpdatedEvent object
- Parameters:
surveyId
- The new surveyId value
getSurveyId
public long getSurveyId()
- Gets the surveyId attribute of the SurveyUpdatedEvent object
- Returns:
- The surveyId value
getSurveyName
public java.lang.String getSurveyName()
- Returns:
- the surveyName
setSurveyName
public void setSurveyName(java.lang.String surveyName)
- Parameters:
surveyName
- the surveyName to set
Built on December 20 2016