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
DTO for data collection node text.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LongReturns the strict maximum length.final LongReturns the threshold maximum length.final LongReturns the strict minimum length.final LongReturns the threshold minimum length.protected StringinitName()Initializes and returns the name of the mobile forms node type.final voidsetMaxLength(Long maxLength) Sets the strict maximum length.final voidsetMaxLengthThreshold(Long maxLengthThreshold) Sets the threshold maximum length.final voidsetMinLength(Long minLength) Sets the strict minimum length.final voidsetMinLengthThreshold(Long minLengthThreshold) Sets the threshold minimum length.Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, getValue, setPlaceholder, setTooltip, setValue
-
Constructor Details
-
DTODataCollectionNodeText
public DTODataCollectionNodeText()
-
-
Method Details
-
initName
Description copied from class:DTODataCollectionNodeTypeInitializes 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:
initNamein classDTODataCollectionNodeType<String>- Returns:
- the node type name
-
getMinLength
Returns the strict minimum length.- Returns:
- the strict minimum length
-
setMinLength
Sets the strict minimum length.- Parameters:
minLength- the strict minimum length
-
getMaxLength
Returns the strict maximum length.- Returns:
- the strict maximum length
-
setMaxLength
Sets the strict maximum length.- Parameters:
maxLength- the strict maximum length
-
getMinLengthThreshold
Returns the threshold minimum length.- Returns:
- the threshold minimum length
-
setMinLengthThreshold
Sets the threshold minimum length.- Parameters:
minLengthThreshold- the threshold minimum length
-
getMaxLengthThreshold
Returns the threshold maximum length.- Returns:
- the threshold maximum length
-
setMaxLengthThreshold
Sets the threshold maximum length.- Parameters:
maxLengthThreshold- the threshold maximum length
-