Class DTOAccountMeasuringElementMeasureUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure.DTOAccountMeasuringElementMeasureUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for measure update.
- Since:
- 20.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 catalog code.Gets the delta value.final Optional<ZonedDateTime> Gets the measuring date.Gets the measuring user.getNote()Gets the note.Gets the rotations.Gets the unfeasible flag.getValue()Gets the value.final voidsetCatalogCode(Optional<Long> catalogCode) Sets the catalog code.final voidsetDeltaValue(Optional<Double> deltaValue) Sets the delta value.final voidsetMeasuringDate(Optional<ZonedDateTime> measuringDate) Sets the measuring date.final voidsetMeasuringUser(Optional<Long> measuringUser) Sets the measuring user.final voidSets the note.final voidsetRotations(Optional<Long> rotations) Sets the rotations.final voidsetUnfeasible(Optional<Boolean> unfeasible) Sets the unfeasible flag.final voidSets the value.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
-
DTOAccountMeasuringElementMeasureUpdate
public DTOAccountMeasuringElementMeasureUpdate()
-
-
Method Details
-
getMeasuringUser
Gets the measuring user.- Returns:
- the measuring user
-
setMeasuringUser
Sets the measuring user.- Parameters:
measuringUser- the new measuring user
-
getMeasuringDate
Gets the measuring date.- Returns:
- the measuring date
-
setMeasuringDate
Sets the measuring date.- Parameters:
measuringDate- the new measuring date
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getDeltaValue
Gets the delta value.- Returns:
- the delta value
-
setDeltaValue
Sets the delta value.- Parameters:
deltaValue- the new delta value
-
getRotations
Gets the rotations.- Returns:
- the rotations
-
setRotations
Sets the rotations.- Parameters:
rotations- the new rotations
-
getCatalogCode
Gets the catalog code.- Returns:
- the catalog code
-
setCatalogCode
Sets the catalog code.- Parameters:
catalogCode- the new catalog code
-
getNote
Gets the note.- Returns:
- the note
-
setNote
Sets the note.- Parameters:
note- the new note
-
getUnfeasible
Gets the unfeasible flag.- Returns:
- the unfeasible flag.
-
setUnfeasible
Sets the unfeasible flag.- Parameters:
unfeasible- the new unfeasible flag.
-