Class DTODataCollectionSheet
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.datacollection.rs1.sheet.DTODataCollectionSheet
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for data collection sheet.
- 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 TypeMethodDescriptionGets the account.getAsset()Gets the asset.getCode()Gets the code.Gets the creation date.Gets the creation user.Gets the creation X coordinate.Gets the creation Y coordinate.Gets the description.Gets the enable sheet lock.getId()Gets the id.Gets the last modified date.Gets the last modified user.Gets the lock sheet.Gets the operation center.Gets the scheduling user.getScope()Gets the scope.getState()Gets the state.getType()Gets the type.Gets the unlock sheet.Gets the unlock user requester.Gets the work order operation.voidsetAccount(Long account) Sets the account.voidSets the asset.voidSets the code.voidsetCreationDate(ZonedDateTime creationDate) Sets the creation date.voidsetCreationUserId(Long creationUser) Sets the creation user.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.voidSets the id.voidsetLastModifiedDate(ZonedDateTime lastModifiedDate) Sets the last modified date.voidsetLastModifiedUser(Long lastModifiedUser) Sets the last modified user.voidsetLockSheet(Boolean lockSheet) Sets the lock sheet.voidsetOperationCenter(Long operationCenter) Sets the operation center.voidsetSchedulingUser(Long schedulingUser) Sets the scheduling user.voidSets the scope.voidSets the state.voidSets the type.voidsetUnlockSheet(Boolean unlockSheet) Sets the unlock sheet.voidsetUnlockUserRequesterId(Long unlockUserRequesterId) Sets the unlock user requester.voidsetWoOperationId(Long woOperation) Sets the work order operation.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
-
DTODataCollectionSheet
public DTODataCollectionSheet()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the new code
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the new description
-
getState
Gets the state.- Returns:
- the state
-
setState
Sets the state.- Parameters:
state- the new state
-
getCreationDate
Gets the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the new creation date
-
getCreationUser
Gets the creation user.- Returns:
- the creation user
-
setCreationUserId
Sets the creation user.- Parameters:
creationUser- the new creation user
-
getLastModifiedDate
Gets the last modified date.- Returns:
- the last modified date
-
setLastModifiedDate
Sets the last modified date.- Parameters:
lastModifiedDate- the new last modified date
-
getLastModifiedUser
Gets the last modified user.- Returns:
- the last modified user
-
setLastModifiedUser
Sets the last modified user.- Parameters:
lastModifiedUser- the new last modified user
-
getWoOperation
Gets the work order operation.- Returns:
- the work order operation
-
setWoOperationId
Sets the work order operation.- Parameters:
woOperation- the new work order operation
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getScope
Gets the scope.- Returns:
- the scope
-
setScope
Sets the scope.- Parameters:
scope- the new scope
-
getSchedulingUser
Gets the scheduling user.- Returns:
- the scheduling user
-
setSchedulingUser
Sets the scheduling user.- Parameters:
schedulingUser- the new scheduling user
-
getOperationCenter
Gets the operation center.- Returns:
- the operation center
-
setOperationCenter
Sets the operation center.- Parameters:
operationCenter- the new operation center
-
getLockSheet
Gets the lock sheet.- Returns:
- the lock sheet
-
setLockSheet
Sets the lock sheet.- Parameters:
lockSheet- the new lock sheet
-
getUnlockSheet
Gets the unlock sheet.- Returns:
- the unlock sheet
-
setUnlockSheet
Sets the unlock sheet.- Parameters:
unlockSheet- the new unlock sheet
-
getEnableSheetLock
Gets the enable sheet lock.- Returns:
- the enable sheet lock
-
setEnableSheetLock
Sets the enable sheet lock.- Parameters:
enableSheetLock- the new enable sheet lock
-
getUnlockUserRequesterId
Gets the unlock user requester.- Returns:
- the unlock user requester
-
setUnlockUserRequesterId
Sets the unlock user requester.- Parameters:
unlockUserRequesterId- the new 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
-
getAccount
Gets the account.- Returns:
- the account
-
setAccount
Sets the account.- Parameters:
account- the account
-
getAsset
Gets the asset.- Returns:
- the asset
-
setAsset
Sets the asset.- Parameters:
asset- the asset
-