Class BOZone
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.organizationalstructures.bl.zone.BOZone
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an operation center.
- 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 zone code.getColor()Returns the zone color.Returns the zone description.getId()Returns the zone id.Returns the operation center id.Returns the structure id.Checks if the zone is visible or not.voidSets the zone code.voidSets the zone color.voidsetDescription(LocalizedString description) Sets the zone description.voidSets the zone id.voidsetOperationCenter(Long operationCenter) Sets the operation center id.voidsetStructure(Long structure) Sets the structure id.voidsetVisible(Boolean visible) Sets the zone to visible.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
-
BOZone
public BOZone()
-
-
Method Details
-
getId
Returns the zone id.- Returns:
- the the zone id
-
setId
Sets the zone id.- Parameters:
id- the zone id
-
getOperationCenter
Returns the operation center id.- Returns:
- the operation center id
-
setOperationCenter
Sets the operation center id.- Parameters:
operationCenter- the operation center id
-
getCode
Returns the zone code.- Returns:
- the zone code
-
setCode
Sets the zone code.- Parameters:
code- the zone code
-
getDescription
Returns the zone description.- Returns:
- the zone description
-
setDescription
Sets the zone description.- Parameters:
description- the zone description
-
getColor
Returns the zone color.- Returns:
- the zone color
-
setColor
Sets the zone color.- Parameters:
color- the zone color
-
getStructure
Returns the structure id.- Returns:
- the structure id
-
setStructure
Sets the structure id.- Parameters:
structure- the structure id
-
getVisible
Checks if the zone is visible or not.- Returns:
- true if the zone is visible, false otherwise
-
setVisible
Sets the zone to visible.- Parameters:
visible- true if the zone must be visible, false otherwise
-