Class PanelDataCollectionGlobalExpressionInput

java.lang.Object
overit.geocallapp.wfm.core.ux.datacollection.template.structure.globalexpressions.PanelDataCollectionGlobalExpressionInput
All Implemented Interfaces:
Serializable

public class PanelDataCollectionGlobalExpressionInput extends Object implements Serializable
Input class for PanelDataCollectionGlobalExpression. Contains the mode and the necessary data for creating or editing a global expression.
Since:
22.0
See Also:
  • Constructor Details

    • PanelDataCollectionGlobalExpressionInput

      public PanelDataCollectionGlobalExpressionInput()
  • Method Details

    • getMode

      public int getMode()
      Returns the mode.
      Returns:
      the mode
    • setMode

      public void setMode(int mode)
      Sets the mode.
      Parameters:
      mode - the mode
    • getTemplate

      public DataCollectionTemplate getTemplate()
      Returns the template.
      Returns:
      the template
    • setTemplate

      public void setTemplate(DataCollectionTemplate template)
      Sets the template.
      Parameters:
      template - the template
    • getGlobalExpression

      public DataCollectionGlobalExpression getGlobalExpression()
      Returns the global expression.
      Returns:
      the global expression
    • setGlobalExpression

      public void setGlobalExpression(DataCollectionGlobalExpression globalExpression)
      Sets the global expression.
      Parameters:
      globalExpression - the global expression