Class DTODataCollectionTemplate

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

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

    • DTODataCollectionTemplate

      public DTODataCollectionTemplate()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the data collection template id.
      Parameters:
      id - the template id
    • getCreationUser

      public Long getCreationUser()
      Returns the data collection template creation user id.
      Returns:
      the creation user id
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Sets the data collection template creation user id.
      Parameters:
      creationUser - the creation user id
    • getLastModifiedUser

      public Long getLastModifiedUser()
      Returns the data collection template last modified user id.
      Returns:
      the last modified user id
    • setLastModifiedUser

      public void setLastModifiedUser(Long lastModifiedUser)
      Sets the data collection template last modified user id.
      Parameters:
      lastModifiedUser - the last modified user id
    • getCode

      public String getCode()
      Returns the data collection template code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the data collection template code.
      Parameters:
      code - the code
    • getDescription

      public LocalizedString getDescription()
      Returns the data collection template description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the data collection template description.
      Parameters:
      description - the description
    • getNote

      public String getNote()
      Returns the data collection template note.
      Returns:
      the note
    • setNote

      public void setNote(String note)
      Sets the data collection template note.
      Parameters:
      note - the note
    • getActive

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

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

      public ZonedDateTime getCreationDate()
      Returns the data collection template creation date.
      Returns:
      the creation date
    • setCreationDate

      public void setCreationDate(ZonedDateTime creationDate)
      Sets the data collection template creation date.
      Parameters:
      creationDate - the creation date
    • getLastModifiedDate

      public ZonedDateTime getLastModifiedDate()
      Returns the data collection template last modified date.
      Returns:
      the last modified date
    • setLastModifiedDate

      public void setLastModifiedDate(ZonedDateTime lastModifiedDate)
      Sets the data collection template last modified date.
      Parameters:
      lastModifiedDate - the last modified date
    • getSheetMobileGenerable

      public Boolean getSheetMobileGenerable()
      Returns whether the data collection template sheet is dynamic generable.
      Returns:
      true if the sheet is dynamic generable, false otherwise
    • setSheetMobileGenerable

      public void setSheetMobileGenerable(Boolean sheetMobileGenerable)
      Sets whether the data collection template sheet is dynamic generable.
      Parameters:
      sheetMobileGenerable - true if the sheet is dynamic generable, false otherwise
    • getEnableSheetLock

      public Boolean getEnableSheetLock()
      Returns the enable sheet lock.
      Returns:
      the enable sheet lock
    • setEnableSheetLock

      public void setEnableSheetLock(Boolean enableSheetLock)
      Sets the enable sheet lock.
      Parameters:
      enableSheetLock - the enable sheet lock