Class DTODataCollectionTemplateHeader

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

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

    • DTODataCollectionTemplateHeader

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

    • getId

      public Long getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setId

      public void setId(Long id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCreationUser

      public Long getCreationUser()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLastModifiedUser

      public Long getLastModifiedUser()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLastModifiedUser

      public void setLastModifiedUser(Long lastModifiedUser)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCode

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

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

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

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

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

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

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

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

      public ZonedDateTime getCreationDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCreationDate

      public void setCreationDate(ZonedDateTime creationDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLastModifiedDate

      public ZonedDateTime getLastModifiedDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLastModifiedDate

      public void setLastModifiedDate(ZonedDateTime lastModifiedDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSheetMobileGenerable

      public Boolean getSheetMobileGenerable()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSheetMobileGenerable

      public void setSheetMobileGenerable(Boolean sheetMobileGenerable)
      Deprecated, for removal: This API element is subject to removal in a future version.