Class DTODataCollectionTemplateUpdate

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

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

    • DTODataCollectionTemplateUpdate

      public DTODataCollectionTemplateUpdate()
  • Method Details

    • getCode

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

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

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

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

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

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

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

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

      public Optional<Boolean> getIsSheetMobileGenerable()
      Returns whether the data collection template sheet is dynamic generable.
      Returns:
      true if the sheet is dynamic generable, false otherwise
    • setIsSheetMobileGenerable

      public void setIsSheetMobileGenerable(Optional<Boolean> isSheetMobileGenerable)
      Sets whether the data collection template sheet is dynamic generable.
      Parameters:
      isSheetMobileGenerable - true if the sheet is dynamic generable, false otherwise