com.objectplanet.survey.plugin.event
Class PreSurveyDeleteEvent
java.lang.Object
com.objectplanet.survey.plugin.event.PluginBusEvent
com.objectplanet.survey.plugin.event.AdminEvent
com.objectplanet.survey.plugin.event.PreSurveyDeleteEvent
Deprecated.
public class PreSurveyDeleteEvent
- extends AdminEvent
Represents an event that is fired just before a Survey is deleted.
This class is deprecated. Use the new event mechanism in the
com.objectplanet.survey.event and com.objectplanet.survey.event.events package.
- Author:
- Rikard Halvorsen
- Created:
- 11. November 2004
Method Summary |
long |
getSurveyId()
Deprecated. Gets the surveyId attribute of the PreSurveyDeleteEvent object |
void |
setSurveyId(long surveyId)
Deprecated. Sets the surveyId attribute of the PreSurveyDeleteEvent object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PreSurveyDeleteEvent
public PreSurveyDeleteEvent(IPBComponent source)
- Deprecated.
- Creates a new event.
- Parameters:
source
- The event source
setSurveyId
public void setSurveyId(long surveyId)
- Deprecated.
- Sets the surveyId attribute of the PreSurveyDeleteEvent object
- Parameters:
surveyId
- The new surveyId value
getSurveyId
public long getSurveyId()
- Deprecated.
- Gets the surveyId attribute of the PreSurveyDeleteEvent object
- Returns:
- The surveyId value
Built on December 20 2016