|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectplanet.survey.plugin.event.PluginBusEvent | +--com.objectplanet.survey.plugin.event.SurveyEvent
This class represents a survey event.
Nested Class Summary |
Nested classes inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent |
PluginBusEvent.NonVetoable |
Constructor Summary | |
SurveyEvent(IPBComponent source)
Creates a new survey event. |
Method Summary | |
long |
getSurveyId()
Gets the surveyId attribute of the SurveyEvent object |
void |
setSurveyId(long surveyId)
Sets the surveyId attribute of the SurveyEvent object |
Methods inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent |
getSource, isVetoed, paramString, toString, veto |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SurveyEvent(IPBComponent source)
source
- The message sourceMethod Detail |
public void setSurveyId(long surveyId)
surveyId
- The new surveyId valuepublic long getSurveyId()
|
Copyright © ObjectPlanet Inc. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |