|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.survey.event.Event com.objectplanet.survey.event.events.SurveyEvent
public class SurveyEvent
This class represents a survey event.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event |
---|
Event.NonVetoable |
Constructor Summary | |
---|---|
SurveyEvent(IEventListener 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.event.Event |
---|
getSource, isVetoed, paramString, toString, veto |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SurveyEvent(IEventListener 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 |