Class DTODataCollectionNodeDate
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<LocalDate>
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeDate
- All Implemented Interfaces:
Serializable
DTO for data collection node date.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the max date offset.Returns the min date offset.getValue()Returns the value of the mobile forms node.protected StringinitName()Initializes and returns the name of the mobile forms node type.voidsetMaxDate(LocalDate maxDate) voidsetMaxDateOffset(Long maxDateOffset) Sets the max date offset.voidsetMinDate(LocalDate minDate) voidsetMinDateOffset(Long minDateOffset) Sets the min date offset.voidSets the value of the mobile forms node.Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, setPlaceholder, setTooltip
-
Field Details
-
DATE_PATTERN
- See Also:
-
-
Constructor Details
-
DTODataCollectionNodeDate
public DTODataCollectionNodeDate()
-
-
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<LocalDate>- Returns:
- the node type name
-
getMinDate
-
setMinDate
-
getMaxDate
-
setMaxDate
-
getMinDateOffset
Returns the min date offset.- Returns:
- the min date offset
-
setMinDateOffset
Sets the min date offset.- Parameters:
minDateOffset- the min date offset
-
getMaxDateOffset
Returns the max date offset.- Returns:
- the max date offset
-
setMaxDateOffset
Sets the max date offset.- Parameters:
maxDateOffset- the max date offset
-
getValue
Description copied from class:DTODataCollectionNodeTypeReturns the value of the mobile forms node.- Overrides:
getValuein classDTODataCollectionNodeType<LocalDate>- Returns:
- the node value
-
setValue
Description copied from class:DTODataCollectionNodeTypeSets the value of the mobile forms node.- Overrides:
setValuein classDTODataCollectionNodeType<LocalDate>- Parameters:
value- the node value to set
-