Class BOOssIntegrationType
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.BOOssIntegrationType
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an OSS integration type.
- Since:
- 22.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested ClassesNested 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 code of the OSS integration type.Returns the OSS integration type description.getId()Returns the id of the OSS integration type.voidSets the code of the OSS integration type.voidsetDescription(String description) Sets the OSS integration type description.voidSets the id of the OSS integration 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
-
BOOssIntegrationType
public BOOssIntegrationType()
-
-
Method Details
-
getId
Returns the id of the OSS integration type.- Returns:
- the OSS integration type id
-
setId
Sets the id of the OSS integration type.- Parameters:
id- the OSS integration type id
-
getCode
Returns the code of the OSS integration type.- Returns:
- the OSS integration type code
-
setCode
Sets the code of the OSS integration type.- Parameters:
code- the OSS integration type code
-
getDescription
Returns the OSS integration type description.- Returns:
- the OSS integration type description
-
setDescription
Sets the OSS integration type description.- Parameters:
description- the OSS integration type description
-