Class DTODataCollectionTemplateHeaderUpdate

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

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

    • DTODataCollectionTemplateHeaderUpdate

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

    • getCode

      public Optional<String> getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCode

      public void setCode(Optional<String> code)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDescription

      public Optional<LocalizedString> getDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDescription

      public void setDescription(Optional<LocalizedString> description)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getNote

      public Optional<String> getNote()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setNote

      public void setNote(Optional<String> note)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getActive

      public Optional<Boolean> getActive()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setActive

      public void setActive(Optional<Boolean> active)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getIsSheetMobileGenerable

      public Optional<Boolean> getIsSheetMobileGenerable()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setIsSheetMobileGenerable

      public void setIsSheetMobileGenerable(Optional<Boolean> isSheetMobileGenerable)
      Deprecated, for removal: This API element is subject to removal in a future version.