Class DTODataCollectionNodeLong

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

public class DTODataCollectionNodeLong extends DTODataCollectionNodeType<Long>
DTO for data collection node long.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNodeLong

      public DTODataCollectionNodeLong()
  • 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<Long>
      Returns:
      the node type name
    • getMinValue

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

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

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

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

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

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

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

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