Class BODataCollectionTemplateHeader
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.template.header.BODataCollectionTemplateHeader
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a data collection template header
- 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 TypeMethodDescriptiongetCode()Returns the code.Returns the creation date.Returns the creation user id.Returns the description.Returns the enable sheet lock.getId()Returns the data collection template header id.Returns the last modified date.Returns the last modified user id.getNote()Returns the note.Returns the sheet mobile generable.isActive()Is active.voidSets the active.voidSets the code.voidsetCreationDate(Date creationDate) Sets the creation date.voidsetCreationUser(Long creationUser) Sets the creation user id.voidsetDescription(LocalizedString description) Sets the description.voidsetEnableSheetLock(Boolean enableSheetLock) Sets the enable sheet lock.voidSets the data collection template header id.voidsetLastModifiedDate(Date lastModifiedDate) Sets the last modified date.voidsetLastModifiedUser(Long lastModifiedUser) Sets the last modified user id.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
-
BODataCollectionTemplateHeader
public BODataCollectionTemplateHeader()
-
-
Method Details
-
getId
Returns the data collection template header id.- Returns:
- the the data collection template header id
-
setId
Sets the data collection template header id.- Parameters:
id- the data collection template header id
-
getCreationUser
Returns the creation user id.- Returns:
- the creation user id
-
setCreationUser
Sets the creation user id.- Parameters:
creationUser- the creation user id
-
getLastModifiedUser
Returns the last modified user id.- Returns:
- the last modified user id
-
setLastModifiedUser
Sets the last modified user id.- Parameters:
lastModifiedUser- the last modified user id
-
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
-
getCreationDate
Returns the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the creation date
-
getLastModifiedDate
Returns the last modified date.- Returns:
- the last modified date
-
setLastModifiedDate
Sets the last modified date.- Parameters:
lastModifiedDate- the last modified date
-
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
-