Class BOMeterBrand
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.bl.meter.brand.BOMeterBrand
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a meter brand.
- Since:
- 16.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 brand code.Returns the meter brand description.getId()Returns the meter brand id.getOrder()Returns the meter brand order.isActive()Checks if is the meter brand is active.voidSets the meter brand to active.voidSets the meter brand code.voidsetDescription(String description) Sets the meter brand description.voidSets the meter brand id.voidSets the meter brand order.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
-
BOMeterBrand
public BOMeterBrand()
-
-
Method Details
-
getId
Returns the meter brand id.- Returns:
- the the meter brand id
-
setId
Sets the meter brand id.- Parameters:
id- the meter brand id
-
getCode
Returns the meter brand code.- Returns:
- the code
-
setCode
Sets the meter brand code.- Parameters:
code- the code
-
getDescription
Returns the meter brand description.- Returns:
- the description
-
setDescription
Sets the meter brand description.- Parameters:
description- the description
-
getOrder
Returns the meter brand order.- Returns:
- the order
-
setOrder
Sets the meter brand order.- Parameters:
order- the order
-
isActive
Checks if is the meter brand is active.- Returns:
- true if the meter brand is active, false otherwise
-
setActive
Sets the meter brand to active.- Parameters:
active- true if the meter brand must be active, false otherwise
-