Class DTODataCollectionGlobalExpression

java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.template.globalvalidation.DTODataCollectionGlobalExpression
All Implemented Interfaces:
Serializable

public class DTODataCollectionGlobalExpression extends Object implements Serializable
DTO for global expression in data collection templates.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionGlobalExpression

      public DTODataCollectionGlobalExpression()
  • 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

      public String getType()
      Returns the expression type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets the expression type.
      Parameters:
      type - the type (WARNING or ERROR)