Class BOResourceSkill
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.resources.bl.resource.skill.BOResourceSkill
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a resource skill.
- Since:
- 16.0
- See Also:
-
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 TypeMethodDescriptiongetLevel()Returns the id of the level associated with the crew shell's skill.Returns the primary skill flag.Returns the priority of the skill associated with the resource's skill.Returns the id of the resource associated with the skill.getSkill()Returns the id of the skill associated with the resource's skill.voidSets the id of the level associated with the crew shell's skill.voidsetPrimarySkill(Boolean primarySkill) Sets the primary skill flag.voidsetPriority(Long priority) Sets the priority of the skill associated with the resource's skill.voidsetResource(Long resource) Sets the id of the resource associated with the skill.voidSets the id of the skill associated with the resource's skill.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
-
BOResourceSkill
public BOResourceSkill()
-
-
Method Details
-
getResource
Returns the id of the resource associated with the skill.- Returns:
- the id of the resource
-
setResource
Sets the id of the resource associated with the skill.- Parameters:
resource- the id of the resource
-
getSkill
Returns the id of the skill associated with the resource's skill.- Returns:
- the id of the skill
-
setSkill
Sets the id of the skill associated with the resource's skill.- Parameters:
skill- the id of the skill
-
getLevel
Returns the id of the level associated with the crew shell's skill.- Returns:
- the id of the level
-
setLevel
Sets the id of the level associated with the crew shell's skill.- Parameters:
level- the id of the level
-
getPriority
Returns the priority of the skill associated with the resource's skill.- Returns:
- the id of the skill
-
setPriority
Sets the priority of the skill associated with the resource's skill.- Parameters:
priority- the priority of the skill
-
getPrimarySkill
Returns the primary skill flag.- Returns:
- the primary skill flag
-
setPrimarySkill
Sets the primary skill flag.- Parameters:
primarySkill- the primary skill flag
-