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
DTO to update a new 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 TypeMethodDescriptionGets the measuring element catalog group.Gets the measuring element characteristic.getCode()Gets the measuring element code.Gets the measuring element counter direction.Gets the measuring element counter overflow value.Gets the measuring element description.Gets the measuring element max length.Gets the measuring element measurement unit.getOrder()Gets the measuring element order.Gets the measuring element status.Gets the measuring element target value.final voidsetCatalogGroup(Optional<Long> catalogGroup) Sets the measuring element catalog group.final voidsetCharacteristic(Optional<Long> characteristic) Sets the measuring element characteristic.final voidSets the measuring element code.final voidsetCounterDirection(Optional<Long> counterDirection) Sets the measuring element counter direction.final voidsetCounterOverflowValue(Optional<Long> counterOverflowValue) Sets the measuring element counter overflow value.final voidsetDescription(Optional<String> description) Sets the measuring element description.final voidsetMaxLength(Optional<Long> maxLength) Sets the measuring element max length.final voidsetMeasurementUnit(Optional<Long> measurementUnit) Sets the measuring element measurement unit.final voidSets the measuring element order.final voidSets the measuring element status.final voidsetTargetValue(Optional<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
-
DTOAssetMeasuringElementUpdate
public DTOAssetMeasuringElementUpdate()
-
-
Method Details
-
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
-