Class DTOAssetMeasuringElementUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.DTOAssetMeasuringElementUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOAssetMeasuringElementUpdate extends DynO
DTO to update a new asset measuring element.
Since:
20.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAssetMeasuringElementUpdate

      public DTOAssetMeasuringElementUpdate()
  • Method Details

    • getCode

      public final Optional<String> getCode()
      Gets the measuring element code.
      Returns:
      the measuring element code
    • setCode

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

      public final Optional<String> getDescription()
      Gets the measuring element description.
      Returns:
      the measuring element description
    • setDescription

      public final void setDescription(Optional<String> description)
      Sets the measuring element description.
      Parameters:
      description - the measuring element description
    • getOrder

      public final Optional<Long> getOrder()
      Gets the measuring element order.
      Returns:
      the measuring element order
    • setOrder

      public final void setOrder(Optional<Long> order)
      Sets the measuring element order.
      Parameters:
      order - the measuring element order
    • getStatus

      public final Optional<Long> getStatus()
      Gets the measuring element status.
      Returns:
      the measuring element status
    • setStatus

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

      public final Optional<Long> getCharacteristic()
      Gets the measuring element characteristic.
      Returns:
      the measuring element characteristic
    • setCharacteristic

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

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

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

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

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

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

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

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

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

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

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

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

      public final void setTargetValue(Optional<Double> targetValue)
      Sets the measuring element target value.
      Parameters:
      targetValue - the measuring element target value