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
DTO for data collection node long.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LongReturns the strict maximum value.final LongReturns the threshold maximum value.final LongReturns the strict minimum value.final LongReturns the threshold minimum value.protected StringinitName()Initializes and returns the name of the mobile forms node type.final voidsetMaxValue(Long maxValue) Sets the strict maximum value.final voidsetMaxValueThreshold(Long maxValueThreshold) Sets the threshold maximum value.final voidsetMinValue(Long minValue) Sets the strict minimum value.final voidsetMinValueThreshold(Long minValueThreshold) Sets the threshold minimum value.Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, getValue, setPlaceholder, setTooltip, setValue
-
Constructor Details
-
DTODataCollectionNodeLong
public DTODataCollectionNodeLong()
-
-
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<Long>- Returns:
- the node type name
-
getMinValue
Returns the strict minimum value.- Returns:
- the strict minimum value
-
setMinValue
Sets the strict minimum value.- Parameters:
minValue- the strict minimum value
-
getMaxValue
Returns the strict maximum value.- Returns:
- the strict maximum value
-
setMaxValue
Sets the strict maximum value.- Parameters:
maxValue- the strict maximum value
-
getMinValueThreshold
Returns the threshold minimum value.- Returns:
- the threshold minimum value
-
setMinValueThreshold
Sets the threshold minimum value.- Parameters:
minValueThreshold- the threshold minimum value
-
getMaxValueThreshold
Returns the threshold maximum value.- Returns:
- the threshold maximum value
-
setMaxValueThreshold
Sets the threshold maximum value.- Parameters:
maxValueThreshold- the threshold maximum value
-