Class DTODataCollectionTemplateReleaseUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.datacollection.rs1.template.release.DTODataCollectionTemplateReleaseUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTODataCollectionTemplateReleaseUpdate extends DynO
DTO used to update a data collection template release.
Since:
22.0
See Also:
GCApi:
dto
  • Field Details

  • Constructor Details

    • DTODataCollectionTemplateReleaseUpdate

      public DTODataCollectionTemplateReleaseUpdate()
  • Method Details

    • getStartDate

      public Optional<ZonedDateTime> getStartDate()
      Returns the data collection template release start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(Optional<ZonedDateTime> startDate)
      Sets the data collection template release start date.
      Parameters:
      startDate - the start date
    • getActive

      public Optional<Boolean> getActive()
      Returns whether the data collection template release is active.
      Returns:
      true if the release is active, false otherwise
    • setActive

      public void setActive(Optional<Boolean> active)
      Sets whether the data collection template release is active.
      Parameters:
      active - true if the release is active, false otherwise