Class BOSkillLevel
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.skills.bl.level.BOSkillLevel
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a skill level
- Since:
- 14.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Class that defines the Values.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 skill level description.getId()Returns the skill level id.getValue()Returns the skill level value.voidsetDescription(String description) Returns the skill level description.voidReturns the skill level id.voidReturns the skill level value.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
-
BOSkillLevel
public BOSkillLevel()
-
-
Method Details
-
getId
Returns the skill level id.- Returns:
- the skill level id
-
setId
Returns the skill level id.- Parameters:
id- the skill level id
-
getDescription
Returns the skill level description.- Returns:
- the skill level description
-
setDescription
Returns the skill level description.- Parameters:
description- the skill level description
-
getValue
Returns the skill level value.- Returns:
- the skill level value
-
setValue
Returns the skill level value.- Parameters:
value- the value id
-