Class DataCollectionSheetInstanceFillInInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceFillInInput
Input object for
DataCollectionSheetInstanceFillInEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNodes()Returns the nodes.Returns the data collection sheet instance fill in input sheet id id.voidsetNodes(List<DataCollectionNode> nodes) Sets the nodes.voidsetSheetId(Long sheetId) Sets the sheet id id.
-
Constructor Details
-
DataCollectionSheetInstanceFillInInput
public DataCollectionSheetInstanceFillInInput()
-
-
Method Details
-
getSheetId
Returns the data collection sheet instance fill in input sheet id id.- Returns:
- the data collection sheet instance fill in input sheet id id
- See Also:
-
setSheetId
Sets the sheet id id.- Parameters:
sheetId- the sheet id id- See Also:
-
getNodes
Returns the nodes.- Returns:
- a list of data collection node elements of type DataCollectionNode
- See Also:
-
setNodes
Sets the nodes.- Parameters:
nodes- the nodes
-