Class DTODataCollectionTemplateReleaseFilter

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

public class DTODataCollectionTemplateReleaseFilter extends DynO
DTO used as data collection template release search filter.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionTemplateReleaseFilter

      public DTODataCollectionTemplateReleaseFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the data collection template release id filter.
      Returns:
      the release id collection
    • setId

      public void setId(Collection<Long> id)
      Sets the data collection template release id filter.
      Parameters:
      id - the release id collection
    • getActive

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

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

      public Long getSequenceNumber()
      Returns the data collection template release sequence number filter.
      Returns:
      the sequence number collection
    • setSequenceNumber

      public void setSequenceNumber(Long sequenceNumber)
      Sets the data collection template release sequence number filter.
      Parameters:
      sequenceNumber - the sequence number collection
    • getStartDate

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

      public void setStartDate(ZonedDateTimeRange startDate)
      Sets the data collection template release start date range filter.
      Parameters:
      startDate - the start date range