com.objectplanet.survey.event.events
Class SurveyDeletedEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.SurveyDeletedEvent
public class SurveyDeletedEvent
- extends AdminEvent
Represents an event that is fired when a new Survey is deleted.
- Author:
- Torgeir Lund
- Created:
- 16 November 2005
Method Summary |
long |
getSurveyId()
Gets the surveyId attribute of the NewSurveyEvent object |
void |
setSurveyId(long surveyId)
Sets the surveyId attribute of the NewSurveyEvent object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SurveyDeletedEvent
public SurveyDeletedEvent(IEventListener source)
- Creates a new event.
- Parameters:
source
- The event source
setSurveyId
public void setSurveyId(long surveyId)
- Sets the surveyId attribute of the NewSurveyEvent object
- Parameters:
surveyId
- The new surveyId value
getSurveyId
public long getSurveyId()
- Gets the surveyId attribute of the NewSurveyEvent object
- Returns:
- The surveyId value
Built on December 20 2016