Class PanelDataCollectionSheetNodeParams
java.lang.Object
overit.geocallapp.wfm.core.ux.datacollection.sheet.node.PanelDataCollectionSheetNodeParams
- All Implemented Interfaces:
Serializable
Class that contains all the main parameters of the data collection node that will be
used in
PanelDataCollectionNodeAttachmentUploadFile.- Since:
- 12.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataCollectionNodeprotected DataCollectionSheetInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNode()Returns the node.Returns the sheet instance.voidsetNode(DataCollectionNode node) Sets the node.voidsetSheetInstance(DataCollectionSheetInstance sheetInstance) Sets the sheet instance.
-
Field Details
-
sheetInstance
-
node
-
-
Constructor Details
-
PanelDataCollectionSheetNodeParams
public PanelDataCollectionSheetNodeParams()
-
-
Method Details
-
getSheetInstance
Returns the sheet instance.- Returns:
- the sheet instance
-
setSheetInstance
Sets the sheet instance.- Parameters:
sheetInstance- the sheet instance
-
getNode
Returns the node.- Returns:
- the node
-
setNode
Sets the node.- Parameters:
node- the node
-