Class BOMeasureStatus
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.BOMeasureStatus
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the measure status.
- Since:
- 20.0
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the measure status code.Gets the measure status description.getId()Gets the measure status id.voidSets the measure status code.voidsetDescription(String description) Sets the measure status description.voidSets the measure status id.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
-
BOMeasureStatus
public BOMeasureStatus()
-
-
Method Details
-
getId
Gets the measure status id.- Returns:
- the measure status id
-
setId
Sets the measure status id.- Parameters:
id- the measure status id
-
getCode
Gets the measure status code.- Returns:
- the measure status code
-
setCode
Sets the measure status code.- Parameters:
code- the measure status code
-
getDescription
Gets the measure status description.- Returns:
- the measure status description
-
setDescription
Sets the measure status description.- Parameters:
description- the measure status description
-