Class SheetInstanceUnlockPushNotification
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.SheetInstanceUnlockPushNotification
Input data for sheet unlock push notification events.
Contains the sheet ID, user ID, and optional payload for the notification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the sheet ID.Gets the user ID.voidsetSheetId(Long sheetId) Sets the sheet ID.voidSets the user ID.
-
Constructor Details
-
SheetInstanceUnlockPushNotification
public SheetInstanceUnlockPushNotification()
-
-
Method Details
-
getSheetId
Gets the sheet ID.- Returns:
- the ID of the unlocked sheet
-
setSheetId
Sets the sheet ID.- Parameters:
sheetId- the ID of the unlocked sheet
-
getUserId
Gets the user ID.- Returns:
- the ID of the user to receive the notification
-
setUserId
Sets the user ID.- Parameters:
userId- the ID of the user to receive the notification
-