Class DTODataCollectionNodeDatetime
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<Date>
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeDatetime
- All Implemented Interfaces:
Serializable
DTO for data collection node datetime.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the max date offset.Returns the max hour offset.Returns the min date offset.Returns the min hour offset.protected StringinitName()Initializes and returns the name of the mobile forms node type.voidsetMaxDate(ZonedDateTime maxDate) voidsetMaxDateOffset(Long maxDateOffset) Sets the max date offset.voidsetMaxHourOffset(Long maxHourOffset) Sets the max hour offset.voidsetMinDate(ZonedDateTime minDate) voidsetMinDateOffset(Long minDateOffset) Sets the min date offset.voidsetMinHourOffset(Long minHourOffset) Sets the min hour offset.Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, getValue, setPlaceholder, setTooltip, setValue
-
Constructor Details
-
DTODataCollectionNodeDatetime
public DTODataCollectionNodeDatetime()
-
-
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<Date>- 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
-
getMinHourOffset
Returns the min hour offset.- Returns:
- the min hour offset
-
setMinHourOffset
Sets the min hour offset.- Parameters:
minHourOffset- the min hour offset
-
getMaxHourOffset
Returns the max hour offset.- Returns:
- the max hour offset
-
setMaxHourOffset
Sets the max hour offset.- Parameters:
maxHourOffset- the max hour offset
-