Class BODataCollectionTemplateStructure
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.template.structure.BODataCollectionTemplateStructure
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a data collection template structure
- Since:
- 12.0
- See Also:
- GCApi:
- bo
-
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 the global expressions JSON.getId()Returns the data collection template structure id.getModel()Returns the model.Returns the pdf form UUID.Returns the release.Returns the sheet scope id.Returns the template id.getType()Returns the type id.voidsetGlobalExpressions(String globalExpressions) Sets the global expressions JSON.voidSets the data collection template structure id.voidSets the model.voidsetPdfFormUUID(String pdfFormUUID) Sets the pdf form UUID.voidsetRelease(Boolean release) Sets the release.voidsetSheetScope(Long sheetScope) Sets the sheet scope id.voidsetTemplate(Long template) Sets the template id.voidSets the 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
-
BODataCollectionTemplateStructure
public BODataCollectionTemplateStructure()
-
-
Method Details
-
getId
Returns the data collection template structure id.- Returns:
- the the data collection template structure id
-
setId
Sets the data collection template structure id.- Parameters:
id- the data collection template structure id
-
getTemplate
Returns the template id.- Returns:
- the template id
-
setTemplate
Sets the template id.- Parameters:
template- the template id
-
getModel
Returns the model.- Returns:
- the model
-
setModel
Sets the model.- Parameters:
model- the model
-
getSheetScope
Returns the sheet scope id.- Returns:
- the sheet scope id
-
setSheetScope
Sets the sheet scope id.- Parameters:
sheetScope- the sheet scope id
-
getType
Returns the type id.- Returns:
- the type id
-
setType
Sets the type id.- Parameters:
type- the type id
-
getRelease
Returns the release.- Returns:
- the release
-
setRelease
Sets the release.- Parameters:
release- the release
-
getPdfFormUUID
Returns the pdf form UUID.- Returns:
- the pdf form UUID
-
setPdfFormUUID
Sets the pdf form UUID.- Parameters:
pdfFormUUID- the pdf form UUID
-
getGlobalExpressions
Returns the global expressions JSON.- Returns:
- the global expressions JSON
-
setGlobalExpressions
Sets the global expressions JSON.- Parameters:
globalExpressions- the global expressions JSON
-