Class DataCollectionSheetInstanceAssociateToSchedulingUserInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceAssociateToSchedulingUserInput
Input object for
DataCollectionSheetInstanceAssociateToSchedulingUserEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data collection sheet scheduling user id.getSheet()Returns the data collection sheet id.voidsetSchedulingUser(Long schedulingUser) Sets the scheduling user id.voidSets the sheet id.
-
Constructor Details
-
DataCollectionSheetInstanceAssociateToSchedulingUserInput
public DataCollectionSheetInstanceAssociateToSchedulingUserInput()
-
-
Method Details
-
getSheet
Returns the data collection sheet id.- Returns:
- the data collection sheet id
- See Also:
-
setSheet
Sets the sheet id.- Parameters:
sheet- the sheet id- See Also:
-
getSchedulingUser
Returns the data collection sheet scheduling user id.- Returns:
- the data collection sheet scheduling user id
-
setSchedulingUser
Sets the scheduling user id.- Parameters:
schedulingUser- the scheduling user id
-