Class DTODataCollectionTemplateRelease

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

public class DTODataCollectionTemplateRelease extends DynO
DTO for data collection template release.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionTemplateRelease

      public DTODataCollectionTemplateRelease()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the data collection template release id.
      Parameters:
      id - the release id
    • 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
    • getSequenceNumber

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

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

      public Long getSheetScope()
      Returns the data collection template release sheet scope id.
      Returns:
      the sheet scope id
    • setSheetScope

      public void setSheetScope(Long sheetScope)
      Sets the data collection template release sheet scope id.
      Parameters:
      sheetScope - the sheet scope id
    • getType

      public Long getType()
      Returns the data collection template release type id.
      Returns:
      the type id
    • setType

      public void setType(Long type)
      Sets the data collection template release type id.
      Parameters:
      type - the type id