Class DataCollectionSheetInstanceAssociateToAccountInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceAssociateToAccountInput
Input object for
DataCollectionSheetInstanceAssociateToAccountEvent.- Since:
- 22.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data collection sheet account id.getSheet()Returns the data collection sheet id.voidsetAccount(Long account) Sets the account id.voidSets the sheet id.
-
Constructor Details
-
DataCollectionSheetInstanceAssociateToAccountInput
public DataCollectionSheetInstanceAssociateToAccountInput()
-
-
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:
-
getAccount
Returns the data collection sheet account id.- Returns:
- the data collection sheet account id
-
setAccount
Sets the account id.- Parameters:
account- the account id
-