Class BOOssSpace
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.oss.space.BOOssSpace
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an OSS Space.
- Since:
- 22.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 TypeMethodDescriptionReturns whether the space is active.Returns the space description.getId()Returns the OSS space ID.Returns the matrix ID.getName()Returns the space name/code.Returns the parking time in seconds.Returns the ringing time in seconds.voidSets whether the space is active.voidsetDescription(String description) Sets the space description.voidSets the OSS space ID.voidSets the matrix ID.voidSets the space name/code.voidsetParkingTime(Long parkingTime) Sets the parking time in seconds.voidsetRingingTime(Long ringingTime) Sets the ringing time in seconds.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
-
BOOssSpace
public BOOssSpace()
-
-
Method Details
-
getId
Returns the OSS space ID.- Returns:
- the OSS space ID
-
setId
Sets the OSS space ID.- Parameters:
id- the OSS space ID
-
getName
Returns the space name/code.- Returns:
- the space name
-
setName
Sets the space name/code.- Parameters:
name- the space name
-
getDescription
Returns the space description.- Returns:
- the space description
-
setDescription
Sets the space description.- Parameters:
description- the space description
-
getActive
Returns whether the space is active.- Returns:
trueif active,falseotherwise
-
setActive
Sets whether the space is active.- Parameters:
active-trueif active,falseotherwise
-
getParkingTime
Returns the parking time in seconds.- Returns:
- the parking time
-
setParkingTime
Sets the parking time in seconds.- Parameters:
parkingTime- the parking time
-
getRingingTime
Returns the ringing time in seconds.- Returns:
- the ringing time
-
setRingingTime
Sets the ringing time in seconds.- Parameters:
ringingTime- the ringing time
-
getMatrix
Returns the matrix ID.- Returns:
- the matrix ID
-
setMatrix
Sets the matrix ID.- Parameters:
matrix- the matrix ID
-