Class BOOperationCenter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.BOOperationCenter
- 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 operation center code.getColor()Returns the color of the zone.Returns the id of the operation center country.Returns the operation center description.getId()Returns the operation center id.Returns the id of the operation center structure.Returns the operation center time zone.isActive()Checks if the operation center is active.voidSets the operation center to active.voidSets the operation center code.voidSets the color of the zone.voidsetCountry(String country) Sets the id of the operation center country.voidsetDescription(LocalizedString description) Sets the description.voidSets the operation center id.voidsetStructure(Long structure) Sets the id of the operation center structure.voidsetTimeZone(String timeZone) Sets the operation center time zone.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
-
BOOperationCenter
public BOOperationCenter()
-
-
Method Details
-
getId
Returns the operation center id.- Returns:
- the the operation center id
-
setId
Sets the operation center id.- Parameters:
id- the operation center id
-
getCode
Returns the operation center code.- Returns:
- the code
-
setCode
Sets the operation center code.- Parameters:
code- the code
-
getDescription
Returns the operation center description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
isActive
Checks if the operation center is active.- Returns:
- true if the operation center is active, false otherwise
-
setActive
Sets the operation center to active.- Parameters:
active- true if the operation center must be active, false otherwise
-
getStructure
Returns the id of the operation center structure.- Returns:
- the structure id
- See Also:
-
setStructure
Sets the id of the operation center structure.- Parameters:
structure- the structure id- See Also:
-
getCountry
Returns the id of the operation center country.- Returns:
- the country id
- See Also:
-
setCountry
Sets the id of the operation center country.- Parameters:
country- the country id- See Also:
-
getTimeZone
Returns the operation center time zone.- Returns:
- the time zone
-
setTimeZone
Sets the operation center time zone.- Parameters:
timeZone- the time zone
-
getColor
Returns the color of the zone.- Returns:
- the color
-
setColor
Sets the color of the zone.- Parameters:
color- the color
-