Class SheetInstanceUnlockPushNotification

java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.SheetInstanceUnlockPushNotification

public class SheetInstanceUnlockPushNotification extends Object
Input data for sheet unlock push notification events. Contains the sheet ID, user ID, and optional payload for the notification.
  • Constructor Details

    • SheetInstanceUnlockPushNotification

      public SheetInstanceUnlockPushNotification()
  • Method Details

    • getSheetId

      public Long getSheetId()
      Gets the sheet ID.
      Returns:
      the ID of the unlocked sheet
    • setSheetId

      public void setSheetId(Long sheetId)
      Sets the sheet ID.
      Parameters:
      sheetId - the ID of the unlocked sheet
    • getUserId

      public Long getUserId()
      Gets the user ID.
      Returns:
      the ID of the user to receive the notification
    • setUserId

      public void setUserId(Long userId)
      Sets the user ID.
      Parameters:
      userId - the ID of the user to receive the notification