Class BOMeasure
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.BOMeasure
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing measure.
- 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 catalog code.getCode()Gets the code.Gets the creation date.Gets the creation date.Gets the cumulative value.Gets the delta value.getId()Gets the id.Gets the intervention.Gets the last update date.Gets the max length.Gets the measure history record.Gets the measuring date.Gets the measuring element.Gets the measuring user.getMode()Gets the measure mode.getNote()Gets the note.Gets the previous measure insert record history.Gets the previous measure update record history.Gets the reading meter type.Gets the number of counter rotations for the current measurement.Gets the measure status.Gets the total number of complete rotations for a counter-based measure.Gets the unfeasible flag.getValue()Gets the current reading value of the measure.voidsetCatalogCode(Long catalogCode) Sets the catalog code.voidSets the code.voidsetCreationDate(Date creationDate) Sets the creation date.voidsetCreationUser(Long creationUser) Sets the creation user.voidsetCumulativeValue(Double cumulativeValue) Sets the cumulative value.voidsetDeltaValue(Double deltaValue) Sets the delta value.voidSets the id.voidsetIntervention(Long intervention) Sets the intervention.voidsetLastUpdate(Date lastUpdate) Sets the last update date.voidsetMaxLength(Long maxLength) Sets the max length.voidsetMeasureHistory(Long measureHistory) Sets the measure history record.voidsetMeasuringDate(Date measuringDate) Sets the measuring date.voidsetMeasuringElement(Long measuringElement) Sets the measuring element.voidsetMeasuringUser(Long measuringUser) Sets the measuring user.voidSets the measure mode.voidSets the note.voidsetPreviousMeasureInsertHistory(Long previousMeasureInsertHistory) Sets the previous measure insert record history.voidsetPreviousMeasureUpdateHistory(Long previousMeasureUpdateHistory) Sets the previous measure update record history.voidsetReadingMeterType(Long readingMeterType) Sets the reading meter type.voidsetRotations(Long rotations) Sets the number of counter rotations for the current measurement.voidSets the measure status.voidsetTotalRotations(Long totalRotations) Sets the total number of complete rotations for a counter-based measure.voidsetUnfeasible(Boolean unfeasible) Sets the unfeasible flag.voidSets the current reading value of the measure.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
-
BOMeasure
public BOMeasure()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the new code
-
getIntervention
Gets the intervention.- Returns:
- the intervention
-
setIntervention
Sets the intervention.- Parameters:
intervention- the new intervention
-
getMeasuringElement
Gets the measuring element.- Returns:
- the measuring element
-
setMeasuringElement
Sets the measuring element.- Parameters:
measuringElement- the new measuring element
-
getMeasuringUser
Gets the measuring user.- Returns:
- the measuring user
-
setMeasuringUser
Sets the measuring user.- Parameters:
measuringUser- the new measuring user
-
getMeasuringDate
Gets the measuring date.- Returns:
- the measuring date
-
setMeasuringDate
Sets the measuring date.- Parameters:
measuringDate- the new measuring date
-
getLastUpdate
Gets the last update date.- Returns:
- the last update date
-
setLastUpdate
Sets the last update date.- Parameters:
lastUpdate- the new last update date
-
getStatus
Gets the measure status.- Returns:
- the measure status
-
setStatus
Sets the measure status.- Parameters:
status- the new measure status
-
getMode
Gets the measure mode.- Returns:
- the measure mode
-
setMode
Sets the measure mode.- Parameters:
mode- the new measure mode
-
getCreationDate
Gets the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the new creation date
-
getCreationUser
Gets the creation date.- Returns:
- the creation date
-
setCreationUser
Sets the creation user.- Parameters:
creationUser- the new creation user
-
getValue
Gets the current reading value of the measure.- Returns:
- the current reading value of the measure.
-
setValue
Sets the current reading value of the measure.- Parameters:
value- the new reading value of the measure.
-
getDeltaValue
Gets the delta value.- Returns:
- the delta value
-
setDeltaValue
Sets the delta value.- Parameters:
deltaValue- the new delta value
-
getCumulativeValue
Gets the cumulative value.- Returns:
- the cumulative value
-
setCumulativeValue
Sets the cumulative value.- Parameters:
cumulativeValue- the new cumulative value
-
getRotations
Gets the number of counter rotations for the current measurement.- Returns:
- the number of counter rotations for the current measurement.
-
setRotations
Sets the number of counter rotations for the current measurement.- Parameters:
rotations- the new number of counter rotations for the current measurement.
-
getTotalRotations
Gets the total number of complete rotations for a counter-based measure.- Returns:
- the total number of complete rotations for a counter-based measure.
-
setTotalRotations
Sets the total number of complete rotations for a counter-based measure.- Parameters:
totalRotations- the new total number of complete rotations for a counter-based measure.
-
getCatalogCode
Gets the catalog code.- Returns:
- the catalog code
-
setCatalogCode
Sets the catalog code.- Parameters:
catalogCode- the new catalog code
-
getNote
Gets the note.- Returns:
- the note
-
setNote
Sets the note.- Parameters:
note- the new note
-
getPreviousMeasureInsertHistory
Gets the previous measure insert record history.- Returns:
- the previous measure insert record history
-
setPreviousMeasureInsertHistory
Sets the previous measure insert record history.- Parameters:
previousMeasureInsertHistory- the new previous measure insert record history
-
getPreviousMeasureUpdateHistory
Gets the previous measure update record history.- Returns:
- the previous measure update record history
-
setPreviousMeasureUpdateHistory
Sets the previous measure update record history.- Parameters:
previousMeasureUpdateHistory- the new previous measure update record history
-
getMeasureHistory
Gets the measure history record.- Returns:
- the measure history record
-
setMeasureHistory
Sets the measure history record.- Parameters:
measureHistory- the new measure history record
-
getMaxLength
Gets the max length.- Returns:
- the max length
-
setMaxLength
Sets the max length.- Parameters:
maxLength- the new max length
-
getReadingMeterType
Gets the reading meter type.- Returns:
- the reading meter type
-
setReadingMeterType
Sets the reading meter type.- Parameters:
readingMeterType- the new reading meter type
-
getUnfeasible
Gets the unfeasible flag.- Returns:
- the unfeasible flag
-
setUnfeasible
Sets the unfeasible flag.- Parameters:
unfeasible- the new unfeasible flag
-