Class DataCollectionNodeExpressions<T>

java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.node.expressions.DataCollectionNodeExpressions<T>
Type Parameters:
T - the generic type

public class DataCollectionNodeExpressions<T> extends Object
The Class that defines the data collection node expressions.
Since:
12.0
  • Field Details

  • Constructor Details

    • DataCollectionNodeExpressions

      public DataCollectionNodeExpressions()
  • Method Details

    • getVisible

      public String getVisible()
      Returns the visible.
      Returns:
      the visible
    • setVisible

      public void setVisible(String visible)
      Sets the visible.
      Parameters:
      visible - the visible
    • getReadonly

      public String getReadonly()
      Returns the readonly.
      Returns:
      the readonly
    • setReadonly

      public void setReadonly(String readonly)
      Sets the readonly.
      Parameters:
      readonly - the readonly
    • getMandatory

      public String getMandatory()
      Returns the mandatory.
      Returns:
      the mandatory
    • setMandatory

      public void setMandatory(String mandatory)
      Sets the mandatory.
      Parameters:
      mandatory - the mandatory
    • getInitialValue

      public String getInitialValue()
      Returns the initial value.
      Returns:
      the initial value
    • setInitialValue

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

      public String getComputedValue()
      Returns the computed value.
      Returns:
      the computed value
    • setComputedValue

      public void setComputedValue(String computedValue)
      Sets the computed value.
      Parameters:
      computedValue - the computed value
    • getShowOnSummary

      public String getShowOnSummary()
      Returns the showOnSummary value.
      Returns:
      the showOnSummary value
    • isShowOnSummary

      public boolean isShowOnSummary()
      Returns the showOnSummary boolean value.
      Returns:
      the showOnSummary boolean value
    • setShowOnSummary

      public void setShowOnSummary(String showOnSummary)
      Sets the showOnSummary value.
      Parameters:
      showOnSummary - the show on lateral panel value
    • getResult

      Returns the result.
      Returns:
      the result
    • setResult

      public void setResult(DataCollectionNodeExpressionsResult<T> result)
      Sets the result.
      Parameters:
      result - the result
    • getEvaluationOrder

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

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

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

      public void setEvaluationOrder(Long evaluationOrder)
      Sets the evaluation order.
      Parameters:
      evaluationOrder - the evaluation order
    • hasVisible

      public boolean hasVisible()
      Returns if it is visible.
      Returns:
      true, if successful
    • hasReadonly

      public boolean hasReadonly()
      Returns if it is readonly.
      Returns:
      true, if successful
    • hasMandatory

      public boolean hasMandatory()
      Returns if it is mandatory.
      Returns:
      true, if successful
    • hasInitialValue

      public boolean hasInitialValue()
      Returns if it has the initial value.
      Returns:
      true, if successful
    • hasComputedValue

      public boolean hasComputedValue()
      Returns if it has the computed value.
      Returns:
      true, if successful
    • hasNamingConvention

      public boolean hasNamingConvention()
      Returns if it has the naming convention.
      Returns:
      true, if successful
    • hasExpressions

      public boolean hasExpressions()
      Returns if it has expressions.
      Returns:
      true, if successful
    • copyOf

      public static <T> DataCollectionNodeExpressions<T> copyOf(DataCollectionNodeExpressions<T> expressions)
      Makes a copy of the data collection node expressions
      Type Parameters:
      T - the generic type
      Parameters:
      expressions - the DataCollectionNodeExpressions
      Returns:
      the data collection node expressions