Class DTODataCollectionTemplateReleaseInsert

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

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

  • Constructor Details

    • DTODataCollectionTemplateReleaseInsert

      public DTODataCollectionTemplateReleaseInsert()
  • Method Details

    • getStartDate

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

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

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

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