Class BOMeterType
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.bl.meter.type.BOMeterType
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a meter type.
- Since:
- 17.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 TypeMethodDescriptiongetCode()Returns the meter type code.Returns the meter type description.getId()Returns the meter type id.Returns the validity begin date of the meter type.Returns the validity end date meter type.voidSets the meter type code.voidsetDescription(String description) Sets the meter type description.voidSets the meter type id.voidsetValidityBegin(Date validityBegin) Sets the validity begin date of the meter type.voidsetValidityEnd(Date validityEnd) Sets the validity end date of the meter type.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
-
BOMeterType
public BOMeterType()
-
-
Method Details
-
getId
Returns the meter type id.- Returns:
- the the meter type id
-
setId
Sets the meter type id.- Parameters:
id- the meter type id
-
getCode
Returns the meter type code.- Returns:
- the code
-
setCode
Sets the meter type code.- Parameters:
code- the code
-
getDescription
Returns the meter type description.- Returns:
- the description
-
setDescription
Sets the meter type description.- Parameters:
description- the description
-
getValidityBegin
Returns the validity begin date of the meter type.- Returns:
- the validity begin date
-
setValidityBegin
Sets the validity begin date of the meter type.- Parameters:
validityBegin- the validity begin date
-
getValidityEnd
Returns the validity end date meter type.- Returns:
- the validity end date
-
setValidityEnd
Sets the validity end date of the meter type.- Parameters:
validityEnd- the validity end date
-