Class DTODataCollectionNodeExpressions

java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.DTODataCollectionNodeExpressions
All Implemented Interfaces:
Serializable

public class DTODataCollectionNodeExpressions extends Object implements Serializable
DTO for data collection node expressions.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNodeExpressions

      public DTODataCollectionNodeExpressions()
  • Method Details

    • getVisible

      public String getVisible()
      Returns the data collection node visible expression.
      Returns:
      the visible expression
    • setVisible

      public void setVisible(String visible)
      Sets the data collection node visible expression.
      Parameters:
      visible - the visible expression
    • getReadonly

      public String getReadonly()
      Returns the data collection node readonly expression.
      Returns:
      the readonly expression
    • setReadonly

      public void setReadonly(String readonly)
      Sets the data collection node readonly expression.
      Parameters:
      readonly - the readonly expression
    • getMandatory

      public String getMandatory()
      Returns the data collection node mandatory expression.
      Returns:
      the mandatory expression
    • setMandatory

      public void setMandatory(String mandatory)
      Sets the data collection node mandatory expression.
      Parameters:
      mandatory - the mandatory expression
    • getInitialValue

      public String getInitialValue()
      Returns the data collection node initial value expression.
      Returns:
      the initial value expression
    • setInitialValue

      public void setInitialValue(String initialValue)
      Sets the data collection node initial value expression.
      Parameters:
      initialValue - the initial value expression
    • getComputedValue

      public String getComputedValue()
      Returns the data collection node computed value expression.
      Returns:
      the computed value expression
    • setComputedValue

      public void setComputedValue(String computedValue)
      Sets the data collection node computed value expression.
      Parameters:
      computedValue - the computed value expression
    • getEvaluationOrder

      public Long getEvaluationOrder()
      Returns the data collection node evaluation order.
      Returns:
      the evaluation order
    • setEvaluationOrder

      public void setEvaluationOrder(Long evaluationOrder)
      Sets the data collection node evaluation order.
      Parameters:
      evaluationOrder - the evaluation order
    • getShowOnSummary

      public String getShowOnSummary()
      Gets the show on summary flag.
      Returns:
      the show on summary value
    • setShowOnSummary

      public void setShowOnSummary(String showOnSummary)
      Sets the show on summary flag.
      Parameters:
      showOnSummary - the show on summary value to set
    • getNamingConvention

      public String getNamingConvention()
      Gets the naming convention.
      Returns:
      the naming convention
    • setNamingConvention

      public void setNamingConvention(String namingConvention)
      Sets the naming convention.
      Parameters:
      namingConvention - the naming convention