com.objectplanet.survey.event.events
Class PreInviteeDeleteEvent

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

public class PreInviteeDeleteEvent
extends AdminEvent

Fired when one invitee is about to be deleted

Author:
Irina Brun

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
PreInviteeDeleteEvent(IEventListener source)
          Creates a new event.
 
Method Summary
 long getInvitationId()
           
 long getInviteeId()
           
 void setInvitationId(long invitationId)
           
 void setInviteeId(long inviteeId)
           
 
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

PreInviteeDeleteEvent

public PreInviteeDeleteEvent(IEventListener source)
Creates a new event.

Parameters:
source - The event source
Method Detail

getInvitationId

public long getInvitationId()

setInvitationId

public void setInvitationId(long invitationId)

getInviteeId

public long getInviteeId()

setInviteeId

public void setInviteeId(long inviteeId)

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016