Class BODataCollectionTemplateStructure

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

public class BODataCollectionTemplateStructure extends DynO
Business object representing a data collection template structure
Since:
12.0
See Also:
GCApi:
bo
  • Constructor Details

    • BODataCollectionTemplateStructure

      public BODataCollectionTemplateStructure()
  • Method Details

    • getId

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

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

      public Long getTemplate()
      Returns the template id.
      Returns:
      the template id
    • setTemplate

      public void setTemplate(Long template)
      Sets the template id.
      Parameters:
      template - the template id
    • 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
    • getRelease

      public Boolean getRelease()
      Returns the release.
      Returns:
      the release
    • setRelease

      public void setRelease(Boolean release)
      Sets the release.
      Parameters:
      release - the release
    • 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