Class BOWorkOrderTeamAffinity
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.workorder.teamaffinity.BOWorkOrderTeamAffinity
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the work order affinity with a team.
- Since:
- 9.2
- 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 affinity.Returns the creation date.Returns the ranking.Returns the team members.Returns the team members as LongSet.Returns the work order id.Returns the work order operation id.voidsetAffinity(Double affinity) Sets the affinity.voidsetCreationDate(Date creationDate) Sets the creation date.voidsetRanking(Long ranking) Sets the ranking.voidsetTeamMembers(String teamMembers) Sets the team members.voidsetTeamMembers(LongSet teamMembers) Sets the team members.voidsetWorkOrder(Long workOrder) Sets the work order id.voidsetWorkOrderOperation(Long workOrderOperation) Sets the work order operation 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
-
BOWorkOrderTeamAffinity
public BOWorkOrderTeamAffinity()
-
-
Method Details
-
getWorkOrder
Returns the work order id.- Returns:
- the work order id
- See Also:
-
setWorkOrder
Sets the work order id.- Parameters:
workOrder- the work order id- See Also:
-
getWorkOrderOperation
Returns the work order operation id.- Returns:
- the work order operation id
- See Also:
-
setWorkOrderOperation
Sets the work order operation id.- Parameters:
workOrderOperation- the work order operation id- See Also:
-
getTeamMembers
Returns the team members.- Returns:
- the team members
-
getTeamMembersLongSet
Returns the team members as LongSet.- Returns:
- the team members LongSet
-
setTeamMembers
Sets the team members.- Parameters:
teamMembers- the team members
-
setTeamMembers
Sets the team members.- Parameters:
teamMembers- the team members
-
getAffinity
Returns the affinity.- Returns:
- the affinity
-
setAffinity
Sets the affinity.- Parameters:
affinity- the affinity
-
getRanking
Returns the ranking.- Returns:
- the ranking
-
setRanking
Sets the ranking.- Parameters:
ranking- the ranking
-
getCreationDate
Returns the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the creation date
-