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

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

    • DTOAccountMeasuringElementMeasure

      public DTOAccountMeasuringElementMeasure()
  • Method Details

    • getId

      public final Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getMeasuringUser

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

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

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

      public final void setMeasuringDate(ZonedDateTime measuringDate)
      Sets the measuring date.
      Parameters:
      measuringDate - the new measuring date
    • getStatus

      public final Long getStatus()
      Gets the measure status.
      Returns:
      the measure status
    • setStatus

      public final void setStatus(Long status)
      Sets the measure status.
      Parameters:
      status - the new measure status
    • getMode

      public final Long getMode()
      Gets the measure mode.
      Returns:
      the measure mode
    • setMode

      public final void setMode(Long mode)
      Sets the measure mode.
      Parameters:
      mode - the new measure mode
    • getValue

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

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

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

      public final void setDeltaValue(Double deltaValue)
      Sets the delta value.
      Parameters:
      deltaValue - the new delta value
    • getCumulativeValue

      public final Double getCumulativeValue()
      Gets the cumulative value.
      Returns:
      the cumulative value
    • setCumulativeValue

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

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

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

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

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

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

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

      public final Boolean getUnfeasible()
      Gets the feasible.
      Returns:
      the feasible
    • setUnfeasible

      public final void setUnfeasible(Boolean unfeasible)
      Sets the feasible.
      Parameters:
      unfeasible - the new feasible