Class DataCollectionGlobalExpression

java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.globalexpressions.DataCollectionGlobalExpression
All Implemented Interfaces:
Serializable

public class DataCollectionGlobalExpression extends Object implements Serializable
Class representing a global expression for data collection templates. Global expressions are used for validation checks that apply to the entire template.
Since:
22.0
See Also:
  • Field Details

  • Constructor Details

    • DataCollectionGlobalExpression

      public DataCollectionGlobalExpression()
  • Method Details

    • getId

      public Long getId()
      Returns the global expression id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the global expression id.
      Parameters:
      id - the id
    • getName

      public String getName()
      Returns the global expression name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the global expression name.
      Parameters:
      name - the name
    • getExpression

      public String getExpression()
      Returns the expression string.
      Returns:
      the expression
    • setExpression

      public void setExpression(String expression)
      Sets the expression string.
      Parameters:
      expression - the expression
    • getMessage

      public LocalizedString getMessage()
      Returns the localized message.
      Returns:
      the message
    • setMessage

      public void setMessage(LocalizedString message)
      Sets the localized message.
      Parameters:
      message - the message
    • getType

      Returns the expression type.
      Returns:
      the type
    • setType

      public void setType(DataCollectionGlobalExpressionTypes type)
      Sets the expression type.
      Parameters:
      type - the type