Class BODataCollectionSheet
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.sheet.BODataCollectionSheet
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a data collection sheet
- 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 account id.getAsset()Returns the asset id.getCode()Returns the code.Returns the creation date.Returns the creation user id.Gets the creation X coordinate.Gets the creation Y coordinate.Returns the description.Returns the enable sheet lock.Returns the filled in inputs count.Returns the global expressions JSON.Returns the global expressions as list ofDataCollectionGlobalExpression.getId()Returns the data collection sheet id.Returns the inputs count.Returns the last modified date.Returns the last modified user id.Returns the lock sheet.Returns the mandatory filled in inputs count.Returns the mandatory inputs count.getModel()Returns the model.Returns the offset reference date.Returns the operation center id.Returns the pdf form UUID.Returns the scheduling user id.getScope()Returns the scope id.getState()Returns the state id.Returns the template structure id.getType()Returns the type id.Returns the unlock sheet.Returns the unlock user requester.Returns the wo creation rule id.Returns the wo operation id.voidsetAccount(Long account) Sets the account id.voidSets the asset id.voidSets the code.voidsetCreationDate(Date creationDate) Sets the creation date.voidsetCreationUser(Long creationUser) Sets the creation user id.voidsetCreationXCoordinate(Double creationXCoordinate) Sets the creation X coordinate.voidsetCreationYCoordinate(Double creationYCoordinate) Sets the creation Y coordinate.voidsetDescription(LocalizedString description) Sets the description.voidsetEnableSheetLock(Boolean enableSheetLock) Sets the enable sheet lock.voidsetFilledInInputsCount(Long filledInInputsCount) Sets the filled in inputs count.voidsetGlobalExpressions(String globalExpressions) Sets the global expressions JSON.voidSets the data collection sheet id.voidsetInputsCount(Long inputsCount) Sets the inputs count.voidsetLastModifiedDate(Date lastModifiedDate) Sets the last modified date.voidsetLastModifiedUser(Long lastModifiedUser) Sets the last modified user id.voidsetLockSheet(Boolean lockSheet) Sets the lock sheet.voidsetMandatoryFilledInInputsCount(Long mandatoryFilledInInputsCount) Sets the mandatory filled in inputs count.voidsetMandatoryInputsCount(Long mandatoryInputsCount) Sets the mandatory inputs count.voidSets the model.voidsetOffsetReferenceDate(Date offsetReferenceDate) Sets the offset reference date.voidsetOperationCenter(Long operationCenter) Sets the operation center id.voidsetPdfFormUUID(String pdfFormUUID) Sets the pdf form UUID.voidsetSchedulingUser(Long schedulingUser) Sets the scheduling user id.voidSets the scope id.voidSets the state id.voidsetTemplateStructure(Long templateStructure) Sets the template structure id.voidSets the type id.voidsetUnlockSheet(Boolean unlockSheet) Sets the unlock sheet.voidsetUnlockUserRequester(Long unlockUserRequester) Sets the unlock user requester.voidsetWoCreationRule(Long woCreationRule) Sets the wo creation rule id.voidsetWoOperation(Long woOperation) Sets the wo operation 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
-
BODataCollectionSheet
public BODataCollectionSheet()
-
-
Method Details
-
getId
Returns the data collection sheet id.- Returns:
- the data collection sheet id
-
setId
Sets the data collection sheet id.- Parameters:
id- the data collection sheet id
-
getCode
Returns the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the code
-
getModel
Returns the model.- Returns:
- the model
-
setModel
Sets the model.- Parameters:
model- the model
-
getState
Returns the state id.- Returns:
- the state id
-
setState
Sets the state id.- Parameters:
state- the state id
-
getCreationDate
Returns the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the creation date
-
getCreationUser
Returns the creation user id.- Returns:
- the creation user id
-
setCreationUser
Sets the creation user id.- Parameters:
creationUser- the creation user id
-
getLastModifiedDate
Returns the last modified date.- Returns:
- the last modified date
-
setLastModifiedDate
Sets the last modified date.- Parameters:
lastModifiedDate- the last modified date
-
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
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
getWoOperation
Returns the wo operation id.- Returns:
- the wo operation id
-
setWoOperation
Sets the wo operation id.- Parameters:
woOperation- the wo operation id
-
getTemplateStructure
Returns the template structure id.- Returns:
- the template structure id
-
setTemplateStructure
Sets the template structure id.- Parameters:
templateStructure- the template structure id
-
getType
Returns the type id.- Returns:
- the type id
-
setType
Sets the type id.- Parameters:
type- the type id
-
getScope
Returns the scope id.- Returns:
- the scope id
-
setScope
Sets the scope id.- Parameters:
scope- the scope id
-
getSchedulingUser
Returns the scheduling user id.- Returns:
- the scheduling user id
-
setSchedulingUser
Sets the scheduling user id.- Parameters:
schedulingUser- the scheduling user id
-
getOperationCenter
Returns the operation center id.- Returns:
- the operation center id
-
setOperationCenter
Sets the operation center id.- Parameters:
operationCenter- the operation center id
-
getWoCreationRule
Returns the wo creation rule id.- Returns:
- the wo creation rule id
-
setWoCreationRule
Sets the wo creation rule id.- Parameters:
woCreationRule- the wo creation rule id
-
getInputsCount
Returns the inputs count.- Returns:
- the inputs count
-
setInputsCount
Sets the inputs count.- Parameters:
inputsCount- the inputs count
-
getFilledInInputsCount
Returns the filled in inputs count.- Returns:
- the filled in inputs count
-
setFilledInInputsCount
Sets the filled in inputs count.- Parameters:
filledInInputsCount- the filled in inputs count
-
getMandatoryInputsCount
Returns the mandatory inputs count.- Returns:
- the mandatory inputs count
-
setMandatoryInputsCount
Sets the mandatory inputs count.- Parameters:
mandatoryInputsCount- the mandatory inputs count
-
getMandatoryFilledInInputsCount
Returns the mandatory filled in inputs count.- Returns:
- the mandatory filled in inputs count
-
setMandatoryFilledInInputsCount
Sets the mandatory filled in inputs count.- Parameters:
mandatoryFilledInInputsCount- the mandatory filled in inputs count
-
getPdfFormUUID
Returns the pdf form UUID.- Returns:
- the pdf form UUID
-
setPdfFormUUID
Sets the pdf form UUID.- Parameters:
pdfFormUUID- the pdf form UUID
-
getLockSheet
Returns the lock sheet.- Returns:
- the lock sheet
-
setLockSheet
Sets the lock sheet.- Parameters:
lockSheet- the lock sheet
-
getUnlockSheet
Returns the unlock sheet.- Returns:
- the unlock sheet
-
setUnlockSheet
Sets the unlock sheet.- Parameters:
unlockSheet- the unlock sheet
-
getEnableSheetLock
Returns the enable sheet lock.- Returns:
- the enable sheet lock
-
setEnableSheetLock
Sets the enable sheet lock.- Parameters:
enableSheetLock- the enable sheet lock
-
getUnlockUserRequester
Returns the unlock user requester.- Returns:
- the unlock user requester
-
setUnlockUserRequester
Sets the unlock user requester.- Parameters:
unlockUserRequester- the unlock user requester
-
getCreationXCoordinate
Gets the creation X coordinate.- Returns:
- the creation X coordinate
-
setCreationXCoordinate
Sets the creation X coordinate.- Parameters:
creationXCoordinate- the creation X coordinate
-
getCreationYCoordinate
Gets the creation Y coordinate.- Returns:
- the creation Y coordinate
-
setCreationYCoordinate
Sets the creation Y coordinate.- Parameters:
creationYCoordinate- the creation Y coordinate
-
getOffsetReferenceDate
Returns the offset reference date.- Returns:
- the offset reference date
-
setOffsetReferenceDate
Sets the offset reference date.- Parameters:
offsetReferenceDate- the offset reference date
-
getGlobalExpressions
Returns the global expressions JSON.- Returns:
- the global expressions JSON
-
getGlobalExpressionsAsList
Returns the global expressions as list ofDataCollectionGlobalExpression.- Returns:
- the global expressions as list
-
setGlobalExpressions
Sets the global expressions JSON.- Parameters:
globalExpressions- the global expressions JSON
-
getAccount
Returns the account id.- Returns:
- the account id
-
setAccount
Sets the account id.- Parameters:
account- the account id
-
getAsset
Returns the asset id.- Returns:
- the asset id
-
setAsset
Sets the asset id.- Parameters:
asset- the asset id
-