|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
com.objectplanet.survey.event.events.ImportedSurveyEvent
public class ImportedSurveyEvent
Represents an event that is fired when a Survey is imported.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event |
|---|
Event.NonVetoable |
| Constructor Summary | |
|---|---|
ImportedSurveyEvent(IEventListener source)
Creates a new event. |
|
| Method Summary | |
|---|---|
long |
getSurveyId()
|
void |
setSurveyId(long surveyId)
|
| Methods inherited from class com.objectplanet.survey.event.events.AdminEvent |
|---|
getLogin, getUserId, setLogin, setUserId |
| 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 ImportedSurveyEvent(IEventListener source)
source - The event source| Method Detail |
|---|
public long getSurveyId()
public void setSurveyId(long surveyId)
surveyId - The surveyId to set.
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||