Class DTODataCollectionTemplateInsert

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

public class DTODataCollectionTemplateInsert extends DynO
DTO used to create a data collection template.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionTemplateInsert

      public DTODataCollectionTemplateInsert()
  • Method Details

    • 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
    • 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
    • getSheetScope

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

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

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

      public void setType(Long type)
      Sets the data collection template type id.
      Parameters:
      type - the type id
    • 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