Class BOCrewShellSkill
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.skill.BOCrewShellSkill
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a crew shell 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 TypeMethodDescriptionReturns the ID of the crew shell associated with the crew shell's skillgetId()Returns the ID of the crew shell's skillgetLevel()Returns the ID of the level associated with the crew shell's skillgetSkill()Returns the ID of the FSM skill associated with the crew shell's skillvoidsetCrewShell(Long crewShell) Sets the ID of the crew shell associated with the crew shell's skillvoidSets the ID of the crew shell's skillvoidSets the ID of the level associated with the crew shell's skillvoidSets the ID of the FSM skill associated with the crew shell's skillMethods 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
-
BOCrewShellSkill
public BOCrewShellSkill()
-
-
Method Details
-
getId
Returns the ID of the crew shell's skill- Returns:
- id the ID of the crew shell's skill
-
setId
Sets the ID of the crew shell's skill- Parameters:
id- the ID of the crew shell's skill
-
getCrewShell
Returns the ID of the crew shell associated with the crew shell's skill- Returns:
- crewShell the ID of the crew shell
- See Also:
-
setCrewShell
Sets the ID of the crew shell associated with the crew shell's skill- Parameters:
crewShell- the ID of the crew shell- See Also:
-
getSkill
Returns the ID of the FSM skill associated with the crew shell's skill- Returns:
- skill the ID of the FSM skill
- See Also:
-
setSkill
Sets the ID of the FSM skill associated with the crew shell's skill- Parameters:
skill- the ID of the FSM skill- See Also:
-
getLevel
Returns the ID of the level associated with the crew shell's skill- Returns:
- level the ID of the level
- See Also:
-
setLevel
Sets the ID of the level associated with the crew shell's skill- Parameters:
level- the ID of the level- See Also:
-