Class DTODataCollectionNodeExpressions

java.lang.Object
overit.geocallapp.wfm.core.datacollection.rs2.node.DTODataCollectionNodeExpressions

@Deprecated(forRemoval=true, since="22.0") public class DTODataCollectionNodeExpressions extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
DTO for data collection node expressions.
Since:
19.0
GCApi:
dto
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setComputedValue(String computedValue)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setEvaluationOrder(Long evaluationOrder)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setInitialValue(String initialValue)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMandatory(String mandatory)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setReadonly(String readonly)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setShowOnSummary(String showOnSummary)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setVisible(String visible)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DTODataCollectionNodeExpressions

      public DTODataCollectionNodeExpressions()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getVisible

      public String getVisible()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setVisible

      public void setVisible(String visible)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getReadonly

      public String getReadonly()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setReadonly

      public void setReadonly(String readonly)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMandatory

      public String getMandatory()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMandatory

      public void setMandatory(String mandatory)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getInitialValue

      public String getInitialValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setInitialValue

      public void setInitialValue(String initialValue)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getComputedValue

      public String getComputedValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setComputedValue

      public void setComputedValue(String computedValue)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEvaluationOrder

      public Long getEvaluationOrder()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEvaluationOrder

      public void setEvaluationOrder(Long evaluationOrder)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getShowOnSummary

      public String getShowOnSummary()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setShowOnSummary

      public void setShowOnSummary(String showOnSummary)
      Deprecated, for removal: This API element is subject to removal in a future version.