Class DTODataCollectionTemplateHeaderExport
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.template.export.DTODataCollectionTemplateHeaderExport
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for exporting data collection template header with filtered fields.
- Since:
- 22.0
- See Also:
-
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 TypeMethodDescriptiongetCode()Returns the code.Returns the description.Returns the enable sheet lock.getNote()Returns the note.Returns the sheet mobile generable.isActive()Is active.voidSets the active.voidSets the code.voidsetDescription(LocalizedString description) Sets the description.voidsetEnableSheetLock(Boolean enableSheetLock) Sets the enable sheet lock.voidSets the note.voidsetSheetMobileGenerable(Boolean sheetMobileGenerable) Sets the sheet mobile 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
-
DTODataCollectionTemplateHeaderExport
public DTODataCollectionTemplateHeaderExport()
-
-
Method Details
-
getCode
Returns the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the code
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
getNote
Returns the note.- Returns:
- the note
-
setNote
Sets the note.- Parameters:
note- the note
-
isActive
Is active.- Returns:
- the boolean
-
setActive
Sets the active.- Parameters:
active- the active
-
getSheetMobileGenerable
Returns the sheet mobile generable.- Returns:
- the sheet mobile generable
-
setSheetMobileGenerable
Sets the sheet mobile generable.- Parameters:
sheetMobileGenerable- the sheet mobile generable
-
getEnableSheetLock
Returns the enable sheet lock.- Returns:
- the enable sheet lock
-
setEnableSheetLock
Sets the enable sheet lock.- Parameters:
enableSheetLock- the enable sheet lock
-