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

public class DTODataCollectionNodeDatetime extends DTODataCollectionNodeType<Date>
DTO for data collection node datetime.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNodeDatetime

      public DTODataCollectionNodeDatetime()
  • Method Details

    • initName

      protected String initName()
      Description copied from class: DTODataCollectionNodeType
      Initializes 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:
      initName in class DTODataCollectionNodeType<Date>
      Returns:
      the node type name
    • getMinDate

      public ZonedDateTime getMinDate()
    • setMinDate

      public void setMinDate(ZonedDateTime minDate)
    • getMaxDate

      public ZonedDateTime getMaxDate()
    • setMaxDate

      public void setMaxDate(ZonedDateTime maxDate)
    • getMinDateOffset

      public Long getMinDateOffset()
      Returns the min date offset.
      Returns:
      the min date offset
    • setMinDateOffset

      public void setMinDateOffset(Long minDateOffset)
      Sets the min date offset.
      Parameters:
      minDateOffset - the min date offset
    • getMaxDateOffset

      public Long getMaxDateOffset()
      Returns the max date offset.
      Returns:
      the max date offset
    • setMaxDateOffset

      public void setMaxDateOffset(Long maxDateOffset)
      Sets the max date offset.
      Parameters:
      maxDateOffset - the max date offset
    • getMinHourOffset

      public Long getMinHourOffset()
      Returns the min hour offset.
      Returns:
      the min hour offset
    • setMinHourOffset

      public void setMinHourOffset(Long minHourOffset)
      Sets the min hour offset.
      Parameters:
      minHourOffset - the min hour offset
    • getMaxHourOffset

      public Long getMaxHourOffset()
      Returns the max hour offset.
      Returns:
      the max hour offset
    • setMaxHourOffset

      public void setMaxHourOffset(Long maxHourOffset)
      Sets the max hour offset.
      Parameters:
      maxHourOffset - the max hour offset