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

public class MeasureCalculateCounterAlignOutput extends DynO
Since:
20.0
See Also:
  • Field Details

    • requiresRotationInput

      protected boolean requiresRotationInput
    • value

      protected Double value
    • deltaValue

      protected Double deltaValue
    • cumulativeValue

      protected Double cumulativeValue
    • totalRotations

      protected Long 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

      public Double getCumulativeValue()
      Returns the new cumulative value
      Returns:
      the new cumulative value
    • setCumulativeValue

      public void setCumulativeValue(Double cumulativeValue)
      Sets the new cumulative value
      Parameters:
      cumulativeValue - the new cumulative value
    • getDeltaValue

      public Double getDeltaValue()
      Returns the new delta measure's value
      Returns:
      the new delta measure's value
    • setDeltaValue

      public void setDeltaValue(Double deltaValue)
      Sets the new delta measure's value
      Parameters:
      deltaValue - the new delta measure's value
    • getTotalRotations

      public Long getTotalRotations()
      Returns the new total rotations
      Returns:
      the new total rotations
    • setTotalRotations

      public void setTotalRotations(Long totalRotations)
      Sets the new total rotations
      Parameters:
      totalRotations - the new total rotations
    • getValue

      public Double getValue()
      Returns the new measure's value
      Returns:
      the new measure's value
    • setValue

      public void setValue(Double value)
      Sets the new measure's value
      Parameters:
      value - the new measure's value