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
DTO used to create 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 the enable sheet lock.getNote()Returns the data collection template note.Returns whether the data collection template sheet is dynamic generable.Returns the data collection template sheet scope id.getType()Returns the data collection template type id.voidSets whether the data collection template is active.voidSets the data collection template code.voidsetDescription(LocalizedString description) Sets the data collection template description.voidsetEnableSheetLock(Boolean enableSheetLock) Sets the enable sheet lock.voidSets the data collection template note.voidsetSheetMobileGenerable(Boolean sheetMobileGenerable) Sets whether the data collection template sheet is dynamic generable.voidsetSheetScope(Long sheetScope) Sets the data collection template sheet scope id.voidSets the data collection template type id.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
-
DTODataCollectionTemplateInsert
public DTODataCollectionTemplateInsert()
-
-
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
-
getSheetMobileGenerable
Returns whether the data collection template sheet is dynamic generable.- Returns:
- true if the sheet is dynamic generable, false otherwise
-
setSheetMobileGenerable
Sets whether the data collection template sheet is dynamic generable.- Parameters:
sheetMobileGenerable- true if the sheet is dynamic generable, false otherwise
-
getSheetScope
Returns the data collection template sheet scope id.- Returns:
- the sheet scope id
-
setSheetScope
Sets the data collection template sheet scope id.- Parameters:
sheetScope- the sheet scope id
-
getType
Returns the data collection template type id.- Returns:
- the type id
-
setType
Sets the data collection template type id.- Parameters:
type- the type id
-
getEnableSheetLock
Returns the enable sheet lock.- Returns:
- the enable sheet lock
-
setEnableSheetLock
Sets the enable sheet lock.- Parameters:
enableSheetLock- the enable sheet lock
-