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

public class DTOAccountMeasuringElementMeasureUpdate extends DynO
DTO for measure update.
Since:
20.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAccountMeasuringElementMeasureUpdate

      public DTOAccountMeasuringElementMeasureUpdate()
  • Method Details

    • getMeasuringUser

      public final Optional<Long> getMeasuringUser()
      Gets the measuring user.
      Returns:
      the measuring user
    • setMeasuringUser

      public final void setMeasuringUser(Optional<Long> measuringUser)
      Sets the measuring user.
      Parameters:
      measuringUser - the new measuring user
    • getMeasuringDate

      public final Optional<ZonedDateTime> getMeasuringDate()
      Gets the measuring date.
      Returns:
      the measuring date
    • setMeasuringDate

      public final void setMeasuringDate(Optional<ZonedDateTime> measuringDate)
      Sets the measuring date.
      Parameters:
      measuringDate - the new measuring date
    • getValue

      public final Optional<Double> getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public final void setValue(Optional<Double> value)
      Sets the value.
      Parameters:
      value - the new value
    • getDeltaValue

      public final Optional<Double> getDeltaValue()
      Gets the delta value.
      Returns:
      the delta value
    • setDeltaValue

      public final void setDeltaValue(Optional<Double> deltaValue)
      Sets the delta value.
      Parameters:
      deltaValue - the new delta value
    • getRotations

      public final Optional<Long> getRotations()
      Gets the rotations.
      Returns:
      the rotations
    • setRotations

      public final void setRotations(Optional<Long> rotations)
      Sets the rotations.
      Parameters:
      rotations - the new rotations
    • getCatalogCode

      public final Optional<Long> getCatalogCode()
      Gets the catalog code.
      Returns:
      the catalog code
    • setCatalogCode

      public final void setCatalogCode(Optional<Long> catalogCode)
      Sets the catalog code.
      Parameters:
      catalogCode - the new catalog code
    • getNote

      public final Optional<String> getNote()
      Gets the note.
      Returns:
      the note
    • setNote

      public final void setNote(Optional<String> note)
      Sets the note.
      Parameters:
      note - the new note
    • getUnfeasible

      public final Optional<Boolean> getUnfeasible()
      Gets the unfeasible flag.
      Returns:
      the unfeasible flag.
    • setUnfeasible

      public final void setUnfeasible(Optional<Boolean> unfeasible)
      Sets the unfeasible flag.
      Parameters:
      unfeasible - the new unfeasible flag.