Class DTOAccountMeasuringElementMeasure
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure.DTOAccountMeasuringElementMeasure
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for measure.
- 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 TypeMethodDescriptionfinal LongGets the catalog code.final DoubleGets the cumulative value.final DoubleGets the delta value.final LonggetId()Gets the id.final ZonedDateTimeGets the measuring date.final LongGets the measuring user.final LonggetMode()Gets the measure mode.final StringgetNote()Gets the note.final LongGets the rotations.final LongGets the measure status.final BooleanGets the feasible.final DoublegetValue()Gets the value.final voidsetCatalogCode(Long catalogCode) Sets the catalog code.final voidsetCumulativeValue(Double cumulativeValue) Sets the cumulative value.final voidsetDeltaValue(Double deltaValue) Sets the delta value.final voidSets the id.final voidsetMeasuringDate(ZonedDateTime measuringDate) Sets the measuring date.final voidsetMeasuringUser(Long measuringUser) Sets the measuring user.final voidSets the measure mode.final voidSets the note.final voidsetRotations(Long rotations) Sets the rotations.final voidSets the measure status.final voidsetUnfeasible(Boolean unfeasible) Sets the feasible.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
-
DTOAccountMeasuringElementMeasure
public DTOAccountMeasuringElementMeasure()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
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
-
getStatus
Gets the measure status.- Returns:
- the measure status
-
setStatus
Sets the measure status.- Parameters:
status- the new measure status
-
getMode
Gets the measure mode.- Returns:
- the measure mode
-
setMode
Sets the measure mode.- Parameters:
mode- the new measure mode
-
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
-
getCumulativeValue
Gets the cumulative value.- Returns:
- the cumulative value
-
setCumulativeValue
Sets the cumulative value.- Parameters:
cumulativeValue- the new cumulative 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 feasible.- Returns:
- the feasible
-
setUnfeasible
Sets the feasible.- Parameters:
unfeasible- the new feasible
-