Class BOMeterReading
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.BOMeterReading
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a meter reading.
- Since:
- 9.2
- 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 TypeMethodDescriptionReturns the meter reading agenda id.Returns the meter reading digit number.Returns the meter reading encoded note id.getId()Returns the meter reading id.getMeter()Returns the meter id.Returns the meter acronym.Returns the meter brand id.Returns the meter location type id.Returns the meter production year.Returns the meter type id.getNote()Returns the meter reading note.Returns the meter reading operation id.Returns the meter reading date.Returns the reading meter type id.Returns the meter reading value.getState()Returns the meter reading state id.getType()Returns the meter reading type id.voidSets the meter reading agenda id.voidsetDigitNumber(Long digitNumber) Sets the meter reading digit number.voidsetEncodedNote(Long encodedNote) Sets the meter reading encoded note id.voidSets the meter reading id.voidSets the meter id.voidsetMeterAcronym(String meterAcronym) Sets the meter acronym.voidsetMeterBrand(Long meterBrand) Sets the meter brand id.voidsetMeterLocationType(Long meterLocationType) Sets the meter location type id.voidsetMeterProductionYear(String meterProductionYear) Sets the meter production year.voidsetMeterType(Long meterType) Sets the meter type id.voidSets the meter reading note.voidsetOperation(Long operation) Sets the meter reading operation id.voidsetReadingDate(Date readingDate) Sets the meter reading date.voidsetReadingMeterType(Long readingMeterType) Sets the reading meter type id.voidsetReadingValue(Long readingValue) Sets the meter reading value.voidSets the meter reading state id.voidSets the meter reading type 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
-
BOMeterReading
public BOMeterReading()
-
-
Method Details
-
getId
Returns the meter reading id.- Returns:
- the the meter reading id
-
setId
Sets the meter reading id.- Parameters:
id- the meter reading id
-
getReadingDate
Returns the meter reading date.- Returns:
- the reading date
-
setReadingDate
Sets the meter reading date.- Parameters:
readingDate- the reading date
-
getDigitNumber
Returns the meter reading digit number.- Returns:
- the digit number
-
setDigitNumber
Sets the meter reading digit number.- Parameters:
digitNumber- the digit number
-
getReadingValue
Returns the meter reading value.- Returns:
- the reading value
-
setReadingValue
Sets the meter reading value.- Parameters:
readingValue- the meter reading value
-
getMeterAcronym
Returns the meter acronym.- Returns:
- the meter acronym
-
setMeterAcronym
Sets the meter acronym.- Parameters:
meterAcronym- the meter acronym
-
getMeter
Returns the meter id.- Returns:
- the meter id
- See Also:
-
setMeter
Sets the meter id.- Parameters:
meter- the meter id- See Also:
-
getEncodedNote
Returns the meter reading encoded note id.- Returns:
- the encoded note id
- See Also:
-
setEncodedNote
Sets the meter reading encoded note id.- Parameters:
encodedNote- the encoded note id- See Also:
-
getNote
Returns the meter reading note.- Returns:
- the note
-
setNote
Sets the meter reading note.- Parameters:
note- the note
-
getMeterBrand
Returns the meter brand id.- Returns:
- the meter brand id
- See Also:
-
setMeterBrand
Sets the meter brand id.- Parameters:
meterBrand- the meter brand id- See Also:
-
getMeterLocationType
Returns the meter location type id.- Returns:
- the meter location type id
- See Also:
-
setMeterLocationType
Sets the meter location type id.- Parameters:
meterLocationType- the meter location type id- See Also:
-
getState
Returns the meter reading state id.- Returns:
- the state id
- See Also:
-
setState
Sets the meter reading state id.- Parameters:
state- the state id- See Also:
-
getType
Returns the meter reading type id.- Returns:
- the type id
- See Also:
-
setType
Sets the meter reading type id.- Parameters:
type- the type id- See Also:
-
getReadingMeterType
Returns the reading meter type id.- Returns:
- the reading meter type id
- See Also:
-
setReadingMeterType
Sets the reading meter type id.- Parameters:
readingMeterType- the reading meter type id- See Also:
-
getOperation
Returns the meter reading operation id.- Returns:
- the operation id
- See Also:
-
setOperation
Sets the meter reading operation id.- Parameters:
operation- the operation id- See Also:
-
getMeterProductionYear
Returns the meter production year.- Returns:
- the meter production year
-
setMeterProductionYear
Sets the meter production year.- Parameters:
meterProductionYear- the meter production year
-
getMeterType
Returns the meter type id.- Returns:
- the meter type id
- See Also:
-
setMeterType
Sets the meter type id.- Parameters:
meterType- the meter type id- See Also:
-
getAgenda
Returns the meter reading agenda id.- Returns:
- the agenda id
- See Also:
-
setAgenda
Sets the meter reading agenda id.- Parameters:
agenda- the agenda id- See Also:
-