Class UserProfileDeleteEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.profile.event.UserProfileDeleteEvent

public class UserProfileDeleteEvent extends BusinessEvent<Void>
Event that will be called to request a user profile creation.
  • Field Details

    • profileId

      protected final long profileId
  • Constructor Details

    • UserProfileDeleteEvent

      public UserProfileDeleteEvent(long profileId)
      Create a new event that will be called to request a user profile delete.
      Parameters:
      profileId - the id of the user profile that will be deleted.
  • Method Details

    • getProfileId

      public long getProfileId()
      Gets the id of the user profile that will be deleted.
      Returns:
      the id of the user profile that will be deleted.