Class PanelDataCollectionSheetNodeParams

java.lang.Object
overit.geocallapp.wfm.core.ux.datacollection.sheet.node.PanelDataCollectionSheetNodeParams
All Implemented Interfaces:
Serializable

public class PanelDataCollectionSheetNodeParams extends Object implements 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 Details

  • Constructor Details

    • PanelDataCollectionSheetNodeParams

      public PanelDataCollectionSheetNodeParams()
  • Method Details

    • getSheetInstance

      public DataCollectionSheetInstance getSheetInstance()
      Returns the sheet instance.
      Returns:
      the sheet instance
    • setSheetInstance

      public void setSheetInstance(DataCollectionSheetInstance sheetInstance)
      Sets the sheet instance.
      Parameters:
      sheetInstance - the sheet instance
    • getNode

      public DataCollectionNode getNode()
      Returns the node.
      Returns:
      the node
    • setNode

      public void setNode(DataCollectionNode node)
      Sets the node.
      Parameters:
      node - the node