Class DTOMobileFormsSheetStatusUpdatedSpout
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.spout.sheet.DTOMobileFormsSheetStatusUpdatedSpout
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object that represent the spout payload for
BODataCollectionSheet status update actions.- Since:
- 21.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 TypeMethodDescriptiongetCode()Returns theBODataCollectionSheetcode.final LonggetId()Returns theBODataCollectionSheetid.Returns the user who last updated theBODataCollectionSheet.getState()final voidSets theBODataCollectionSheetcode.final voidSets theBODataCollectionSheetid.final voidsetLastModifiedUser(Optional<Long> lastModifiedUser) Sets the user who last updated theBODataCollectionSheet.final voidMethods 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
-
DTOMobileFormsSheetStatusUpdatedSpout
public DTOMobileFormsSheetStatusUpdatedSpout()
-
-
Method Details
-
getId
Returns theBODataCollectionSheetid.- Returns:
- the
BODataCollectionSheetid
-
setId
Sets theBODataCollectionSheetid.- Parameters:
id- theBODataCollectionSheetid
-
getState
- Returns:
- the state
-
setState
- Parameters:
state- the state to set
-
getLastModifiedUser
Returns the user who last updated theBODataCollectionSheet.- Returns:
- the user who last updated the
BODataCollectionSheet
-
setLastModifiedUser
Sets the user who last updated theBODataCollectionSheet.- Parameters:
lastModifiedUser- the user who last updated theBODataCollectionSheet
-
getCode
Returns theBODataCollectionSheetcode.- Returns:
- the
BODataCollectionSheetcode
-
setCode
Sets theBODataCollectionSheetcode.- Parameters:
code- theBODataCollectionSheetcode
-