Class BOMeasuringElement
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
Business object representing the measuring element.
- Since:
- 20.0
- See Also:
- GCApi:
- bo
-
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 active flag.Gets the measuring element address.Gets 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.getId()Gets the measuring element id.Gets the measuring element last measurement.Gets the measuring element max length.Gets the measuring element measurement unit.Gets the measuring element measuring-element flag.getOrder()Gets the measuring element order.Gets the measuring element parent measuring element.Gets the measuring element status.Gets the measuring element target value.Gets the measuring element technical object id.Gets the measuring element template flag.voidSets the measuring element active flag.voidsetAddress(Long address) Sets the measuring element address.voidsetCatalogGroup(Long catalogGroup) Sets the measuring element catalog group.voidsetCharacteristic(Long characteristic) Sets the measuring element characteristic.voidSets the measuring element code.voidsetCounterDirection(Long counterDirection) Sets the measuring element counter direction.voidsetCounterOverflowValue(Long counterOverflowValue) Sets the measuring element counter overflow value.voidsetDescription(String description) Sets the measuring element description.voidSets the measuring element id.voidsetLastMeasurement(Long lastMeasurement) Sets the measuring element last measurement.voidsetMaxLength(Long maxLength) Sets the measuring element max length.voidsetMeasurementUnit(Long measurementUnit) Sets the measuring element measurement unit.voidsetMeasuringElement(Boolean measuringElement) Sets the measuring element measuring-element flag.voidSets the measuring element order.voidsetParentMeasuringElement(Long parentMeasuringElement) Sets the measuring element parent measuring element.voidSets the measuring element status.voidsetTargetValue(Double targetValue) Sets the measuring element target value.voidsetTechnicalObject(Long technicalObject) Sets the measuring element technical object id.voidsetTemplate(Boolean template) Sets the measuring element template flag.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
-
BOMeasuringElement
public BOMeasuringElement()
-
-
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
-
getAddress
Gets the measuring element address.- Returns:
- the measuring element address
-
setAddress
Sets the measuring element address.- Parameters:
address- the measuring element address
-
getOrder
Gets the measuring element order.- Returns:
- the measuring element order
-
setOrder
Sets the measuring element order.- Parameters:
order- the measuring element order
-
getActive
Gets the measuring element active flag.- Returns:
- true if active, false otherwise
-
setActive
Sets the measuring element active flag.- Parameters:
active- the measuring element active flag value
-
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
-
getLastMeasurement
Gets the measuring element last measurement.- Returns:
- the measuring element last measurement
-
setLastMeasurement
Sets the measuring element last measurement.- Parameters:
lastMeasurement- the measuring element last measurement
-
getParentMeasuringElement
Gets the measuring element parent measuring element.- Returns:
- the measuring element parent measuring element
-
setParentMeasuringElement
Sets the measuring element parent measuring element.- Parameters:
parentMeasuringElement- the measuring element parent measuring element
-
getTemplate
Gets the measuring element template flag.- Returns:
- true if created from template, false otherwise
-
setTemplate
Sets the measuring element template flag.- Parameters:
template- the measuring element template flag value
-
getMeasuringElement
Gets the measuring element measuring-element flag.- Returns:
- the measuring element measuring-element flag value
-
setMeasuringElement
Sets the measuring element measuring-element flag.- Parameters:
measuringElement- the measuring element measuring-element flag value
-
getTechnicalObject
Gets the measuring element technical object id.- Returns:
- the measuring element technical object id
-
setTechnicalObject
Sets the measuring element technical object id.- Parameters:
technicalObject- the measuring element technical object id
-