Class DTODataCollectionNodeText

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

public class DTODataCollectionNodeText extends DTODataCollectionNodeType<String>
DTO for data collection node text.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNodeText

      public DTODataCollectionNodeText()
  • 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<String>
      Returns:
      the node type name
    • getMinLength

      public final Long getMinLength()
      Returns the strict minimum length.
      Returns:
      the strict minimum length
    • setMinLength

      public final void setMinLength(Long minLength)
      Sets the strict minimum length.
      Parameters:
      minLength - the strict minimum length
    • getMaxLength

      public final Long getMaxLength()
      Returns the strict maximum length.
      Returns:
      the strict maximum length
    • setMaxLength

      public final void setMaxLength(Long maxLength)
      Sets the strict maximum length.
      Parameters:
      maxLength - the strict maximum length
    • getMinLengthThreshold

      public final Long getMinLengthThreshold()
      Returns the threshold minimum length.
      Returns:
      the threshold minimum length
    • setMinLengthThreshold

      public final void setMinLengthThreshold(Long minLengthThreshold)
      Sets the threshold minimum length.
      Parameters:
      minLengthThreshold - the threshold minimum length
    • getMaxLengthThreshold

      public final Long getMaxLengthThreshold()
      Returns the threshold maximum length.
      Returns:
      the threshold maximum length
    • setMaxLengthThreshold

      public final void setMaxLengthThreshold(Long maxLengthThreshold)
      Sets the threshold maximum length.
      Parameters:
      maxLengthThreshold - the threshold maximum length