Class DTOAssetMeasuringElement
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.DTOAssetMeasuringElement
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for the asset measuring element.
- Since:
- 20.0
- See Also:
- GCApi:
- dto
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LongGets the measuring element catalog group.final LongGets the measuring element characteristic.final StringgetCode()Gets the measuring element code.final LongGets the measuring element counter direction.final LongGets the measuring element counter overflow value.final StringGets the measuring element description.final LonggetId()Gets the measuring element id.final LongGets the measuring element max length.final LongGets the measuring element measurement unit.final LonggetOrder()Gets the measuring element order.final LongGets the measuring element status.final DoubleGets the measuring element target value.final voidsetCatalogGroup(Long catalogGroup) Sets the measuring element catalog group.final voidsetCharacteristic(Long characteristic) Sets the measuring element characteristic.final voidSets the measuring element code.final voidsetCounterDirection(Long counterDirection) Sets the measuring element counter direction.final voidsetCounterOverflowValue(Long counterOverflowValue) Sets the measuring element counter overflow value.final voidsetDescription(String description) Sets the measuring element description.final voidSets the measuring element id.final voidsetMaxLength(Long maxLength) Sets the measuring element max length.final voidsetMeasurementUnit(Long measurementUnit) Sets the measuring element measurement unit.final voidSets the measuring element order.final voidSets the measuring element status.final voidsetTargetValue(Double targetValue) Sets the measuring element target value.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTOAssetMeasuringElement
public DTOAssetMeasuringElement()
-
-
Method Details
-
getId
Gets the measuring element id.- Returns:
- the measuring element id
-
setId
Sets the measuring element id.- Parameters:
id- the measuring element id
-
getCode
Gets the measuring element code.- Returns:
- the measuring element code
-
setCode
Sets the measuring element code.- Parameters:
code- the measuring element code
-
getDescription
Gets the measuring element description.- Returns:
- the measuring element description
-
setDescription
Sets the measuring element description.- Parameters:
description- the measuring element description
-
getOrder
Gets the measuring element order.- Returns:
- the measuring element order
-
setOrder
Sets the measuring element order.- Parameters:
order- the measuring element order
-
getStatus
Gets the measuring element status.- Returns:
- the measuring element status
-
setStatus
Sets the measuring element status.- Parameters:
status- the measuring element status
-
getCharacteristic
Gets the measuring element characteristic.- Returns:
- the measuring element characteristic
-
setCharacteristic
Sets the measuring element characteristic.- Parameters:
characteristic- the measuring element characteristic
-
getCounterDirection
Gets the measuring element counter direction.- Returns:
- the measuring element counter direction
-
setCounterDirection
Sets the measuring element counter direction.- Parameters:
counterDirection- the measuring element counter direction
-
getMeasurementUnit
Gets the measuring element measurement unit.- Returns:
- the measuring element measurement unit
-
setMeasurementUnit
Sets the measuring element measurement unit.- Parameters:
measurementUnit- the measuring element measurement unit
-
getMaxLength
Gets the measuring element max length.- Returns:
- the measuring element max length
-
setMaxLength
Sets the measuring element max length.- Parameters:
maxLength- the measuring element max length
-
getCatalogGroup
Gets the measuring element catalog group.- Returns:
- the measuring element catalog group
-
setCatalogGroup
Sets the measuring element catalog group.- Parameters:
catalogGroup- the measuring element catalog group
-
getCounterOverflowValue
Gets the measuring element counter overflow value.- Returns:
- the measuring element counter overflow value
-
setCounterOverflowValue
Sets the measuring element counter overflow value.- Parameters:
counterOverflowValue- the measuring element counter overflow value
-
getTargetValue
Gets the measuring element target value.- Returns:
- the measuring element target value
-
setTargetValue
Sets the measuring element target value.- Parameters:
targetValue- the measuring element target value
-