Class BOSkillConfigurationDivision
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.skills.bl.configuration.division.BOSkillConfigurationDivision
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a skill configuration division
It contains the main and proper characteristics of the skill configuration division, such as the id.
.
It contains the main and proper characteristics of the skill configuration division, such as the id.
.
- Since:
- 10.1
- 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 TypeMethodDescriptiongetId()Returns the skill configuration division id.Returns the skill configuration id.Returns the skill division id.voidSets the skill configuration division id.voidsetSkillConfiguration(Long skillConfiguration) Sets the skill configuration id.voidsetSkillDivision(Long skillDivision) Sets the skill division id.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
-
BOSkillConfigurationDivision
public BOSkillConfigurationDivision()
-
-
Method Details
-
getId
Returns the skill configuration division id.- Returns:
- the the skill configuration division id
-
setId
Sets the skill configuration division id.- Parameters:
id- the skill configuration division id
-
getSkillConfiguration
Returns the skill configuration id.- Returns:
- the skill configuration id
- See Also:
-
setSkillConfiguration
Sets the skill configuration id.- Parameters:
skillConfiguration- the skill configuration id- See Also:
-
getSkillDivision
Returns the skill division id.- Returns:
- the skill division id
- See Also:
-
setSkillDivision
Sets the skill division id.- Parameters:
skillDivision- the skill division id- See Also:
-