Class DTODataCollectionTemplate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.datacollection.rs1.template.DTODataCollectionTemplate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for 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 creation date.Returns the data collection template creation user id.Returns the data collection template description.Returns the enable sheet lock.getId()Returns the data collection template id.Returns the data collection template last modified date.Returns the data collection template last modified user id.getNote()Returns the data collection template note.Returns whether the data collection template sheet is dynamic generable.voidSets whether the data collection template is active.voidSets the data collection template code.voidsetCreationDate(ZonedDateTime creationDate) Sets the data collection template creation date.voidsetCreationUser(Long creationUser) Sets the data collection template creation user id.voidsetDescription(LocalizedString description) Sets the data collection template description.voidsetEnableSheetLock(Boolean enableSheetLock) Sets the enable sheet lock.voidSets the data collection template id.voidsetLastModifiedDate(ZonedDateTime lastModifiedDate) Sets the data collection template last modified date.voidsetLastModifiedUser(Long lastModifiedUser) Sets the data collection template last modified user id.voidSets the data collection template note.voidsetSheetMobileGenerable(Boolean sheetMobileGenerable) Sets whether the data collection template sheet is dynamic generable.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
-
DTODataCollectionTemplate
public DTODataCollectionTemplate()
-
-
Method Details
-
getId
Returns the data collection template id.- Returns:
- the template id
-
setId
Sets the data collection template id.- Parameters:
id- the template id
-
getCreationUser
Returns the data collection template creation user id.- Returns:
- the creation user id
-
setCreationUser
Sets the data collection template creation user id.- Parameters:
creationUser- the creation user id
-
getLastModifiedUser
Returns the data collection template last modified user id.- Returns:
- the last modified user id
-
setLastModifiedUser
Sets the data collection template last modified user id.- Parameters:
lastModifiedUser- the last modified user id
-
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
-
getCreationDate
Returns the data collection template creation date.- Returns:
- the creation date
-
setCreationDate
Sets the data collection template creation date.- Parameters:
creationDate- the creation date
-
getLastModifiedDate
Returns the data collection template last modified date.- Returns:
- the last modified date
-
setLastModifiedDate
Sets the data collection template last modified date.- Parameters:
lastModifiedDate- the last modified date
-
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
-
getEnableSheetLock
Returns the enable sheet lock.- Returns:
- the enable sheet lock
-
setEnableSheetLock
Sets the enable sheet lock.- Parameters:
enableSheetLock- the enable sheet lock
-