Class BOTeamMember
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.teams.bl.team.member.BOTeamMember
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a Team Member.
It represents the details about the team member.
It represents the details about the team member.
- Since:
- 16.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 team member id.getLevel()Returns the level.Checks if team member is mandatory.getOrder()Returns the order.Returns the related member.Returns the resource.getTeam()Returns the team.Checks if team member is a team leader.voidSets the team member id.voidSets the level.voidsetMandatory(Boolean mandatory) Sets the team member mandatory flag.voidSets the order.voidsetRelatedMember(Long relatedMember) Sets the related member.voidsetResource(Long resource) Sets the resource.voidSets the team.voidsetTeamLeader(Boolean teamLeader) Sets the team member to team leader.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
-
BOTeamMember
public BOTeamMember()
-
-
Method Details
-
getId
Returns the team member id.- Returns:
- the team member id
-
setId
Sets the team member id.- Parameters:
id- the team member id
-
getOrder
Returns the order.- Returns:
- the order
-
setOrder
Sets the order.- Parameters:
order- the order
-
getTeam
Returns the team.- Returns:
- the team
-
setTeam
Sets the team.- Parameters:
team- the team
-
getLevel
Returns the level.- Returns:
- the level
-
setLevel
Sets the level.- Parameters:
level- the level
-
getResource
Returns the resource.- Returns:
- the resource
-
setResource
Sets the resource.- Parameters:
resource- the resource
-
getRelatedMember
Returns the related member.- Returns:
- the related member
-
setRelatedMember
Sets the related member.- Parameters:
relatedMember- the related member
-
getMandatory
Checks if team member is mandatory.- Returns:
- true if is mandatory
-
setMandatory
Sets the team member mandatory flag.- Parameters:
mandatory- the mandatory flag
-
getTeamLeader
Checks if team member is a team leader.- Returns:
- true if is team leader
-
setTeamLeader
Sets the team member to team leader.- Parameters:
teamLeader- the team leader flag
-