Class PanelDataCollectionGlobalExpressionInput
java.lang.Object
overit.geocallapp.wfm.core.ux.datacollection.template.structure.globalexpressions.PanelDataCollectionGlobalExpressionInput
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the global expression.intgetMode()Returns the mode.Returns the template.voidsetGlobalExpression(DataCollectionGlobalExpression globalExpression) Sets the global expression.voidsetMode(int mode) Sets the mode.voidsetTemplate(DataCollectionTemplate template) Sets the template.
-
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
Returns the template.- Returns:
- the template
-
setTemplate
Sets the template.- Parameters:
template- the template
-
getGlobalExpression
Returns the global expression.- Returns:
- the global expression
-
setGlobalExpression
Sets the global expression.- Parameters:
globalExpression- the global expression
-