Class DTODataCollectionNodeTime
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<LocalTime>
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeTime
- All Implemented Interfaces:
Serializable
DTO for data collection node time.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, setPlaceholder, setTooltip
-
Field Details
-
TIME_PATTERN
- See Also:
-
-
Constructor Details
-
DTODataCollectionNodeTime
public DTODataCollectionNodeTime()
-
-
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<LocalTime>- Returns:
- the node type name
-
getValue
Description copied from class:DTODataCollectionNodeTypeReturns the value of the mobile forms node.- Overrides:
getValuein classDTODataCollectionNodeType<LocalTime>- Returns:
- the node value
-
setValue
Description copied from class:DTODataCollectionNodeTypeSets the value of the mobile forms node.- Overrides:
setValuein classDTODataCollectionNodeType<LocalTime>- Parameters:
value- the node value to set
-