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
DTO used to update a data collection template.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns whether the data collection template is active.getCode()Returns the data collection template code.Returns the data collection template description.Returns whether the data collection template sheet is dynamic generable.getNote()Returns the data collection template note.voidSets whether the data collection template is active.voidSets the data collection template code.voidsetDescription(Optional<LocalizedString> description) Sets the data collection template description.voidsetIsSheetMobileGenerable(Optional<Boolean> isSheetMobileGenerable) Sets whether the data collection template sheet is dynamic generable.voidSets the data collection template note.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTODataCollectionTemplateUpdate
public DTODataCollectionTemplateUpdate()
-
-
Method Details
-
getCode
Returns the data collection template code.- Returns:
- the code
-
setCode
Sets the data collection template code.- Parameters:
code- the code
-
getDescription
Returns the data collection template description.- Returns:
- the description
-
setDescription
Sets the data collection template description.- Parameters:
description- the description
-
getNote
Returns the data collection template note.- Returns:
- the note
-
setNote
Sets the data collection template note.- Parameters:
note- the note
-
getActive
Returns whether the data collection template is active.- Returns:
- true if the template is active, false otherwise
-
setActive
Sets whether the data collection template is active.- Parameters:
active- true if the template is active, false otherwise
-
getIsSheetMobileGenerable
Returns whether the data collection template sheet is dynamic generable.- Returns:
- true if the sheet is dynamic generable, false otherwise
-
setIsSheetMobileGenerable
Sets whether the data collection template sheet is dynamic generable.- Parameters:
isSheetMobileGenerable- true if the sheet is dynamic generable, false otherwise
-