Class DTODataCollectionTemplateStructureExport

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.template.export.DTODataCollectionTemplateStructureExport
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTODataCollectionTemplateStructureExport extends DynO
DTO for exporting data collection template structure with filtered fields.
Since:
22.0
See Also:
  • Constructor Details

    • DTODataCollectionTemplateStructureExport

      public DTODataCollectionTemplateStructureExport()
  • Method Details

    • getModel

      public String getModel()
      Returns the model.
      Returns:
      the model
    • setModel

      public void setModel(String model)
      Sets the model.
      Parameters:
      model - the model
    • getSheetScope

      public Long getSheetScope()
      Returns the sheet scope id.
      Returns:
      the sheet scope id
    • setSheetScope

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

      public Long getType()
      Returns the type id.
      Returns:
      the type id
    • setType

      public void setType(Long type)
      Sets the type id.
      Parameters:
      type - the type id
    • getPdfFormUUID

      public String getPdfFormUUID()
      Returns the pdf form UUID.
      Returns:
      the pdf form UUID
    • setPdfFormUUID

      public void setPdfFormUUID(String pdfFormUUID)
      Sets the pdf form UUID.
      Parameters:
      pdfFormUUID - the pdf form UUID
    • getGlobalExpressions

      public String getGlobalExpressions()
      Returns the global expressions JSON.
      Returns:
      the global expressions JSON
    • setGlobalExpressions

      public void setGlobalExpressions(String globalExpressions)
      Sets the global expressions JSON.
      Parameters:
      globalExpressions - the global expressions JSON