Class BOFormationSkillConfiguration
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.BOFormationSkillConfiguration
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the relation between a formation and the skill configurations.
- 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 TypeMethodDescriptiongetId()Returns the formation skill configuration id.Returns the skill configuration id.Returns the skill division id.getTeam()Returns the team id.voidSets the formation skill configuration id.voidsetSkillConfiguration(Long skillConfiguration) Sets the skill configuration id.voidsetSkillDivision(Long skillDivision) Sets the skill division id.voidSets the team 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
-
BOFormationSkillConfiguration
public BOFormationSkillConfiguration()
-
-
Method Details
-
getId
Returns the formation skill configuration id.- Returns:
- the the formation skill configuration id
-
setId
Sets the formation skill configuration id.- Parameters:
id- the formation skill configuration id
-
getTeam
Returns the team id.- Returns:
- the team id
-
setTeam
Sets the team id.- Parameters:
team- the team id
-
getSkillDivision
Returns the skill division id.- Returns:
- the skill division id
-
setSkillDivision
Sets the skill division id.- Parameters:
skillDivision- the skill division id
-
getSkillConfiguration
Returns the skill configuration id.- Returns:
- the skill configuration id
-
setSkillConfiguration
Sets the skill configuration id.- Parameters:
skillConfiguration- the skill configuration id
-