Class BOSkill
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.skills.bl.skill.BOSkill
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a skill
It contains the main and proper characteristics of the skill, such as the id.
.
It contains the main and proper characteristics of the skill, 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 TypeMethodDescriptionReturns the active.Returns the activity environment id.Returns the automatic.Returns the cardinality id.getCode()Returns the code.Returns the description.getId()Returns the skill id.getKit()Returns the kit.Returns the leader deduction priority id.Returns the multiple.getOrder()Returns the order id.voidSets the active.voidsetActivityEnvironment(Long activityEnvironment) Sets the activity environment id.voidsetAutomatic(Boolean automatic) Sets the automatic.voidsetCardinality(Long cardinality) Sets the cardinality id.voidSets the code.voidsetDescription(String description) Sets the description.voidSets the skill id.voidSets the kit.voidsetLeaderDeductionPriority(Long leaderDeductionPriority) Sets the leader deduction priority id.voidsetMultiple(Boolean multiple) Sets the multiple.voidSets the order 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
-
BOSkill
public BOSkill()
-
-
Method Details
-
getId
Returns the skill id.- Returns:
- the the skill id
-
setId
Sets the skill id.- Parameters:
id- the skill id
-
getCode
Returns the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the code
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
getOrder
Returns the order id.- Returns:
- the order id
-
setOrder
Sets the order id.- Parameters:
order- the order id
-
getActive
Returns the active.- Returns:
- the active
-
setActive
Sets the active.- Parameters:
active- the active
-
getActivityEnvironment
Returns the activity environment id.- Returns:
- the activity environment id
-
setActivityEnvironment
Sets the activity environment id.- Parameters:
activityEnvironment- the activity environment id
-
getMultiple
Returns the multiple.- Returns:
- the multiple
-
setMultiple
Sets the multiple.- Parameters:
multiple- the multiple
-
getLeaderDeductionPriority
Returns the leader deduction priority id.- Returns:
- the leader deduction priority id
-
setLeaderDeductionPriority
Sets the leader deduction priority id.- Parameters:
leaderDeductionPriority- the leader deduction priority id
-
getAutomatic
Returns the automatic.- Returns:
- the automatic
-
setAutomatic
Sets the automatic.- Parameters:
automatic- the automatic
-
getKit
Returns the kit.- Returns:
- the kit
-
setKit
Sets the kit.- Parameters:
kit- the kit
-
getCardinality
Returns the cardinality id.- Returns:
- the cardinality id
-
setCardinality
Sets the cardinality id.- Parameters:
cardinality- the cardinality id
-