Class DTODataCollectionTemplateWorkingCopyUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.datacollection.rs2.template.workingcopy.DTODataCollectionTemplateWorkingCopyUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@Deprecated(forRemoval=true, since="22.0") public class DTODataCollectionTemplateWorkingCopyUpdate extends DynO
Deprecated, for removal: This API element is subject to removal in a future version.
DTO used to update a data collection template working copy.
Since:
19.0
See Also:
GCApi:
dto
  • Field Details

    • type

      protected Optional<Long> type
      Deprecated, for removal: This API element is subject to removal in a future version.
    • sheetScope

      protected Optional<Long> sheetScope
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • DTODataCollectionTemplateWorkingCopyUpdate

      public DTODataCollectionTemplateWorkingCopyUpdate()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getType

      public Optional<Long> getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setType

      public void setType(Optional<Long> type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSheetScope

      public Optional<Long> getSheetScope()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSheetScope

      public void setSheetScope(Optional<Long> sheetScope)
      Deprecated, for removal: This API element is subject to removal in a future version.