Class SkillDivisionSkillGroupedRelation
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.skills.bl.division.skill.SkillDivisionSkillGroupedRelation
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the grouped relation between a
It contains a calculated field called CARDINALITY, which correspond to the total number of existing relations between the given
.
BOSkillDivision and a BOSkill. It contains a calculated field called CARDINALITY, which correspond to the total number of existing relations between the given
BOSkillDivision and BOSkill. .
- 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 cardinality.getSkill()Returns the skill id.Returns the skill division id.voidsetCardinality(Long cardinality) Sets the cardinality.voidSets the skill id.voidsetSkillDivision(Long skillDivision) Sets the skill division 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
-
SkillDivisionSkillGroupedRelation
public SkillDivisionSkillGroupedRelation()
-
-
Method Details
-
getSkillDivision
Returns the skill division id.- Returns:
- the skill division id
-
setSkillDivision
Sets the skill division id.- Parameters:
skillDivision- the skill division id
-
getSkill
Returns the skill id.- Returns:
- the skill id
-
setSkill
Sets the skill id.- Parameters:
skill- the skill id
-
getCardinality
Returns the cardinality.- Returns:
- the cardinality
-
setCardinality
Sets the cardinality.- Parameters:
cardinality- the cardinality
-