java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.BOMeasure
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOMeasure extends DynO
Business Object representing measure.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOMeasure

      public BOMeasure()
  • Method Details

    • getId

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

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

      public String getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the code.
      Parameters:
      code - the new code
    • getIntervention

      public Long getIntervention()
      Gets the intervention.
      Returns:
      the intervention
    • setIntervention

      public void setIntervention(Long intervention)
      Sets the intervention.
      Parameters:
      intervention - the new intervention
    • getMeasuringElement

      public Long getMeasuringElement()
      Gets the measuring element.
      Returns:
      the measuring element
    • setMeasuringElement

      public void setMeasuringElement(Long measuringElement)
      Sets the measuring element.
      Parameters:
      measuringElement - the new measuring element
    • getMeasuringUser

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

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

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

      public void setMeasuringDate(Date measuringDate)
      Sets the measuring date.
      Parameters:
      measuringDate - the new measuring date
    • getLastUpdate

      public Date getLastUpdate()
      Gets the last update date.
      Returns:
      the last update date
    • setLastUpdate

      public void setLastUpdate(Date lastUpdate)
      Sets the last update date.
      Parameters:
      lastUpdate - the new last update date
    • getStatus

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

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

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

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

      public Date getCreationDate()
      Gets the creation date.
      Returns:
      the creation date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the creation date.
      Parameters:
      creationDate - the new creation date
    • getCreationUser

      public Long getCreationUser()
      Gets the creation date.
      Returns:
      the creation date
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Sets the creation user.
      Parameters:
      creationUser - the new creation user
    • getValue

      public Double getValue()
      Gets the current reading value of the measure.
      Returns:
      the current reading value of the measure.
    • setValue

      public void setValue(Double value)
      Sets the current reading value of the measure.
      Parameters:
      value - the new reading value of the measure.
    • getDeltaValue

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

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

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

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

      public Long getRotations()
      Gets the number of counter rotations for the current measurement.
      Returns:
      the number of counter rotations for the current measurement.
    • setRotations

      public void setRotations(Long rotations)
      Sets the number of counter rotations for the current measurement.
      Parameters:
      rotations - the new number of counter rotations for the current measurement.
    • getTotalRotations

      public Long getTotalRotations()
      Gets the total number of complete rotations for a counter-based measure.
      Returns:
      the total number of complete rotations for a counter-based measure.
    • setTotalRotations

      public void setTotalRotations(Long totalRotations)
      Sets the total number of complete rotations for a counter-based measure.
      Parameters:
      totalRotations - the new total number of complete rotations for a counter-based measure.
    • getCatalogCode

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

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

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

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

      public Long getPreviousMeasureInsertHistory()
      Gets the previous measure insert record history.
      Returns:
      the previous measure insert record history
    • setPreviousMeasureInsertHistory

      public void setPreviousMeasureInsertHistory(Long previousMeasureInsertHistory)
      Sets the previous measure insert record history.
      Parameters:
      previousMeasureInsertHistory - the new previous measure insert record history
    • getPreviousMeasureUpdateHistory

      public Long getPreviousMeasureUpdateHistory()
      Gets the previous measure update record history.
      Returns:
      the previous measure update record history
    • setPreviousMeasureUpdateHistory

      public void setPreviousMeasureUpdateHistory(Long previousMeasureUpdateHistory)
      Sets the previous measure update record history.
      Parameters:
      previousMeasureUpdateHistory - the new previous measure update record history
    • getMeasureHistory

      public Long getMeasureHistory()
      Gets the measure history record.
      Returns:
      the measure history record
    • setMeasureHistory

      public void setMeasureHistory(Long measureHistory)
      Sets the measure history record.
      Parameters:
      measureHistory - the new measure history record
    • getMaxLength

      public Long getMaxLength()
      Gets the max length.
      Returns:
      the max length
    • setMaxLength

      public void setMaxLength(Long maxLength)
      Sets the max length.
      Parameters:
      maxLength - the new max length
    • getReadingMeterType

      public Long getReadingMeterType()
      Gets the reading meter type.
      Returns:
      the reading meter type
    • setReadingMeterType

      public void setReadingMeterType(Long readingMeterType)
      Sets the reading meter type.
      Parameters:
      readingMeterType - the new reading meter type
    • getUnfeasible

      public Boolean getUnfeasible()
      Gets the unfeasible flag.
      Returns:
      the unfeasible flag
    • setUnfeasible

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