Class MeasureCalculateCounterAlignOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event.MeasureCalculateCounterAlignOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Output object for
MeasureCalculateCounterAlignEvent. - Since:
- 20.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the new cumulative valueReturns the new delta measure's valuebooleanReturns whether rotation input is requiredReturns the new total rotationsgetValue()Returns the new measure's valuevoidsetCumulativeValue(Double cumulativeValue) Sets the new cumulative valuevoidsetDeltaValue(Double deltaValue) Sets the new delta measure's valuevoidsetRequiresRotationInput(boolean requiresRotationInput) Sets whether rotation input is requiredvoidsetTotalRotations(Long totalRotations) Sets the new total rotationsvoidSets the new measure's valueMethods 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
-
Field Details
-
requiresRotationInput
protected boolean requiresRotationInput -
value
-
deltaValue
-
cumulativeValue
-
totalRotations
-
-
Constructor Details
-
MeasureCalculateCounterAlignOutput
public MeasureCalculateCounterAlignOutput()
-
-
Method Details
-
getRequiresRotationInput
public boolean getRequiresRotationInput()Returns whether rotation input is required- Returns:
- true if rotation input is required, false otherwise
-
setRequiresRotationInput
public void setRequiresRotationInput(boolean requiresRotationInput) Sets whether rotation input is required- Parameters:
requiresRotationInput- true if rotation input is required, false otherwise
-
getCumulativeValue
Returns the new cumulative value- Returns:
- the new cumulative value
-
setCumulativeValue
Sets the new cumulative value- Parameters:
cumulativeValue- the new cumulative value
-
getDeltaValue
Returns the new delta measure's value- Returns:
- the new delta measure's value
-
setDeltaValue
Sets the new delta measure's value- Parameters:
deltaValue- the new delta measure's value
-
getTotalRotations
Returns the new total rotations- Returns:
- the new total rotations
-
setTotalRotations
Sets the new total rotations- Parameters:
totalRotations- the new total rotations
-
getValue
Returns the new measure's value- Returns:
- the new measure's value
-
setValue
Sets the new measure's value- Parameters:
value- the new measure's value
-