Class DTOAccountMeasuringElementMeasureInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure.DTOAccountMeasuringElementMeasureInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 delta value.final ZonedDateTimeGets the measuring date.final LongGets the measuring user.final StringgetNote()Gets the note.final LongGets the rotations.final booleanGets the unfeasible flag.final DoublegetValue()Gets the value.final voidsetCatalogCode(Long catalogCode) Sets the catalog code.final voidsetDeltaValue(Double deltaValue) Sets the delta value.final voidsetMeasuringDate(ZonedDateTime measuringDate) Sets the measuring date.final voidsetMeasuringUser(Long measuringUser) Sets the measuring user.final voidSets the note.final voidsetRotations(Long rotations) Sets the rotations.final voidsetUnfeasible(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
-
DTOAccountMeasuringElementMeasureInsert
public DTOAccountMeasuringElementMeasureInsert()
-
-
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
public final boolean getUnfeasible()Gets the unfeasible flag.- Returns:
- the unfeasible flag.
-
setUnfeasible
public final void setUnfeasible(boolean unfeasible) Sets the unfeasible flag.- Parameters:
unfeasible- the new unfeasible flag.
-