com.objectplanet.survey.event.events
Class ReportDeletedEvent

java.lang.Object
  extended by com.objectplanet.survey.event.Event
      extended by com.objectplanet.survey.event.events.AdminEvent
          extended by com.objectplanet.survey.event.events.ReportDeletedEvent

public class ReportDeletedEvent
extends AdminEvent

Represents an event that is fired when a report is deleted.

Author:
Rikard Halvorsen
Created:
23 August 2006

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
ReportDeletedEvent(IEventListener source)
          Creates a new event.
 
Method Summary
 long getReportId()
           
 java.lang.String getReportName()
           
 long getSurveyId()
           
 void setReportId(long reportId)
           
 void setReportName(java.lang.String reportName)
           
 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

ReportDeletedEvent

public ReportDeletedEvent(IEventListener source)
Creates a new event.

Parameters:
source - The event source
Method Detail

getReportId

public long getReportId()
Returns:
the reportId

setReportId

public void setReportId(long reportId)
Parameters:
reportId - the reportId to set

getReportName

public java.lang.String getReportName()
Returns:
the reportName

setReportName

public void setReportName(java.lang.String reportName)
Parameters:
reportName - the reportName to set

getSurveyId

public long getSurveyId()
Returns:
the surveyId

setSurveyId

public void setSurveyId(long surveyId)
Parameters:
surveyId - the surveyId to set

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016