Class DTODataCollectionNodeDouble

java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<Double>
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeDouble
All Implemented Interfaces:
Serializable

public class DTODataCollectionNodeDouble extends DTODataCollectionNodeType<Double>
DTO for data collection node double.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNodeDouble

      public DTODataCollectionNodeDouble()
  • Method Details

    • initName

      protected String initName()
      Description copied from class: DTODataCollectionNodeType
      Initializes and returns the name of the mobile forms node type. This method must be implemented by subclasses to provide the specific type name.
      Specified by:
      initName in class DTODataCollectionNodeType<Double>
      Returns:
      the node type name
    • getMinValue

      public final Double getMinValue()
      Returns the strict minimum value.
      Returns:
      the strict minimum value
    • setMinValue

      public final void setMinValue(Double minValue)
      Sets the strict minimum value.
      Parameters:
      minValue - the strict minimum value
    • getMaxValue

      public final Double getMaxValue()
      Returns the strict maximum value.
      Returns:
      the strict maximum value
    • setMaxValue

      public final void setMaxValue(Double maxValue)
      Sets the strict maximum value.
      Parameters:
      maxValue - the strict maximum value
    • getMinValueThreshold

      public final Double getMinValueThreshold()
      Returns the threshold minimum value.
      Returns:
      the threshold minimum value
    • setMinValueThreshold

      public final void setMinValueThreshold(Double minValueThreshold)
      Sets the threshold minimum value.
      Parameters:
      minValueThreshold - the threshold minimum value
    • getMaxValueThreshold

      public final Double getMaxValueThreshold()
      Returns the threshold maximum value.
      Returns:
      the threshold maximum value
    • setMaxValueThreshold

      public final void setMaxValueThreshold(Double maxValueThreshold)
      Sets the threshold maximum value.
      Parameters:
      maxValueThreshold - the threshold maximum value
    • getMaxIntegerDigits

      public final Long getMaxIntegerDigits()
      Returns the maximum integer digits.
      Returns:
      the maximum integer digits
    • setMaxIntegerDigits

      public final void setMaxIntegerDigits(Long maxIntegerDigits)
      Sets the maximum integer digits.
      Parameters:
      maxIntegerDigits - the maximum integer digits
    • getMaxDecimalDigits

      public final Long getMaxDecimalDigits()
      Returns the maximum decimal digits.
      Returns:
      the maximum decimal digits
    • setMaxDecimalDigits

      public final void setMaxDecimalDigits(Long maxDecimalDigits)
      Sets the maximum decimal digits.
      Parameters:
      maxDecimalDigits - the maximum decimal digits