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

public class BOMeasuringElement extends DynO
Business object representing the measuring element.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOMeasuringElement

      public BOMeasuringElement()
  • Method Details

    • getId

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

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

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

      public void setCode(String code)
      Sets the measuring element code.
      Parameters:
      code - the measuring element code
    • getDescription

      public String getDescription()
      Gets the measuring element description.
      Returns:
      the measuring element description
    • setDescription

      public void setDescription(String description)
      Sets the measuring element description.
      Parameters:
      description - the measuring element description
    • getAddress

      public Long getAddress()
      Gets the measuring element address.
      Returns:
      the measuring element address
    • setAddress

      public void setAddress(Long address)
      Sets the measuring element address.
      Parameters:
      address - the measuring element address
    • getOrder

      public Long getOrder()
      Gets the measuring element order.
      Returns:
      the measuring element order
    • setOrder

      public void setOrder(Long order)
      Sets the measuring element order.
      Parameters:
      order - the measuring element order
    • getActive

      public Boolean getActive()
      Gets the measuring element active flag.
      Returns:
      true if active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the measuring element active flag.
      Parameters:
      active - the measuring element active flag value
    • getStatus

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

      public void setStatus(Long status)
      Sets the measuring element status.
      Parameters:
      status - the measuring element status
    • getCharacteristic

      public Long getCharacteristic()
      Gets the measuring element characteristic.
      Returns:
      the measuring element characteristic
    • setCharacteristic

      public void setCharacteristic(Long characteristic)
      Sets the measuring element characteristic.
      Parameters:
      characteristic - the measuring element characteristic
    • getCounterDirection

      public Long getCounterDirection()
      Gets the measuring element counter direction.
      Returns:
      the measuring element counter direction
    • setCounterDirection

      public void setCounterDirection(Long counterDirection)
      Sets the measuring element counter direction.
      Parameters:
      counterDirection - the measuring element counter direction
    • getMeasurementUnit

      public Long getMeasurementUnit()
      Gets the measuring element measurement unit.
      Returns:
      the measuring element measurement unit
    • setMeasurementUnit

      public void setMeasurementUnit(Long measurementUnit)
      Sets the measuring element measurement unit.
      Parameters:
      measurementUnit - the measuring element measurement unit
    • getMaxLength

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

      public void setMaxLength(Long maxLength)
      Sets the measuring element max length.
      Parameters:
      maxLength - the measuring element max length
    • getCatalogGroup

      public Long getCatalogGroup()
      Gets the measuring element catalog group.
      Returns:
      the measuring element catalog group
    • setCatalogGroup

      public void setCatalogGroup(Long catalogGroup)
      Sets the measuring element catalog group.
      Parameters:
      catalogGroup - the measuring element catalog group
    • getCounterOverflowValue

      public Long getCounterOverflowValue()
      Gets the measuring element counter overflow value.
      Returns:
      the measuring element counter overflow value
    • setCounterOverflowValue

      public void setCounterOverflowValue(Long counterOverflowValue)
      Sets the measuring element counter overflow value.
      Parameters:
      counterOverflowValue - the measuring element counter overflow value
    • getTargetValue

      public Double getTargetValue()
      Gets the measuring element target value.
      Returns:
      the measuring element target value
    • setTargetValue

      public void setTargetValue(Double targetValue)
      Sets the measuring element target value.
      Parameters:
      targetValue - the measuring element target value
    • getLastMeasurement

      public Long getLastMeasurement()
      Gets the measuring element last measurement.
      Returns:
      the measuring element last measurement
    • setLastMeasurement

      public void setLastMeasurement(Long lastMeasurement)
      Sets the measuring element last measurement.
      Parameters:
      lastMeasurement - the measuring element last measurement
    • getParentMeasuringElement

      public Long getParentMeasuringElement()
      Gets the measuring element parent measuring element.
      Returns:
      the measuring element parent measuring element
    • setParentMeasuringElement

      public void setParentMeasuringElement(Long parentMeasuringElement)
      Sets the measuring element parent measuring element.
      Parameters:
      parentMeasuringElement - the measuring element parent measuring element
    • getTemplate

      public Boolean getTemplate()
      Gets the measuring element template flag.
      Returns:
      true if created from template, false otherwise
    • setTemplate

      public void setTemplate(Boolean template)
      Sets the measuring element template flag.
      Parameters:
      template - the measuring element template flag value
    • getMeasuringElement

      public Boolean getMeasuringElement()
      Gets the measuring element measuring-element flag.
      Returns:
      the measuring element measuring-element flag value
    • setMeasuringElement

      public void setMeasuringElement(Boolean measuringElement)
      Sets the measuring element measuring-element flag.
      Parameters:
      measuringElement - the measuring element measuring-element flag value
    • getTechnicalObject

      public Long getTechnicalObject()
      Gets the measuring element technical object id.
      Returns:
      the measuring element technical object id
    • setTechnicalObject

      public void setTechnicalObject(Long technicalObject)
      Sets the measuring element technical object id.
      Parameters:
      technicalObject - the measuring element technical object id