Class BOQualification
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.skills.bl.qualification.BOQualification
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a qualification
- Since:
- 17.0
- 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.getCode()Returns the code.Returns the description.final BooleanReturns the generic.getId()Returns the qualification id.getOrder()Returns the order id.voidSets the active.voidSets the code.voidsetDescription(String description) Sets the description.final voidsetGeneric(Boolean generic) Sets the generic.voidSets the qualification id.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
-
BOQualification
public BOQualification()
-
-
Method Details
-
getId
Returns the qualification id.- Returns:
- the qualification id
-
setId
Sets the qualification id.- Parameters:
id- the qualification 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
-
getGeneric
Returns the generic.- Returns:
- the generic
-
setGeneric
Sets the generic.- Parameters:
generic- the generic
-