com.objectplanet.survey.event.events
Class PreDeleteInvitationEvent

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.PreDeleteInvitationEvent

public class PreDeleteInvitationEvent
extends AdminEvent

Fired just before delete invitation event

Author:
Irina Brun

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
PreDeleteInvitationEvent(IEventListener source)
          Creates a new event.
 
Method Summary
 long getInvitationId()
           
 long getUserId()
          Gets the userId of the user who performed this action.
 void setInvitationId(long invitationId)
           
 void setUserId(long userId)
          Sets the userId of the user who performed this action.
 
Methods inherited from class com.objectplanet.survey.event.events.AdminEvent
getLogin, setLogin
 
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

PreDeleteInvitationEvent

public PreDeleteInvitationEvent(IEventListener source)
Creates a new event.

Parameters:
source - The event source
Method Detail

getInvitationId

public long getInvitationId()

setInvitationId

public void setInvitationId(long invitationId)

getUserId

public long getUserId()
Description copied from class: AdminEvent
Gets the userId of the user who performed this action.

Overrides:
getUserId in class AdminEvent
Returns:
The userId value

setUserId

public void setUserId(long userId)
Description copied from class: AdminEvent
Sets the userId of the user who performed this action.

Overrides:
setUserId in class AdminEvent

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016